From 976ecfac3a5acd88ad3a3449fde783eea040bc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Martinez?= Date: Thu, 17 Oct 2019 20:49:07 +0200 Subject: [PATCH] Define more explicitly the CRC-32 used --- ffv1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffv1.md b/ffv1.md index 64440e1..7f0c691 100644 --- a/ffv1.md +++ b/ffv1.md @@ -1408,7 +1408,7 @@ Note: this allows finding the start of slices before previous slices have been f This is equivalent to storing the crc remainder in the 32-bit parity. -The CRC generator polynomial used is the standard IEEE CRC polynomial (0x104C11DB7) with initial value 0. +The CRC generator polynomial used is the standard IEEE CRC polynomial (0x104C11DB7), with initial value 0, without pre-inversion and without post-inversion. ## Quantization Table Set