diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c')
-rw-r--r-- | src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c b/src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c index d0af5e1d3..eb1997eee 100644 --- a/src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c +++ b/src/libffmpeg/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; |