diff dsputil.c @ 676:c3bdb00a98a9 libavcodec

dont store version for bit-exact tests
author michaelni
date Sat, 14 Sep 2002 22:07:35 +0000
parents 45e8f39fda50
children efcbfbd18864
line wrap: on
line diff
--- a/dsputil.c	Sat Sep 14 19:00:09 2002 +0000
+++ b/dsputil.c	Sat Sep 14 22:07:35 2002 +0000
@@ -44,6 +44,8 @@
 op_pixels_abs_func pix_abs8x8_y2;
 op_pixels_abs_func pix_abs8x8_xy2;
 
+int ff_bit_exact=0;
+
 UINT8 cropTbl[256 + 2 * MAX_NEG_CROP];
 UINT32 squareTbl[512];
 
@@ -1697,6 +1699,7 @@
 /* remove any non bit exact operation (testing purpose) */
 void avcodec_set_bit_exact(void)
 {
+    ff_bit_exact=1;
 #ifdef HAVE_MMX
     dsputil_set_bit_exact_mmx();
 #endif