From 88730be65153f4a59916d971842fdaed3e0fd72b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 24 Feb 2005 19:08:50 +0000 Subject: kill warnings patch by (Måns Rullgård ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flac.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/flac.c') diff --git a/libavcodec/flac.c b/libavcodec/flac.c index a640b900b4..de1c5255ce 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -143,6 +143,7 @@ static int64_t get_utf8(GetBitContext *gb) return val; } +#if 0 static int skip_utf8(GetBitContext *gb) { int ones=0, bytes; @@ -163,6 +164,7 @@ static int skip_utf8(GetBitContext *gb) } return 0; } +#endif static int get_crc8(const uint8_t *buf, int count){ int crc=0; -- cgit v1.2.3