Avoid "unused variable 'c'" warning.
authorFrançois Revol <revol@free.fr>
Tue, 26 Nov 2002 08:58:24 +0000 (08:58 +0000)
committerFrançois Revol <revol@free.fr>
Tue, 26 Nov 2002 08:58:24 +0000 (08:58 +0000)
Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mace.c

index bc71365..18aaaca 100644 (file)
@@ -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;