[FFmpeg-devel] [PATCH] Adds support for constant quality mode in VP9.
James Zern
jzern at google.com
Fri Aug 22 22:14:42 CEST 2014
On Fri, Aug 22, 2014 at 10:53 AM, Deb Mukherjee <debargha at 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.
More information about the ffmpeg-devel
mailing list