summaryrefslogtreecommitdiff
path: root/libavcodec/mace.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2002-11-26 08:58:24 +0000
committerFrançois Revol <revol@free.fr>2002-11-26 08:58:24 +0000
commit0ea8f2be4e73e72758d576d85ca868cdbf4f0bdc (patch)
treee4b0c9cefa7e2d0c2640fd6aa412027bde5474cc /libavcodec/mace.c
parente4828c7d43a686a7a91c91ab3e5f47fcc6c2bdc6 (diff)
Avoid "unused variable 'c'" warning.
Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mace.c')
-rw-r--r--libavcodec/mace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mace.c b/libavcodec/mace.c
index bc71365161..18aaacaf12 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;