[FFmpeg-cvslog] avformat/webm_chunk: Remove superfluous headers

Andreas Rheinhardt git at videolan.org
Tue Apr 14 19:37:35 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr  7 21:31:27 2020 +0200| [d8e63ed70e5f2202ad790c1cc58d5d6bc353a551] | committer: Andreas Rheinhardt

avformat/webm_chunk: Remove superfluous headers

libavutil/avstring.h is unnecessary since 8a632b3e. The other
unnecessary headers were never used.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

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

 libavformat/webm_chunk.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c
index 6e48a36b24..f079c5c65e 100644
--- a/libavformat/webm_chunk.c
+++ b/libavformat/webm_chunk.c
@@ -24,23 +24,14 @@
  * chunk, followed by data chunks where each Cluster is written out as a Chunk.
  */
 
-#include <float.h>
-#include <time.h>
-
 #include "avformat.h"
 #include "avio.h"
 #include "avio_internal.h"
 #include "internal.h"
 
-#include "libavutil/avassert.h"
 #include "libavutil/log.h"
 #include "libavutil/opt.h"
-#include "libavutil/avstring.h"
-#include "libavutil/parseutils.h"
 #include "libavutil/mathematics.h"
-#include "libavutil/time.h"
-#include "libavutil/time_internal.h"
-#include "libavutil/timestamp.h"
 
 #define MAX_FILENAME_SIZE 1024
 



More information about the ffmpeg-cvslog mailing list