summaryrefslogtreecommitdiff
path: root/libavutil/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r--libavutil/crc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/crc.h b/libavutil/crc.h
index e07e65a5dc..fa34059278 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -33,7 +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_MAX, /*< not part of public API! don't use outside lavu */
+ AV_CRC_MAX, /*< Not part of public API! Do not use outside libavutil. */
}AVCRCId;
int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);