[FFmpeg-devel] [PATCH 5/6] avformat/mov: remove unneeded #include, there are no assert()
Paul B Mahol
onemda at gmail.com
Fri Jan 30 12:27:56 CET 2015
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
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 {
--
1.7.11.2
More information about the ffmpeg-devel
mailing list