• 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
doc Loading commit data...
libavcodec Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
postproc Loading commit data...
tests Loading commit data...
vhook Loading commit data...
.cvsignore Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README Loading commit data...
berrno.h Loading commit data...
build_avopt Loading commit data...
clean-diff Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
cws2fws.c Loading commit data...
ffinstall.nsi Loading commit data...
ffmpeg.c Loading commit data...
ffplay.c Loading commit data...
ffserver.c Loading commit data...
ffserver.h Loading commit data...
output_example.c Loading commit data...
pktdumper.c Loading commit data...
qt-faststart.c Loading commit data...
unwrap-diff Loading commit data...
xvmc_render.h Loading commit data...