Derek Buitenhuis <derek.buitenhuis <at> gmail.com> writes: > 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. Please elaborate how this is supposed to be done. Carl Eugen