crc: add ANSI CRC16 LE

This adds the reversed byte-order version of the ANSI CRC16.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Alessandro Ghedini
2014-04-14 10:18:53 +02:00
committed by Anton Khirnov
parent fbd8e04210
commit 0983d48111
5 changed files with 45 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-04-xx - xxxxxxx - lavu 53.12.0 - crc.h
Add AV_CRC_16_ANSI_LE crc variant.
2014-04-xx - xxxxxxx - lavu 53.11.0 - pixfmt.h
Add AV_PIX_FMT_YVYU422 pixel format.