mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
10l: Make turbo mode compatible with 3-pass encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13407 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
10d3ae9de5
commit
16fba15308
@ -668,7 +668,7 @@ static int config(struct vf_instance_s* vf,
|
||||
mp_msg(MSGT_MENCODER,MSGL_ERR,"2pass failed: filename=%s\n", passtmpfile);
|
||||
return 0;
|
||||
}
|
||||
if(lavc_param_turbo) {
|
||||
if(lavc_param_turbo && (lavc_param_vpass == 1)) {
|
||||
/* uses SAD comparison functions instead of other hungrier */
|
||||
lavc_venc_context->me_pre_cmp = 0;
|
||||
lavc_venc_context->me_cmp = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user