mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/mov: remove unneeded #include, there are no assert()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
41456c7d15
commit
cc1357a173
|
@ -55,10 +55,6 @@
|
||||||
|
|
||||||
#include "qtpalette.h"
|
#include "qtpalette.h"
|
||||||
|
|
||||||
|
|
||||||
#undef NDEBUG
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/* those functions parse an atom */
|
/* those functions parse an atom */
|
||||||
/* links atom IDs to parse functions */
|
/* links atom IDs to parse functions */
|
||||||
typedef struct MOVParseTableEntry {
|
typedef struct MOVParseTableEntry {
|
||||||
|
|
Loading…
Reference in New Issue