[XviD-devel] [PATCH] into CVS now

Christoph Lampert xvid-devel@xvid.org
Fri, 17 Jan 2003 17:07:48 +0100 (CET)


On Fri, 17 Jan 2003, Marco "elcabesa" Belli wrote:
> i use not ffmpeg to look xvid encoded files, but xvid deocder=)
> 
> and i found the bug=)
> [...]
>
> if you cannot see the diffrence between the 2 codes , this is the diffrence
> 
> sprite_trajectory_code[i+16384].code = (2*limit-1)+l; WRONG CODE it uses i to 
> address vector insthead of  l
> 
> sprite_trajectory_code[i+16384].code = (2*limit-1)+l; right code
> 
> so gmc vector were inizialided in a bad way=)

Thanks, elcabesa! The fix is committed. 

gruel