diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-07 16:41:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-05-22 14:38:57 +0200 |
commit | bdd6aa25c1f413c66053537e0f98741a8b40f5dd (patch) | |
tree | 61a3af82a99e18c45ce9e5fae3ca35dc2fbe8ac4 /libavcodec/imx_dump_header_bsf.c | |
parent | bf80725352d274aed2fdd8f2d457788b3c2e5e7e (diff) | |
download | ffmpeg-bdd6aa25c1f413c66053537e0f98741a8b40f5dd.tar.gz |
avcodec.h: split bitstream filters API into its own header
Diffstat (limited to 'libavcodec/imx_dump_header_bsf.c')
-rw-r--r-- | libavcodec/imx_dump_header_bsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imx_dump_header_bsf.c b/libavcodec/imx_dump_header_bsf.c index 6f3d7e52b0..e2b6a15591 100644 --- a/libavcodec/imx_dump_header_bsf.c +++ b/libavcodec/imx_dump_header_bsf.c @@ -25,7 +25,7 @@ * modifies bitstream to fit in mov and be decoded by final cut pro decoder */ -#include "avcodec.h" +#include "bsf.h" #include "bsf_internal.h" #include "bytestream.h" |