1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Avoid "unused variable 'c'" warning.

Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
François Revol 2002-11-26 08:58:24 +00:00
parent e4828c7d43
commit 0ea8f2be4e

View File

@ -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;