summaryrefslogtreecommitdiff
path: root/libavcodec/truehd_core_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/truehd_core_bsf.c
parentbf80725352d274aed2fdd8f2d457788b3c2e5e7e (diff)
avcodec.h: split bitstream filters API into its own header
Diffstat (limited to 'libavcodec/truehd_core_bsf.c')
-rw-r--r--libavcodec/truehd_core_bsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truehd_core_bsf.c b/libavcodec/truehd_core_bsf.c
index 8235648588..cc2779cc2e 100644
--- a/libavcodec/truehd_core_bsf.c
+++ b/libavcodec/truehd_core_bsf.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "avcodec.h"
+#include "bsf.h"
#include "bsf_internal.h"
#include "get_bits.h"
#include "mlp_parse.h"