Remove st1 and st2 temporary buffers in backward_filter() and use instead
authorVitor Sessak <vitor1001@gmail.com>
Sun, 27 Jul 2008 20:55:27 +0000 (20:55 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sun, 27 Jul 2008 20:55:27 +0000 (20:55 +0000)
commit59da0390dc2bd2722665305d1d22c4ea10cfe049
tree37856d5f59cd9228672e406727d75997947dcca3
parent51be0eb4828154ba9509fe070460b9dd258b3645
Remove st1 and st2 temporary buffers in backward_filter() and use instead
RA288Context.pr{1,2}. Note that the pr{1,2} buffers are one unity smaller
than the st{1,2} buffers. My guess is that the original coder decided to
add one to the array sizes "just to be sure".

Originally committed as revision 14435 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ra288.c