Changeset 242 for trunk/CommonUtils.h
- Timestamp:
- 01/06/07 00:44:26 (2 years ago)
- Files:
-
- trunk/CommonUtils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CommonUtils.h
r210 r242 17 17 18 18 // ISO 639-1 to language ID expected by SetMediaLanguage 19 short TwoCharLangCodeToQTLangCode(char *lang);19 short ISO639_1ToQTLangCode(const char *lang); 20 20 21 21 // ISO 639-2 to language ID expected by SetMediaLanguage 22 short ThreeCharLangCodeToQTLangCode(char *lang);22 short ISO639_2ToQTLangCode(const char *lang); 23 23 24 24 /* write the int32_t data to target & then return a pointer which points after that data */
