]> git.sesse.net Git - ffmpeg/commit
movdec: handle 0x7fff langcode as macintosh per the specs
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 21 Mar 2012 21:18:16 +0000 (14:18 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 6 Apr 2012 03:41:21 +0000 (05:41 +0200)
commite636aa1a56bcd91242c25282dcb00929196470eb
tree3f1449174a44ac54b0df7291499e6fa321929e1e
parent76c79aa28fc8cf0bfe52915317a3cfc72383d0ef
movdec: handle 0x7fff langcode as macintosh per the specs

The correct point that seperates ISO and MAC language codes is 0x400
according to the current QT spec. Old QT specs did not list where this
seperation is but apparently only defined the meaning of the first 137.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/isom.c
libavformat/mov.c