comparison DOCS/tech/mpcf.txt @ 17827:edef5f47dfac

bump neglected date more consistent notation (usually in specs there are only arrays, no structs...)
author ods15
date Sun, 12 Mar 2006 17:40:32 +0000
parents 05cfdab43e96
children b493e5ba8741
comparison
equal deleted inserted replaced
17826:05cfdab43e96 17827:edef5f47dfac
1 ======================================== 1 ========================================
2 NUT Open Container Format DRAFT 20060207 2 NUT Open Container Format DRAFT 20060312
3 ======================================== 3 ========================================
4 4
5 5
6 6
7 Intro: 7 Intro:
104 value b 104 value b
105 105
106 t (v coded universal timestamp) 106 t (v coded universal timestamp)
107 tmp v 107 tmp v
108 stream_id= tmp % stream_count 108 stream_id= tmp % stream_count
109 value= (tmp / stream_count) * stream[ stream_id ].timebase 109 value= (tmp / stream_count) * timebase[stream_id]
110 110
111 111
112 Bitstream syntax: 112 Bitstream syntax:
113 ================= 113 =================
114 114