--- xvid.h 2006/10/11 13:55:32 1.56 +++ xvid.h 2006/11/01 10:04:29 1.58 @@ -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.56 2006/10/11 13:55:32 Skal Exp $ + * $Id: xvid.h,v 1.58 2006/11/01 10:04:29 Isibaar Exp $ * ****************************************************************************/ @@ -73,7 +73,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION 45 +#define XVID_BS_VERSION 47 /***************************************************************************** * error codes @@ -549,6 +549,9 @@ /*visualize*/ int b_visualize; + /*accuracy 0 very accurate 4 very fast*/ + int acc; + } xvid_plugin_ssim_t; /*****************************************************************************