[MPlayer-cvslog] r20346 - trunk/libmpcodecs/ve_x264.c
lorenm
subversion at mplayerhq.hu
Sat Oct 21 23:57:16 CEST 2006
Author: lorenm
Date: Sat Oct 21 23:57:15 2006
New Revision: 20346
Modified:
trunk/libmpcodecs/ve_x264.c
Log:
x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)
Modified: trunk/libmpcodecs/ve_x264.c
==============================================================================
--- trunk/libmpcodecs/ve_x264.c (original)
+++ trunk/libmpcodecs/ve_x264.c Sat Oct 21 23:57:15 2006
@@ -119,7 +119,7 @@
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)
{
More information about the MPlayer-cvslog
mailing list