diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-08 04:42:38 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-08 04:42:38 +0000 |
commit | 251bf87560c0c4d1c0a35e73eed76fa6d60a6ab3 (patch) | |
tree | a76d00ae6f02a055b4561f31e2b0544385923c88 /libavformat/mxfdec.c | |
parent | 84a2d3045bfea9a53b9a085a0ce7beb671015512 (diff) | |
download | ffmpeg-251bf87560c0c4d1c0a35e73eed76fa6d60a6ab3.tar.gz |
remove implicit header inclusions from mxf.h
Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxfdec.c')
-rw-r--r-- | libavformat/mxfdec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index ce6de5f0d9..7090e23fd1 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -46,6 +46,8 @@ //#define DEBUG #include "libavutil/aes.h" +#include "libavcodec/bytestream.h" +#include "avformat.h" #include "mxf.h" typedef struct { |