[FFmpeg-cvslog] avcodec/chomp_bsf: Remove unnecessary header
Andreas Rheinhardt
git at videolan.org
Fri Apr 24 06:23:13 EEST 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr 21 03:47:01 2020 +0200| [9f8dc586a059b3a46136b74ff68ac03feb63b689] | committer: Andreas Rheinhardt
avcodec/chomp_bsf: Remove unnecessary header
This bsf never needed internal.h.
Reviewed-by: Anton Khirnov <anton at khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f8dc586a059b3a46136b74ff68ac03feb63b689
---
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)
{
More information about the ffmpeg-cvslog
mailing list