[FFmpeg-cvslog] avformat/asfenc: Remove unnecessary header

Andreas Rheinhardt git at videolan.org
Sat Oct 26 00:32:02 EEST 2019


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Fri Oct 25 20:07:33 2019 +0200| [09e938b3a12938fff6cb36c70407d8913acfd04b] | committer: Michael Niedermayer

avformat/asfenc: Remove unnecessary header

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 at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09e938b3a12938fff6cb36c70407d8913acfd04b
---

 libavformat/asfenc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/asfenc.c b/libavformat/asfenc.c
index 3cfe75a5d5..9f54173bf9 100644
--- a/libavformat/asfenc.c
+++ b/libavformat/asfenc.c
@@ -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"



More information about the ffmpeg-cvslog mailing list