Commit 0ea8f2be authored by François Revol's avatar François Revol

Avoid "unused variable 'c'" warning.

Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e4828c7d
...@@ -382,7 +382,6 @@ static void Exp1to6(MACEContext *ctx, ...@@ -382,7 +382,6 @@ static void Exp1to6(MACEContext *ctx,
static int mace_decode_init(AVCodecContext * avctx) static int mace_decode_init(AVCodecContext * avctx)
{ {
MACEContext *c = avctx->priv_data;
if (avctx->channels > 2) if (avctx->channels > 2)
return -1; return -1;
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment