From 62c438a241ff9cb31080c5f0a69071615af2a475 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 5 Mar 2004 14:08:33 +0000 Subject: * const warn elimintation Originally committed as revision 2845 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index 6fc8bf7dfd..5f87cff922 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -133,7 +133,7 @@ static int64_t get_utf8(GetBitContext *gb) return val; } -static int get_crc8(uint8_t *buf, int count){ +static int get_crc8(const uint8_t *buf, int count){ int crc=0; int i; -- cgit v1.2.3