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 /doc | |
parent | fbd8e042107ec63e0ddf155588c59dcb76007641 (diff) | |
download | ffmpeg-streaming-0983d48111f578e17e8c1967d25ce593fce62b63.zip ffmpeg-streaming-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 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ec1816a..05f81b5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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. |