[FFmpeg-devel] [PATCH]Sanitize VBR setting for libfdk-aac

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Sep 11 16:24:28 CEST 2012


On 11/09/2012 3:12 AM, Carl Eugen Hoyos wrote:
> -        int mode = avctx->global_quality;
> +        int mode = avctx->global_quality / FF_QP2LAMBDA;

I'm not really sure how this can be right... it's supposed to be a straight
pass through to the code from where it is set.

- Derek


More information about the ffmpeg-devel mailing list