[FFmpeg-cvslog] avformat/mov: remove unneeded #include, there are no assert()

Paul B Mahol git at videolan.org
Sat Jan 31 10:34:38 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 30 11:25:18 2015 +0000| [cc1357a173133e4ef81d9536d4475af93c9a15bd] | committer: Paul B Mahol

avformat/mov: remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavformat/mov.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index f7e6137..91356ad 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -55,10 +55,6 @@
 
 #include "qtpalette.h"
 
-
-#undef NDEBUG
-#include <assert.h>
-
 /* those functions parse an atom */
 /* links atom IDs to parse functions */
 typedef struct MOVParseTableEntry {



More information about the ffmpeg-cvslog mailing list