mirror of https://github.com/mpv-player/mpv
demuxers must ignore unknown lang/country codes, it seems we all agree that this should be stated clearly
it follows from the fact that new language and country codes are added to the ISO standards from time to time and that a compliant demuxer must not reject a valid file which uses such a new code which was not know when the demuxer was written git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22217 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
807a81cf69
commit
5c79fe908e
|
@ -850,6 +850,8 @@ info packet types
|
|||
see http://www.loc.gov/standards/iso639-2/englangn.html
|
||||
and http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html
|
||||
the language code
|
||||
a demuxer MUST ignore unknown language and country codes instead of
|
||||
treating them as an error
|
||||
"Disposition"
|
||||
"original", "dub" (translated), "comment", "lyrics", "karaoke"
|
||||
Note: if someone needs some others, please tell us about them, so we
|
||||
|
|
Loading…
Reference in New Issue