diff flac.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents ab32402c7e09
children f6a13db551aa
line wrap: on
line diff
--- a/flac.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/flac.c	Thu Feb 24 19:08:50 2005 +0000
@@ -143,6 +143,7 @@
     return val;
 }
 
+#if 0
 static int skip_utf8(GetBitContext *gb)
 {
     int ones=0, bytes;
@@ -163,6 +164,7 @@
     }
     return 0;
 }
+#endif
 
 static int get_crc8(const uint8_t *buf, int count){
     int crc=0;