summaryrefslogtreecommitdiff
path: root/libavcodec/chomp_bsf.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-21 03:47:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-04-24 05:00:15 +0200
commit9f8dc586a059b3a46136b74ff68ac03feb63b689 (patch)
treeaaa2e95db8539e276976cecb2be0fcec2ac45e0f /libavcodec/chomp_bsf.c
parentcc489e43de3c892a9e262069f889570b4a5ecc3f (diff)
downloadffmpeg-9f8dc586a059b3a46136b74ff68ac03feb63b689.tar.gz
avcodec/chomp_bsf: Remove unnecessary header
This bsf never needed internal.h. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/chomp_bsf.c')
-rw-r--r--libavcodec/chomp_bsf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/chomp_bsf.c b/libavcodec/chomp_bsf.c
index 3ba45f3e06..9b06ace0a4 100644
--- a/libavcodec/chomp_bsf.c
+++ b/libavcodec/chomp_bsf.c
@@ -21,7 +21,6 @@
#include "avcodec.h"
#include "bsf.h"
-#include "internal.h"
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
{