ra144enc: Fix assignments in if()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
795d2dc23b
commit
e2704381e5
@ -536,7 +536,7 @@ static int ra144_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
|||||||
for (; i < frame->nb_samples; i++)
|
for (; i < frame->nb_samples; i++)
|
||||||
ractx->curr_block[i] = samples[i] >> 2;
|
ractx->curr_block[i] = samples[i] >> 2;
|
||||||
|
|
||||||
if ((ret = ff_af_queue_add(&ractx->afq, frame) < 0))
|
if ((ret = ff_af_queue_add(&ractx->afq, frame)) < 0)
|
||||||
return ret;
|
return ret;
|
||||||
} else
|
} else
|
||||||
ractx->last_frame = 1;
|
ractx->last_frame = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user