diff mace.c @ 893:6faecb29b3b5 libavcodec

Avoid "unused variable 'c'" warning.
author mmu_man
date Tue, 26 Nov 2002 08:58:24 +0000
parents 770578c6c300
children b32afefe7d33
line wrap: on
line diff
--- a/mace.c	Tue Nov 26 08:56:10 2002 +0000
+++ b/mace.c	Tue Nov 26 08:58:24 2002 +0000
@@ -382,7 +382,6 @@
 
 static int mace_decode_init(AVCodecContext * avctx)
 {
-    MACEContext *c = avctx->priv_data;
     if (avctx->channels > 2)
         return -1;
     return 0;