diff i386/dsputil_mmx.c @ 625:bb6a69f9d409 libavcodec

slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) per context DCT selection
author michaelni
date Thu, 29 Aug 2002 23:55:32 +0000
parents c9b17c1a02e0
children f65040bf4357
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Wed Aug 28 21:47:28 2002 +0000
+++ b/i386/dsputil_mmx.c	Thu Aug 29 23:55:32 2002 +0000
@@ -424,8 +424,6 @@
         pix_abs8x8_y2 = pix_abs8x8_y2_mmx;
         pix_abs8x8_xy2= pix_abs8x8_xy2_mmx;
 
-        av_fdct = fdct_mmx;
-
         put_pixels_tab[0] = put_pixels_mmx;
         put_pixels_tab[1] = put_pixels_x2_mmx;
         put_pixels_tab[2] = put_pixels_y2_mmx;