You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bsf.h"
|
||||
#include "internal.h"
|
||||
|
||||
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user