Commit fe542ebf authored by bellard's avatar bellard

initial seek support


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2502 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent caa88514
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
#define AVI_MAX_RIFF_SIZE 0x40000000LL #define AVI_MAX_RIFF_SIZE 0x40000000LL
#define AVI_MASTER_INDEX_SIZE 256 #define AVI_MASTER_INDEX_SIZE 256
/* index flags */
#define AVIIF_INDEX 0x10
offset_t start_tag(ByteIOContext *pb, const char *tag); offset_t start_tag(ByteIOContext *pb, const char *tag);
void end_tag(ByteIOContext *pb, offset_t start); 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