[FFmpeg-devel] [PATCH 4/8] avcodec/chomp_bsf: Remove unnecessary header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Tue Apr 21 05:31:49 EEST 2020


This bsf never needed internal.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavcodec/chomp_bsf.c | 1 -
 1 file changed, 1 deletion(-)

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)
 {
-- 
2.20.1



More information about the ffmpeg-devel mailing list