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.rheinha...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".