diff mpegvideo.c @ 514:c9f724e3a797 libavcodec

Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd for some improvements.
author mellum
date Wed, 03 Jul 2002 03:01:06 +0000
parents b9ed0ae72d51
children 3c07cf9595de
line wrap: on
line diff
--- a/mpegvideo.c	Wed Jul 03 01:09:44 2002 +0000
+++ b/mpegvideo.c	Wed Jul 03 03:01:06 2002 +0000
@@ -132,6 +132,9 @@
 #ifdef HAVE_MMX
     MPV_common_init_mmx(s);
 #endif
+#ifdef ARCH_ALPHA
+    MPV_common_init_axp(s);
+#endif
     //setup default unquantizers (mpeg4 might change it later)
     if(s->out_format == FMT_H263)
         s->dct_unquantize = s->dct_unquantize_h263;