comparison DOCS/tech/mpcf.txt @ 9307:ec18ad315bbe

10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)
author michael
date Fri, 07 Feb 2003 00:18:09 +0000
parents aa26f77e7aae
children b16480522be9
comparison
equal deleted inserted replaced
9306:b78cd2e33d2c 9307:ec18ad315bbe
260 error robustness these can be shuffled 260 error robustness these can be shuffled
261 0 -> no shuffle 261 0 -> no shuffle
262 1-16 -> interleave packets by 2^n 262 1-16 -> interleave packets by 2^n
263 263
264 checksum 264 checksum
265 crc32 checksum using the generator polynomial=0x04c11db7 (same as ogg) 265 crc32 checksum using the generator polynomial 0x104c11db7 (same as ogg)
266 266
267 checksum_flag 267 checksum_flag
268 indicates that the frame_checksum is coded 268 indicates that the frame_checksum is coded
269 must be 1 for the last non keyframe before a keyframe 269 must be 1 for the last non keyframe before a keyframe
270 270