diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2017-12-20 01:29:05 +0100 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2018-03-07 22:26:53 +0100 |
commit | 0b4ad86959cdd5c53474faf2c0b46e0f8a057fe1 (patch) | |
tree | 263ff84d435370b05a222aabe4850527f4abbbaf /tests/ref/fate/crc | |
parent | ea0963181a2cc8e42a0c58da96fb7fed5e857e5b (diff) | |
download | ffmpeg-0b4ad86959cdd5c53474faf2c0b46e0f8a057fe1.tar.gz |
crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D
Diffstat (limited to 'tests/ref/fate/crc')
-rw-r--r-- | tests/ref/fate/crc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/fate/crc b/tests/ref/fate/crc index 8aa0dd2448..7b59a3cc07 100644 --- a/tests/ref/fate/crc +++ b/tests/ref/fate/crc @@ -4,3 +4,4 @@ crc 00864CFB = 326039 crc 0000A001 = BFD8 crc 00008005 = BB1F crc 00000007 = E3 +crc 0000001D = D6 |