mirror of https://github.com/mpv-player/mpv
bump neglected date
more consistent notation (usually in specs there are only arrays, no structs...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17828 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6557c02bc4
commit
7719914fa1
|
@ -1,5 +1,5 @@
|
|||
========================================
|
||||
NUT Open Container Format DRAFT 20060207
|
||||
NUT Open Container Format DRAFT 20060312
|
||||
========================================
|
||||
|
||||
|
||||
|
@ -106,7 +106,7 @@ vb (variable length binary data or string)
|
|||
t (v coded universal timestamp)
|
||||
tmp v
|
||||
stream_id= tmp % stream_count
|
||||
value= (tmp / stream_count) * stream[ stream_id ].timebase
|
||||
value= (tmp / stream_count) * timebase[stream_id]
|
||||
|
||||
|
||||
Bitstream syntax:
|
||||
|
|
Loading…
Reference in New Issue