Changeset 690
- Timestamp:
- 09/05/07 01:06:34 (1 year ago)
- Files:
-
- trunk/FFissionCodec/FFissionDecoder.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFissionCodec/FFissionDecoder.cpp
r636 r690 67 67 magicCookieSize = 0; 68 68 69 for (int i = 0; i <kAllInputFormats[i].codecID != CODEC_ID_NONE; i++) {69 for (int i = 0; kAllInputFormats[i].codecID != CODEC_ID_NONE; i++) { 70 70 CAStreamBasicDescription theInputFormat(kAudioStreamAnyRate, kAllInputFormats[i].mFormatID, 0, 1, 0, 0, 0, 0); 71 71 AddInputFormat(theInputFormat);
