diff dv.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents aedce96c28ff
children 92f61ed53965
line wrap: on
line diff
--- a/dv.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/dv.h	Sat Jun 16 22:59:13 2007 +0000
@@ -25,6 +25,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "avformat.h"
+
 typedef struct DVDemuxContext DVDemuxContext;
 DVDemuxContext* dv_init_demux(AVFormatContext* s);
 int dv_get_packet(DVDemuxContext*, AVPacket *);