Changeset 110
- Timestamp:
- 09/23/06 21:58:08 (2 years ago)
- Files:
-
- trunk/ff_MovieImport.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ff_MovieImport.c
r100 r110 396 396 397 397 /* Seek backwards to get a manually read packet for file offset */ 398 if(ic->streams[0]->index_entries == NULL )398 if(ic->streams[0]->index_entries == NULL || storage->componentType == 'FLV ') 399 399 { 400 400 if (IS_AVI(storage->componentType))
