hex editor friendly language_code

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9326 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2003-02-07 22:13:54 +00:00
parent 0ee250f912
commit 0e881c82cc
1 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,7 @@ stream_header:
stream_class v stream_class v
fourcc b fourcc b
average_bitrate v average_bitrate v
language_code v language_code b
time_base_nom v time_base_nom v
time_base_denom v time_base_denom v
lsb_timestamp_length v lsb_timestamp_length v
@ -220,9 +220,11 @@ stream_class
fourcc fourcc
identification for the codec identification for the codec
example: "H264" example: "H264"
MUST contain 4 bytes, note, this might be increasd in the future if
needed
language_code language_code
something like 'u'<<24 + 's'<<16 + 'e'<<8 + 'n' (US english), can be 0 something like "usen" (US english), can be 0
if unknown if unknown
time_base_nom / time_base_denom = time_base time_base_nom / time_base_denom = time_base