summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r--libavutil/crc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/crc.h b/libavutil/crc.h
index 0540619d20..dcb7e2c7d7 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -33,6 +33,7 @@ typedef enum {
AV_CRC_16_CCITT,
AV_CRC_32_IEEE,
AV_CRC_32_IEEE_LE, /*< reversed bitorder version of AV_CRC_32_IEEE */
+ AV_CRC_16_ANSI_LE, /*< reversed bitorder version of AV_CRC_16_ANSI */
AV_CRC_MAX, /*< Not part of public API! Do not use outside libavutil. */
}AVCRCId;