--- trunk/xvidcore/vfw/src/config.h 2010/12/18 16:02:08 1913 +++ trunk/xvidcore/vfw/src/config.h 2010/12/21 16:56:42 1914 @@ -19,7 +19,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: config.h,v 1.14 2010-12-02 06:46:07 Isibaar Exp $ + * $Id: config.h,v 1.15 2010-12-21 16:56:42 Isibaar Exp $ * ****************************************************************************/ @@ -107,6 +107,7 @@ /* motion */ int motion_search; int vhq_mode; + int vhq_metric; int vhq_bframe; int chromame; int turbo; @@ -210,6 +211,8 @@ DWORD cpu; + int num_slices; + /* internal */ int ci_valid; VFWEXT_CONFIGURE_INFO_T ci;