• Dan Maas's avatar
    size[0-3] are not initialized (and can get random negative trash · 6df5f6ae
    Dan Maas authored
    values), so the comparison with vs_total_ac_bits is messed up on the
    first couple loop iterations, leading to AC underflows.
    
    the b->prev[] pointers were not being maintained correctly. We
    potentially have to update b->prev[] both before and after the area
    whose VLC length is getting adjusted.
    
    this also might fix the ppc regression failure?
    
    patch by (Dan Maas <dmaas maasdigital com>)
    
    Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk
    6df5f6ae
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile Loading commit data...
audiogen.c Loading commit data...
dsptest.c Loading commit data...
ffmpeg.regression.ref Loading commit data...
ffserver.regression.ref Loading commit data...
lena.pnm Loading commit data...
libav.regression.ref Loading commit data...
regression.sh Loading commit data...
rotozoom.c Loading commit data...
rotozoom.regression.ref Loading commit data...
server-regression.sh Loading commit data...
test.conf Loading commit data...
tiny_psnr.c Loading commit data...
videogen.c Loading commit data...