comparison DOCS/tech/mpcf.txt @ 9312:c503636eaf5f

typo
author michael
date Fri, 07 Feb 2003 13:47:49 +0000
parents 4b04416ada91
children 774afe44f17b
comparison
equal deleted inserted replaced
9311:4b04416ada91 9312:c503636eaf5f
132 stream_id v 132 stream_id v
133 if(msb_timestamp_flag) 133 if(msb_timestamp_flag)
134 msb_timestamp v 134 msb_timestamp v
135 bitstream 135 bitstream
136 if(checksum_flag) 136 if(checksum_flag)
137 checksum u(32) 137 frame_checksum u(32)
138 138
139 Index: 139 Index:
140 packet header 140 packet header
141 index_startcode f(64) 141 index_startcode f(64)
142 stream_id v 142 stream_id v
190 stream_class 190 stream_class
191 0 video 191 0 video
192 32 audio 192 32 audio
193 64 subtiles 193 64 subtiles
194 Note the remaining values are reserved and MUST NOT be used 194 Note the remaining values are reserved and MUST NOT be used
195 a decoder MUST ignore streams with reserved classes
195 196
196 fourcc 197 fourcc
197 identification for the codec 198 identification for the codec
198 example: 'h'<<24 + '2'<<16 + '6'<<8 + '4' 199 example: 'h'<<24 + '2'<<16 + '6'<<8 + '4'
199 200
284 must be 1 for the last non keyframe before a keyframe 285 must be 1 for the last non keyframe before a keyframe
285 286
286 frame_checksum 287 frame_checksum
287 identical to checksum, but instead of covering just the current 288 identical to checksum, but instead of covering just the current
288 packet, it covers all frames of the same stream id since the last 289 packet, it covers all frames of the same stream id since the last
289 checksum 290 frame_checksum
290 this field is only coded if checksum_flag=1 291 this field is only coded if checksum_flag=1
291 292
292 index_timestamp 293 index_timestamp
293 value in time_base precission, relative to the last index_timestamp 294 value in time_base precission, relative to the last index_timestamp
294 295