Changeset 241
- Timestamp:
- 01/05/07 21:24:28 (2 years ago)
- Files:
-
- trunk/ff_MovieImport.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ff_MovieImport.c
r230 r241 401 401 goto bail; 402 402 403 // we couldn't find any streams, bail with an error. 404 if(ic->nb_streams == 0) { 405 result = -1; //is there a more appropriate error code? 406 goto bail; 407 } 408 403 409 //determine a header offset (needed by index-based import). 404 410 result = determine_header_offset(storage);
