mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 11:07:41 +00: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 "avcodec.h"
|
||||||
#include "bsf.h"
|
#include "bsf.h"
|
||||||
#include "internal.h"
|
|
||||||
|
|
||||||
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
|
static int chomp_filter(AVBSFContext *ctx, AVPacket *pkt)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user