libfdk-aacenc: Fix assignments in if()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 9302ad1ac8
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -334,7 +334,7 @@ static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
|||||||
in_buf.bufElSizes = &in_buffer_element_size;
|
in_buf.bufElSizes = &in_buffer_element_size;
|
||||||
|
|
||||||
/* add current frame to the queue */
|
/* add current frame to the queue */
|
||||||
if ((ret = ff_af_queue_add(&s->afq, frame) < 0))
|
if ((ret = ff_af_queue_add(&s->afq, frame)) < 0)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user