summaryrefslogtreecommitdiff
path: root/libavcodec/h264_redundant_pps_bsf.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-07 16:41:48 +0200
committerAnton Khirnov <anton@khirnov.net>2020-05-22 14:38:57 +0200
commitbdd6aa25c1f413c66053537e0f98741a8b40f5dd (patch)
tree61a3af82a99e18c45ce9e5fae3ca35dc2fbe8ac4 /libavcodec/h264_redundant_pps_bsf.c
parentbf80725352d274aed2fdd8f2d457788b3c2e5e7e (diff)
downloadffmpeg-bdd6aa25c1f413c66053537e0f98741a8b40f5dd.tar.gz
avcodec.h: split bitstream filters API into its own header
Diffstat (limited to 'libavcodec/h264_redundant_pps_bsf.c')
-rw-r--r--libavcodec/h264_redundant_pps_bsf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_redundant_pps_bsf.c b/libavcodec/h264_redundant_pps_bsf.c
index 34885d320a..8f69780951 100644
--- a/libavcodec/h264_redundant_pps_bsf.c
+++ b/libavcodec/h264_redundant_pps_bsf.c
@@ -21,6 +21,7 @@
#include "libavutil/common.h"
#include "libavutil/mem.h"
+#include "bsf.h"
#include "bsf_internal.h"
#include "cbs.h"
#include "cbs_h264.h"