mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
e486339264
commit
0f62f5847c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue