diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-08-23 20:24:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-08-23 20:24:58 +0000 |
commit | 52e5461288ba54d2bbeb76bba863ae6d970ce90d (patch) | |
tree | d673a216999ac7720094a18b6f4afebb4561b720 /libavformat/asf.h | |
parent | 56c96a229b383827808a993b90661130e4a2b537 (diff) | |
download | ffmpeg-52e5461288ba54d2bbeb76bba863ae6d970ce90d.tar.gz |
fix fallback if theres no index
fix index less seeking
Originally committed as revision 6055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r-- | libavformat/asf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h index 476a089d56..5f0bf9adfc 100644 --- a/libavformat/asf.h +++ b/libavformat/asf.h @@ -100,6 +100,7 @@ typedef struct { uint64_t data_offset; /* begining of the first data packet */ uint64_t data_object_offset; /* data object offset (excl. GUID & size)*/ uint64_t data_object_size; /* size of the data object */ + int index_read; ASFMainHeader hdr; |