[SCM] libav/experimental: Avoid "unused variable 'c'" warning.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:34:25 UTC 2013


The following commit has been merged in the experimental branch:
commit 0ea8f2be4e73e72758d576d85ca868cdbf4f0bdc
Author: François Revol <revol at free.fr>
Date:   Tue Nov 26 08:58:24 2002 +0000

    Avoid "unused variable 'c'" warning.
    
    Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk

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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list