Changeset 787
- Timestamp:
- 01/24/08 11:41:29 (6 months ago)
- Files:
-
- branches/perian-1.1/FFusionCodec.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/FFusionCodec.c
r782 r787 299 299 Codecprintf(glob->fileLog, "Error opening the base image decompressor! Exiting.\n"); 300 300 } 301 302 // we allocate some space for copying the frame data since we need some padding at the end 303 // for ffmpeg's optimized bitstream readers. Size doesn't really matter, it'll grow if need be 304 FFusionDataSetup(&(glob->data), 256, 64*1024); 301 305 FFusionRunUpdateCheck(); 302 306 } … … 708 712 } 709 713 710 // we allocate some space for copying the frame data since we need some padding at the end711 // for ffmpeg's optimized bitstream readers. Size doesn't really matter, it'll grow if need be712 FFusionDataSetup(&(glob->data), 256, 64*1024);713 714 } 714 715 … … 846 847 myDrp->frameData = NULL; 847 848 myDrp->buffer = NULL; 849 850 if (!glob->avContext) { 851 fprintf(stderr, "Perian Codec: QT tried to call BeginBand without preflighting!\n"); 852 return internalComponentErr; 853 } 848 854 849 855 if(myDrp->decoded)
