Change the way the input is passed to do_hybrid_filter(). Before, in[0] was
commit42de8e87153e10231091c3c231bdaea7628d3143
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 28 Jul 2008 02:55:47 +0000 (28 02:55 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 28 Jul 2008 02:55:47 +0000 (28 02:55 +0000)
tree863fc7c7c3721d8dec3b6966d6151d0de8ed2653
parentbbb2f09450d5da34b6bae62e4d2263307c683267
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14447 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavcodec/ra288.c