diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-04-14 10:18:53 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-04-17 20:08:19 +0200 |
commit | 0983d48111f578e17e8c1967d25ce593fce62b63 (patch) | |
tree | d79e1d5d183ecf0fa02d8cb9ba3f6dd7f1db51dc /tests | |
parent | fbd8e042107ec63e0ddf155588c59dcb76007641 (diff) | |
download | ffmpeg-0983d48111f578e17e8c1967d25ce593fce62b63.tar.gz |
crc: add ANSI CRC16 LE
This adds the reversed byte-order version of the ANSI CRC16.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests')
-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 1c24aea74a..80bb0eae4d 100644 --- a/tests/ref/fate/crc +++ b/tests/ref/fate/crc @@ -1,4 +1,5 @@ crc EDB88320 = 3D5CDD04 crc 04C11DB7 = E0BAF5C0 +crc 0000A001 = BFD8 crc 00008005 = BB1F crc 00000007 = E3 |