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