]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc.c
avcodec/extract_extradata_bsf: add missing break statement to extract_extradata_vc1
[ffmpeg] / libavcodec / aacenc.c
index 956e974cb2abaceec84dd98895bb63fdfa05c880..11da260742b09695ce4f7e114b719ebc4f592b80 100644 (file)
@@ -769,7 +769,7 @@ static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
             start_ch += chans;
         }
 
-        if (avctx->flags & CODEC_FLAG_QSCALE) {
+        if (avctx->flags & AV_CODEC_FLAG_QSCALE) {
             /* When using a constant Q-scale, don't mess with lambda */
             break;
         }