Changeset 110

Show
Ignore:
Timestamp:
09/23/06 21:58:08 (2 years ago)
Author:
dconrad
Message:

Don't do any seeking on FLVs before importing, as this has the potential to skip the first frame and crash QuickTime

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ff_MovieImport.c

    r100 r110  
    396396         
    397397        /* 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 '
    399399        { 
    400400                if (IS_AVI(storage->componentType))