--- trunk/xvidcore/vfw/src/config.h 2010/12/02 06:46:07 1910 +++ trunk/xvidcore/vfw/src/config.h 2010/12/21 20:23:07 1915 @@ -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.16 2010-12-21 20:23:07 Isibaar Exp $ * ****************************************************************************/ @@ -103,10 +103,11 @@ #define QUALITY_GENERAL_STRING "General purpose" #define QUALITY_USER_STRING "(User defined)" typedef struct { - char * name; - /* motion */ - int motion_search; + char * name; + /* 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;