From 070144671decc8be54e981ca8157694b41d1dcc3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 01:33:16 +0000 Subject: [PATCH] Dont cast const away. Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/crc.c b/libavutil/crc.c index 1de67a6ad1..743a64038f 100644 --- a/libavutil/crc.c +++ b/libavutil/crc.c @@ -115,7 +115,7 @@ uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t le #ifndef CONFIG_SMALL if(!ctx[256]) while(buffer>8 )&0xFF)] ^ctx[1*256 + ((crc>>16)&0xFF)]