]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libfaac.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / libfaac.c
index d922fdca1b2eb027a98838b5bf6600d76b3a8179..bf226af956e0995bd99b464bf8049a0a70004400 100644 (file)
@@ -199,7 +199,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;
     }