GNOME Bugzilla – Bug 614001
[qtdemux] parse Macintosh language codes
Last modified: 2010-03-26 17:05:43 UTC
url for testing: http://trailers.apple.com/trailers/paramount/ironman/ qtdemux not supporting tags for language id fields < 0x800 (Macintosh language code). it's specified in the "Language Code Values" chapter of the Quicktime File Format specifications Nick
commit af5e4d935a0898dff17ef9c15563d6b3214f51ed Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Fri Mar 26 16:50:22 2010 +0000 qtdemux: extract stream language in more cases The 16-bit language code can be either a packed ISO-639-2T code or a 'Macintosh language code'. Handle the latter type of language codes as well, and map to the matching ISO code. Lastly, fix language code posting for language #0, which is valid and stands for 'English'. Fixes #614001.