diff riff.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 64bd1b09cef2
children 0ff503c4caef
line wrap: on
line diff
--- a/riff.h	Sat Jun 16 14:52:05 2007 +0000
+++ b/riff.h	Sat Jun 16 22:59:13 2007 +0000
@@ -28,6 +28,9 @@
 #ifndef FF_RIFF_H
 #define FF_RIFF_H
 
+#include "avcodec.h"
+#include "avio.h"
+
 offset_t start_tag(ByteIOContext *pb, const char *tag);
 void end_tag(ByteIOContext *pb, offset_t start);