mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
Ugly hack to make the assembler accept MVI instructions.
Originally committed as revision 705 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user