diff mxfenc.c @ 4403:39f6b190c772 libavformat

remove implicit header inclusions from mxf.h
author bcoudurier
date Sun, 08 Feb 2009 04:42:38 +0000
parents 671d415e1786
children 7cf3b77ad6ff
line wrap: on
line diff
--- a/mxfenc.c	Sun Feb 08 04:35:36 2009 +0000
+++ b/mxfenc.c	Sun Feb 08 04:42:38 2009 +0000
@@ -36,7 +36,9 @@
 #include <time.h>
 
 #include "libavutil/fifo.h"
+#include "libavcodec/bytestream.h"
 #include "audiointerleave.h"
+#include "avformat.h"
 #include "mxf.h"
 
 static const int NTSC_samples_per_frame[] = { 1602, 1601, 1602, 1601, 1602, 0 };