summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2017-12-20 01:29:05 +0100
committerAurelien Jacobs <aurel@gnuage.org>2018-03-07 22:26:53 +0100
commit0b4ad86959cdd5c53474faf2c0b46e0f8a057fe1 (patch)
tree263ff84d435370b05a222aabe4850527f4abbbaf /tests
parentea0963181a2cc8e42a0c58da96fb7fed5e857e5b (diff)
crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1D
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/fate/crc1
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