Changeset 739

Show
Ignore:
Timestamp:
11/10/07 15:15:15 (9 months ago)
Author:
astrange
Message:

Don't call DescExt?_XiphFLAC() for now since it doesn't work. Actually, FLAC seems to play even without copying the metadata pages...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/MatroskaCodecIDs.cpp

    r726 r739  
    627627                                return DescExt_XiphVorbis(tr_entry, desc, dir); 
    628628                                 
    629                       case kAudioFormatXiphFLAC: 
    630                               return DescExt_XiphFLAC(tr_entry, desc, dir); 
     629//                    case kAudioFormatXiphFLAC: 
     630//                            return DescExt_XiphFLAC(tr_entry, desc, dir); 
    631631                                 
    632632                        case kVideoFormatXiphTheora: