[FFmpeg-devel] [PATCH 06/14] avformat/bintext: Remove superfluous header

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


15d838b7 included libavutil/parseutils.h in order to use
av_parse_video_size(); the latter function isn't used any more since
33b6d215, so the header can be removed.

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

diff --git a/libavformat/bintext.c b/libavformat/bintext.c
index 61b89f56d6..1a99e69852 100644
--- a/libavformat/bintext.c
+++ b/libavformat/bintext.c
@@ -32,7 +32,6 @@
 
 #include "libavutil/intreadwrite.h"
 #include "libavutil/opt.h"
-#include "libavutil/parseutils.h"
 #include "avformat.h"
 #include "internal.h"
 #include "sauce.h"
-- 
2.20.1



More information about the ffmpeg-devel mailing list