Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds...
authorPeter Ross <pross@xvid.org>
Thu, 7 Aug 2008 08:16:42 +0000 (08:16 +0000)
committerPeter Ross <pross@xvid.org>
Thu, 7 Aug 2008 08:16:42 +0000 (08:16 +0000)
commit13dbd9b705f016926e25261064463968c78ca93d
treecbcc51873cec3948adc3c15a8cda31e3233167d5
parentbc02bc868608668bc277c6d6af47bfd0d9e24e65
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0.

Originally committed as revision 14658 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/pcm.c