--- plugin_2pass1.c 2004/01/21 07:14:29 1.1.2.15 +++ plugin_2pass1.c 2010/03/09 10:00:14 1.4 @@ -1,12 +1,12 @@ /****************************************************************************** * - * XviD Bit Rate Controller Library + * Xvid Bit Rate Controller Library * - VBR 2 pass bitrate controler implementation - * * Copyright (C) 2002-2003 Edouard Gomez * * The curve treatment algorithm is the one implemented by Foxer and - * Dirk Knop for the XviD vfw dynamic library. + * Dirk Knop for the Xvid vfw dynamic library. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: plugin_2pass1.c,v 1.1.2.15 2004/01/21 07:14:29 syskin Exp $ + * $Id: plugin_2pass1.c,v 1.4 2010/03/09 10:00:14 Isibaar Exp $ * *****************************************************************************/ @@ -161,6 +161,7 @@ /* Now VOP flags (no fast replacements) */ data->vop_flags &= ~XVID_VOP_MODEDECISION_RD; + data->vop_flags &= ~XVID_VOP_RD_BVOP; data->vop_flags &= ~XVID_VOP_FAST_MODEDECISION_RD; data->vop_flags &= ~XVID_VOP_TRELLISQUANT; data->vop_flags &= ~XVID_VOP_INTER4V;