summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/mpegvideo_alpha.c
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2002-06-24 22:22:39 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2002-06-24 22:22:39 +0000
commitdb42e13bfbfdb2a9b909078870ef03e4cf7357b5 (patch)
tree2de9895ec44c74eca3a1b2455f5950fef6cc6b02 /libavcodec/alpha/mpegvideo_alpha.c
parentb210c96c0c0048bb4923a5cf45633507f34b532b (diff)
Ugly hack to make the assembler accept MVI instructions.
Originally committed as revision 705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha/mpegvideo_alpha.c')
-rw-r--r--libavcodec/alpha/mpegvideo_alpha.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/alpha/mpegvideo_alpha.c b/libavcodec/alpha/mpegvideo_alpha.c
index d0af5e1d32..eb1997eee7 100644
--- a/libavcodec/alpha/mpegvideo_alpha.c
+++ b/libavcodec/alpha/mpegvideo_alpha.c
@@ -28,6 +28,9 @@ static void dct_unquantize_h263_axp(MpegEncContext *s,
{
int i, level;
UINT64 qmul, qadd;
+
+ ASM_ACCEPT_MVI;
+
if (s->mb_intra) {
if (n < 4)
block[0] = block[0] * s->y_dc_scale;