Changeset 690

Show
Ignore:
Timestamp:
09/05/07 01:06:34 (1 year ago)
Author:
dconrad
Message:

Fix silly typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FFissionCodec/FFissionDecoder.cpp

    r636 r690  
    6767        magicCookieSize = 0; 
    6868         
    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++) { 
    7070                CAStreamBasicDescription theInputFormat(kAudioStreamAnyRate, kAllInputFormats[i].mFormatID, 0, 1, 0, 0, 0, 0); 
    7171                AddInputFormat(theInputFormat);