Changeset 244

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

Oops, we can decode MPEG 1/2 in MKV now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CodecIDs.h

    r243 r244  
    7070        kAudioFormatWMA2MS                      = 0x6D730161, 
    7171        kVideoFormatMSMPEG4v3                   = 'MP43', 
     72        kMPEG1VisualCodecType                   = 'MPEG', 
     73        kMPEG2VisualCodecType                   = 'MPG2', 
    7274         
    7375        kSubFormatUTF8                          = 'SRT ', 
     
    7880         
    7981        // the following 4CCs don't have decoder support yet 
    80         kMPEG1VisualCodecType                   = 'MPEG', 
    81         kMPEG2VisualCodecType                   = 'MPG2', 
    8282        kAudioFormatDTS                         = 'DTS ',  
    8383        kAudioFormatTTA                         = 'TTA1',