]> git.sesse.net Git - ffmpeg/commitdiff
avformat/asfenc: Remove unnecessary header
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 25 Oct 2019 18:07:33 +0000 (20:07 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 25 Oct 2019 21:27:02 +0000 (23:27 +0200)
libavutil/parseutils.h has been included in 22bbd6e8 for av_parse_time()
and the header has not been removed when said function was replaced by
ff_parse_creation_time_metadata() in ea1bf08a.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/asfenc.c

index 3cfe75a5d5e0b9fafa08123f2ea904052007dbf9..9f54173bf92e3bf572074de70f3e89344439ea6c 100644 (file)
@@ -22,7 +22,6 @@
 #include "libavutil/avassert.h"
 #include "libavutil/dict.h"
 #include "libavutil/mathematics.h"
-#include "libavutil/parseutils.h"
 #include "libavutil/opt.h"
 #include "avformat.h"
 #include "avlanguage.h"