]> git.sesse.net Git - ffmpeg/commit
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)
commit09e938b3a12938fff6cb36c70407d8913acfd04b
tree9c226f3a26331057269af019cf8c0374a4867a50
parent2e37237ff107ea7175e15fed5e2f8d8aba80e225
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>
libavformat/asfenc.c