changeset 893:6faecb29b3b5 libavcodec

Avoid "unused variable 'c'" warning.
author mmu_man
date Tue, 26 Nov 2002 08:58:24 +0000
parents 550033bc7e2d
children a408778eff87
files mace.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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;