diff --git a/libavcodec/libfaac.c b/libavcodec/libfaac.c index 0bfed1e0fc..685d14476f 100644 --- a/libavcodec/libfaac.c +++ b/libavcodec/libfaac.c @@ -201,7 +201,7 @@ static int Faac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, /* add current frame to the queue */ if (frame) { - if ((ret = ff_af_queue_add(&s->afq, frame) < 0)) + if ((ret = ff_af_queue_add(&s->afq, frame)) < 0) return ret; }