Changeset 895

Show
Ignore:
Timestamp:
05/24/08 13:37:15 (6 months ago)
Author:
gbooker
Message:

When we get suck with the hacked AC3, and it starts with blank data, we need to be able to set a default channel layout

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MatroskaCodecIDs.cpp

    r853 r895  
    789789                                 
    790790                        case kAudioFormatAC3: 
     791                        case kAudioFormatAC3MS: 
    791792                                acl = ac3ChannelLayouts[channelIndex]; 
    792793                                break;