Change the way the input is passed to do_hybrid_filter(). Before, in[0] was
authorVitor Sessak <vitor1001@gmail.com>
Mon, 28 Jul 2008 02:55:47 +0000 (02:55 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 28 Jul 2008 02:55:47 +0000 (02:55 +0000)
commit2b356efec2814c8fdefe6761c354a88d691262cf
tree194fddda9283488a3537b043e9ebb025dbe578f7
parentaed39f6c020f00bd3e25e0b553425cb3f5ef9aa7
Change the way the input is passed to do_hybrid_filter(). Before, in[0] was
the oldest input sample passed and in[n-1] was the latest. Now it is the
contrary. This allows making backward_filter() somewhat simpler.

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