summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-30 11:25:18 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-31 08:57:07 +0000
commitcc1357a173133e4ef81d9536d4475af93c9a15bd (patch)
tree19c1cf901df4f0c9568b539215dab6ebe4420c94 /libavformat
parent41456c7d159d83f2fe3ed9399da075b949033bc2 (diff)
avformat/mov: remove unneeded #include, there are no assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index f7e6137581..91356adbd5 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 {