1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00

x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20346 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lorenm 2006-10-21 21:57:15 +00:00
parent 8bcad7741a
commit f8e6b3f0b8

View File

@ -119,7 +119,7 @@ void x264enc_set_param(m_option_t* opt, char* arg)
parse_error |= ret;
}
if(param.rc.b_stat_write) {
if(param.rc.b_stat_write && !param.rc.b_stat_read) {
/* Adjust or disable some flags to gain speed in the first pass */
if(turbo == 1)
{