comparison DOCS/tech/mpcf.txt @ 12118:b8fea9441d02

switching from crc32 to adler32 checksums, cuz they are faster and simpler
author michael
date Mon, 05 Apr 2004 12:06:30 +0000
parents e1e5e2124dae
children 2c9a2b1772bc
comparison
equal deleted inserted replaced
12117:e1e5e2124dae 12118:b8fea9441d02
410 MUST be 0, its there to distinguish non keyframes from other packets, 410 MUST be 0, its there to distinguish non keyframes from other packets,
411 Note: all packets have a 64-bit startcode except non-keyframes to reduce 411 Note: all packets have a 64-bit startcode except non-keyframes to reduce
412 their size, and all startcodes start with a 1 bit 412 their size, and all startcodes start with a 1 bit
413 413
414 checksum 414 checksum
415 crc32 checksum using the generator polynomial 0x104c11db7 (same as ogg) 415 adler32 checksum
416 416
417 frame_checksum 417 frame_checksum
418 identical to checksum, but instead of covering just the current 418 identical to checksum, but instead of covering just the current
419 packet, it covers all frames since the last frame_checksum 419 packet, it covers all frames since the last frame_checksum
420 420