Commit 9223895e authored by mmu_man's avatar mmu_man

Avoid "unused variable 'c'" warning.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1282 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7be14a0a
......@@ -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;
......
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