diff mp3lameaudio.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 02a4fd7c606c
children bceeca1bb30f
line wrap: on
line diff
--- a/mp3lameaudio.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/mp3lameaudio.c	Thu Feb 24 19:08:50 2005 +0000
@@ -132,7 +132,7 @@
                      unsigned char *frame, int buf_size, void *data)
 {
 	Mp3AudioContext *s = avctx->priv_data;
-	int len, i;
+	int len;
 	int lame_result;
 
 	/* lame 3.91 dies on '1-channel interleaved' data */