comparison 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
comparison
equal deleted inserted replaced
2170:4452d75a9298 2171:a6d6b2b19341
25 * do NOT include this in end user applications 25 * do NOT include this in end user applications
26 */ 26 */
27 27
28 #ifndef FF_RIFF_H 28 #ifndef FF_RIFF_H
29 #define FF_RIFF_H 29 #define FF_RIFF_H
30
31 #include "avcodec.h"
32 #include "avio.h"
30 33
31 offset_t start_tag(ByteIOContext *pb, const char *tag); 34 offset_t start_tag(ByteIOContext *pb, const char *tag);
32 void end_tag(ByteIOContext *pb, offset_t start); 35 void end_tag(ByteIOContext *pb, offset_t start);
33 36
34 typedef struct AVCodecTag { 37 typedef struct AVCodecTag {