OSDN Git Service

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)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 9 Mar 2014 17:09:39 +0000 (18:09 +0100)
commit9e71cc81f3655cacf0f91860fba3043f13b64059
treef8e6be8766ba7018814c0a3d0bf0027c3791d60b
parent8a0bc40545a216a49f43db5d9a42a63961333354
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.
libavformat/isom.c
libavformat/mov.c