Changeset 257
- Timestamp:
- 01/06/07 18:38:54 (2 years ago)
- Files:
-
- trunk/ff_MovieImport.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ff_MovieImport.c
r256 r257 132 132 av_close_input_file(storage->format_context); 133 133 134 int i; 135 for(i=0; i<MAX_STREAMS; i++) 136 { 137 if(storage->firstFrames[i].data != NULL) 138 av_free_packet(storage->firstFrames + i); 139 } 140 134 141 if(storage) 135 142 free(storage);
