diff mxfdec.c @ 4403:39f6b190c772 libavformat

remove implicit header inclusions from mxf.h
author bcoudurier
date Sun, 08 Feb 2009 04:42:38 +0000
parents 77e0c7511d41
children 7cf3b77ad6ff
line wrap: on
line diff
--- a/mxfdec.c	Sun Feb 08 04:35:36 2009 +0000
+++ b/mxfdec.c	Sun Feb 08 04:42:38 2009 +0000
@@ -46,6 +46,8 @@
 //#define DEBUG
 
 #include "libavutil/aes.h"
+#include "libavcodec/bytestream.h"
+#include "avformat.h"
 #include "mxf.h"
 
 typedef struct {