[XviD-devel] Bug in 64-bit interlacing_mmx.asm

Edouard Gomez edouard.gomez at gmail.com
Fri Mar 18 18:37:15 CET 2005


Andrew Dunstan (a_dunstan at hotmail.com) wrote:
> Found a bug while doing interlaced encoding using the 64-bit port.
> line 182 in utils\x86_64_asm\interlacing_mmx.asm:
>  mov rcx, [r9+rax*4]
> 
> Should be a 32-bit move:
>  mov ecx, [r9+rax*4]

Patched in my branch, will be in cvs in a short time

-- 
Edouard Gomez


More information about the XviD-devel mailing list