libopencore-amr: Fix assignments in if()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
871b6ec01d
commit
d6180aa297
@ -261,7 +261,7 @@ static int amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
|||||||
if (frame->nb_samples < avctx->frame_size - avctx->delay)
|
if (frame->nb_samples < avctx->frame_size - avctx->delay)
|
||||||
s->enc_last_frame = -1;
|
s->enc_last_frame = -1;
|
||||||
}
|
}
|
||||||
if ((ret = ff_af_queue_add(&s->afq, frame) < 0)) {
|
if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) {
|
||||||
av_freep(&flush_buf);
|
av_freep(&flush_buf);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user