On Fri, Aug 22, 2014 at 10:53 AM, Deb Mukherjee <debar...@google.com> wrote: > [...] > @@ -311,7 +316,7 @@ static av_cold int vpx_init(AVCodecContext *avctx, > } else { > if (enccfg.rc_end_usage == VPX_CQ) { > enccfg.rc_target_bitrate = 1000000; > - } else { > + } else if (enccfg.rc_end_usage != VPX_Q) {
These still need to be protected as they're vp9-only and newer than what configure tests for to enable vp8. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel