[FFmpeg-devel] [PATCH 02/14] avformat/assdec: Remove unnecessary header

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Oct 25 21:07:34 EEST 2019


libavcodec/internal.h has been included since 36e61e24/67286fa9 for
avpriv_bprint_to_extradata(). The latter function has been replaced
by ff_bprint_to_codecpar_extradata() in 6f69f7a8, making the header
superfluous.

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

diff --git a/libavformat/assdec.c b/libavformat/assdec.c
index f66b296673..2e7d100a5b 100644
--- a/libavformat/assdec.c
+++ b/libavformat/assdec.c
@@ -25,7 +25,6 @@
 #include "avformat.h"
 #include "internal.h"
 #include "subtitles.h"
-#include "libavcodec/internal.h"
 #include "libavutil/bprint.h"
 
 typedef struct ASSContext {
-- 
2.20.1



More information about the ffmpeg-devel mailing list