diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-30 11:25:18 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-31 08:57:07 +0000 |
commit | cc1357a173133e4ef81d9536d4475af93c9a15bd (patch) | |
tree | 19c1cf901df4f0c9568b539215dab6ebe4420c94 | |
parent | 41456c7d159d83f2fe3ed9399da075b949033bc2 (diff) | |
download | ffmpeg-cc1357a173133e4ef81d9536d4475af93c9a15bd.tar.gz |
avformat/mov: remove unneeded #include, there are no assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavformat/mov.c | 4 |
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 { |