Show
Ignore:
Timestamp:
01/06/07 00:44:26 (2 years ago)
Author:
dconrad
Message:

Rewrite/cleanup of the Matroska importer
- No longer reads the entire file into memory before processing it
- Imports subtitle tracks that are numerically before video tracks correctly
- Fixes some memory leaks
- Fixes EOF in DataHandlerCallback?

Files:

Legend:

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

    r210 r242  
    1717 
    1818// ISO 639-1 to language ID expected by SetMediaLanguage 
    19 short TwoCharLangCodeToQTLangCode(char *lang); 
     19short ISO639_1ToQTLangCode(const char *lang); 
    2020 
    2121// ISO 639-2 to language ID expected by SetMediaLanguage 
    22 short ThreeCharLangCodeToQTLangCode(char *lang); 
     22short ISO639_2ToQTLangCode(const char *lang); 
    2323 
    2424/* write the int32_t data to target & then return a pointer which points after that data */