Show
Ignore:
Timestamp:
04/02/08 21:05:08 (6 months ago)
Author:
gbooker
Message:

Reverted r741 since Apple has fixed the bug in the latest QT

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CAPublicUtility/CAStreamBasicDescription.cpp

    r806 r842  
    5050        #include <Endian.h> 
    5151#endif 
    52  
    53 #import "CodecIDs.h" 
    5452 
    5553const AudioStreamBasicDescription       CAStreamBasicDescription::sEmpty = { 0.0, 0, 0, 0, 0, 0, 0, 0, 0 }; 
     
    274272                 
    275273                case kAudioFormatAC3: 
    276                 case kAudioFormatAC3MS: 
    277274                        strcpy(outName, "AC-3"); 
    278275                        break;