Changeset 769

Show
Ignore:
Timestamp:
01/15/08 20:12:44 (2 years ago)
Author:
astrange
Message:

Remove an unneeded debug printf and update the changelog.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/Release/Changes.txt

    r757 r769  
    44- Slice-based multithreaded decoding for MPEG-1/2/H.264 
    55- No longer tries to decode AVCHD/interlaced H.264 
    6 - Compatibility fixes for QuickTime 7.3 and Leopard 
     6- Compatibility fixes for QuickTime 7.4 and Leopard 
    77- Objective-C GC compatibility 
    88- Fixed a crash in Toast 
  • branches/perian-1.1/Subtitles/SubImport.mm

    r768 r769  
    446446ComponentResult LoadExternalSubtitlesFromFileDataRef(Handle dataRef, OSType dataRefType, Movie theMovie) 
    447447{ 
    448         if (dataRefType != AliasDataHandlerSubType) { 
    449                 FourCharCode type = EndianU32_NtoB(dataRefType); 
    450                 Codecprintf(NULL, "importing dataRef of type \"%.4s\"", &type); 
    451                 return noErr; 
    452         } 
     448        if (dataRefType != AliasDataHandlerSubType) return noErr; 
    453449         
    454450        CFStringRef cfPath;