Commit 155e9ee9 authored by Fabrice Bellard's avatar Fabrice Bellard

initial seek support

Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 27f388aa
......@@ -13,6 +13,9 @@
#define AVI_MAX_RIFF_SIZE 0x40000000LL
#define AVI_MASTER_INDEX_SIZE 256
/* index flags */
#define AVIIF_INDEX 0x10
offset_t start_tag(ByteIOContext *pb, const char *tag);
void end_tag(ByteIOContext *pb, offset_t start);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment