Update of /cvsroot/mplayer/main/DOCS/tech In directory mail:/var/tmp.root/cvs-serv10678 Modified Files: mpcf.txt Log Message: lang & country codes from ISO & utf8 requirement (ideas from Tobias Diedrich <td at sim dot uni-hannover dot de> btw, sorry that i didn mention the names of the ppl from whom all the past ideas came from ... Index: mpcf.txt =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mpcf.txt 7 Feb 2003 22:13:54 -0000 1.11 +++ mpcf.txt 8 Feb 2003 09:07:13 -0000 1.12 @@ -48,6 +48,7 @@ for(i=0; i<length; i++){ data[i] u(8) } + Note: strings MUST be encoded in utf8 f(x) n fixed bits @@ -224,8 +225,11 @@ needed language_code + ISO 639 and ISO 3166 for language/country code something like "usen" (US english), can be 0 if unknown + see http://www.loc.gov/standards/iso639-2/englangn.html + and http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html time_base_nom / time_base_denom = time_base the number of timer ticks per second, this MUST be equal to the fps @@ -498,3 +502,4 @@ audio_stream_header (stream 3, audio jpjp, timebase 1 , lsb_timestamp_length=8) audio_stream_header (stream 4, audio usen, timebase 1 , lsb_timestamp_length=8) index (stream 0) +
participants (1)
-
Michael Niedermayer CVS