diff alpha/mpegvideo_alpha.c @ 505:7a976bf93394 libavcodec

Ugly hack to make the assembler accept MVI instructions.
author mellum
date Mon, 24 Jun 2002 22:22:39 +0000
parents 718a22dc121f
children c9f724e3a797
line wrap: on
line diff
--- a/alpha/mpegvideo_alpha.c	Mon Jun 24 22:21:30 2002 +0000
+++ b/alpha/mpegvideo_alpha.c	Mon Jun 24 22:22:39 2002 +0000
@@ -28,6 +28,9 @@
 {
     int i, level;
     UINT64 qmul, qadd;
+
+    ASM_ACCEPT_MVI;
+    
     if (s->mb_intra) {
         if (n < 4) 
             block[0] = block[0] * s->y_dc_scale;