diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-08 09:07:13 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-08 09:07:13 +0000 |
commit | d5153410a8292c9f4e1d61e44a29a9f7989f7e88 (patch) | |
tree | 93e6a54cf6b57842f615b3da164b43324458732b /DOCS | |
parent | 55e575564199c20c6f3538eb3d263add18de8837 (diff) |
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 ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9336 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/mpcf.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index f0b8189d62..b79a3798c0 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -48,6 +48,7 @@ b (binary data or string) 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 @@ fourcc 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 @@ video_stream_header (stream 2 subtitle atde, timebase 30, lsb_timestamp_length= 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) + |