Show
Ignore:
Timestamp:
02/09/08 13:55:44 (10 months ago)
Author:
astrange
Message:

Merge 1.1 to trunk. If you're switching, delete ffmpeg/ first!
I haven't merged the nib changes, so the component manager is missing again.

Files:

Legend:

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

    r219 r806  
    5050        #include <Endian.h> 
    5151#endif 
     52 
     53#import "CodecIDs.h" 
    5254 
    5355const AudioStreamBasicDescription       CAStreamBasicDescription::sEmpty = { 0.0, 0, 0, 0, 0, 0, 0, 0, 0 }; 
     
    272274                 
    273275                case kAudioFormatAC3: 
     276                case kAudioFormatAC3MS: 
    274277                        strcpy(outName, "AC-3"); 
    275278                        break;