diff options
author | zhaoxiu.zeng <zhaoxiu.zeng@gmail.com> | 2015-03-15 16:38:27 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-15 13:03:26 +0100 |
commit | 213ddcb0298bd59d0a70c871d0b5dde5065474de (patch) | |
tree | eb52562a547045cf701959959e1c7bd4fe46f219 /libavformat/avidec.c | |
parent | bf696e265a255676fbd3a93499bac007ac5d55e2 (diff) | |
download | ffmpeg-213ddcb0298bd59d0a70c871d0b5dde5065474de.tar.gz |
avformat/avidec: cleanup include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avidec.c')
-rw-r--r-- | libavformat/avidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avidec.c b/libavformat/avidec.c index 508d34b3f5..755fe58d97 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -33,11 +33,11 @@ #include "avi.h" #include "dv.h" #include "internal.h" +#include "isom.h" #include "riff.h" #include "libavcodec/bytestream.h" #include "libavcodec/exif.h" #include "libavcodec/internal.h" -#include "libavformat/isom.h" typedef struct AVIStream { int64_t frame_offset; /* current frame (video) or byte (audio) counter |