mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 14:20:55 +00:00
language_code & fourcc vb->v reversal
version 0->1, 0 was NUT with subpackets :) stream_id < stream_count rule (otherwise stream[stream_id] would be problematic ...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12151 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
11c255bf20
commit
3905f57aaf
@ -115,9 +115,9 @@ stream_header:
|
||||
packet_header
|
||||
stream_id v
|
||||
stream_class v
|
||||
fourcc v
|
||||
fourcc vb
|
||||
average_bitrate v
|
||||
language_code v
|
||||
language_code vb
|
||||
time_base_nom v
|
||||
time_base_denom v
|
||||
msb_timestamp_shift v
|
||||
@ -234,13 +234,13 @@ backward_ptr
|
||||
the first bit is allways set
|
||||
|
||||
version
|
||||
0 for now
|
||||
1 for now
|
||||
|
||||
stream_id
|
||||
Note: streams with a lower relative class MUST have a lower relative id
|
||||
so a stream with class 0 MUST allways have a id which is lower then any
|
||||
stream with class > 0
|
||||
streams should use low ids
|
||||
stream_id MUST be < stream_count
|
||||
|
||||
stream_class
|
||||
0 video
|
||||
|
Loading…
Reference in New Issue
Block a user