diff mpegvideo.c @ 730:b24ea84b23e2 libavcodec

trying to fix the non-x86 IDCTs (untested)
author michaelni
date Sun, 06 Oct 2002 15:27:01 +0000
parents a91203b34e71
children f011a0df269f
line wrap: on
line diff
--- a/mpegvideo.c	Sat Oct 05 00:57:42 2002 +0000
+++ b/mpegvideo.c	Sun Oct 06 15:27:01 2002 +0000
@@ -218,6 +218,10 @@
 #ifdef HAVE_MMI
     MPV_common_init_mmi(s);
 #endif
+#ifdef ARCH_ARMV4L
+    MPV_common_init_armv4l();
+#endif
+
 
     /* load & permutate scantables
        note: only wmv uses differnt ones