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>
This commit is contained in:
Andreas Rheinhardt 2020-04-21 03:47:01 +02:00
parent cc489e43de
commit 9f8dc586a0
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include "avcodec.h"
#include "bsf.h"
#include "internal.h"
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
{