diff mbox

[FFmpeg-devel,01/14] avformat/asfenc: Remove unnecessary header

Message ID 20191025180746.13725-1-andreas.rheinhardt@gmail.com
State Accepted
Commit 09e938b3a12938fff6cb36c70407d8913acfd04b
Headers show

Commit Message

Andreas Rheinhardt Oct. 25, 2019, 6:07 p.m. UTC
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>
---
 libavformat/asfenc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Niedermayer Oct. 25, 2019, 9 p.m. UTC | #1
On Fri, Oct 25, 2019 at 08:07:33PM +0200, Andreas Rheinhardt wrote:
> 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>
> ---
>  libavformat/asfenc.c | 1 -
>  1 file changed, 1 deletion(-)

will apply

thx

[...]
diff mbox

Patch

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"