mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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:
parent
cc489e43de
commit
9f8dc586a0
@ -21,7 +21,6 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bsf.h"
|
||||
#include "internal.h"
|
||||
|
||||
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user