From 0f62f5847c176104e68b79635ad261132ccbc0df Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 5 Apr 2004 12:06:30 +0000 Subject: switching from crc32 to adler32 checksums, cuz they are faster and simpler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12119 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/mpcf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt index 9d14f73836..0c1dc76869 100644 --- a/DOCS/tech/mpcf.txt +++ b/DOCS/tech/mpcf.txt @@ -412,7 +412,7 @@ zero_bit their size, and all startcodes start with a 1 bit checksum - crc32 checksum using the generator polynomial 0x104c11db7 (same as ogg) + adler32 checksum frame_checksum identical to checksum, but instead of covering just the current -- cgit v1.2.3