--- libavutil/crc.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavutil/crc.h b/libavutil/crc.h index 142a5b5..0540619 100644 --- a/libavutil/crc.h +++ b/libavutil/crc.h @@ -68,6 +68,7 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id); * * @see av_crc_init() "le" parameter */ -uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure; +uint32_t av_crc(const AVCRC *ctx, uint32_t crc, + const uint8_t *buffer, size_t length) av_pure; #endif /* AVUTIL_CRC_H */ -- 1.7.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
