From 0ea8f2be4e73e72758d576d85ca868cdbf4f0bdc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 26 Nov 2002 08:58:24 +0000 Subject: [PATCH] Avoid "unused variable 'c'" warning. Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/mace.c b/libavcodec/mace.c index bc71365..18aaaca 100644 --- a/libavcodec/mace.c +++ b/libavcodec/mace.c @@ -382,7 +382,6 @@ static void Exp1to6(MACEContext *ctx, static int mace_decode_init(AVCodecContext * avctx) { - MACEContext *c = avctx->priv_data; if (avctx->channels > 2) return -1; return 0; -- 2.7.4