From: Baptiste Coudurier Date: Fri, 25 Apr 2008 15:10:33 +0000 (+0000) Subject: remove unused var X-Git-Tag: v0.5~4970 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=62377fec30e29c1705f96f7fa827435946f2767d;p=coroid%2Fffmpeg_saccubus.git remove unused var Originally committed as revision 12967 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index f17fa62ad..7db776d54 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -667,7 +667,7 @@ static int adpcm_encode_frame(AVCodecContext *avctx, static av_cold int adpcm_decode_init(AVCodecContext * avctx) { ADPCMContext *c = avctx->priv_data; - unsigned int max_channels = 2, channel; + unsigned int max_channels = 2; switch(avctx->codec->id) { case CODEC_ID_ADPCM_EA_R1: