--- xvid.h 2008/11/14 15:43:27 1.61 +++ xvid.h 2008/11/27 20:17:33 1.63 @@ -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: xvid.h,v 1.61 2008/11/14 15:43:27 Isibaar Exp $ + * $Id: xvid.h,v 1.63 2008/11/27 20:17:33 Isibaar Exp $ * ****************************************************************************/ @@ -73,7 +73,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION 47 +#define XVID_BS_VERSION 48 /***************************************************************************** * error codes @@ -555,6 +555,8 @@ /*accuracy 0 very accurate 4 very fast*/ int acc; + int cpu_flags; /* XVID_CPU_XXX flags */ + } xvid_plugin_ssim_t; /*****************************************************************************