Changeset 255

Show
Ignore:
Timestamp:
01/06/07 16:30:02 (2 years ago)
Author:
dconrad
Message:

Use proper fourcc for ac3 in avi now, since we are going to bundle A52Codec and aren't limiting channel number to 2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ff_private.c

    r254 r255  
    293293                        asbd->mFormatID = kAudioFormatMPEGLayer3; 
    294294                        break; 
    295                         /* currently we use ms four_char_code for ac3 */ 
    296                         /* case CODEC_ID_AC3: 
     295                case CODEC_ID_AC3: 
    297296                        asbd->mFormatID = kAudioFormatAC3; 
    298                         break; */ 
     297                        break; 
    299298                case CODEC_ID_PCM_S16LE: 
    300299                        asbd->mFormatID = kAudioFormatLinearPCM;