summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2019-10-25 20:07:33 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-10-25 23:27:02 +0200
commit09e938b3a12938fff6cb36c70407d8913acfd04b (patch)
tree9c226f3a26331057269af019cf8c0374a4867a50 /libavformat
parent2e37237ff107ea7175e15fed5e2f8d8aba80e225 (diff)
downloadffmpeg-streaming-09e938b3a12938fff6cb36c70407d8913acfd04b.zip
ffmpeg-streaming-09e938b3a12938fff6cb36c70407d8913acfd04b.tar.gz
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@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/asfenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/asfenc.c b/libavformat/asfenc.c
index 3cfe75a..9f54173 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"
OpenPOWER on IntegriCloud