summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 17:40:32 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-12 17:40:32 +0000
commit7719914fa1cdea6e60660f66be9f28e6a26b94b5 (patch)
treeff4bc35d20059003b860e4cd3716a22280d6e783 /DOCS
parent6557c02bc4ae961e9be4a7a2147cb50c267e45e2 (diff)
downloadmpv-7719914fa1cdea6e60660f66be9f28e6a26b94b5.tar.bz2
mpv-7719914fa1cdea6e60660f66be9f28e6a26b94b5.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 8579d9c401..34371d93bc 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -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: