Skip to content

Commit

Permalink
Define more explicitly the CRC-32 used
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Oct 17, 2019
1 parent 7039a65 commit 976ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 976ecfa

Please sign in to comment.