]> git.sesse.net Git - ffmpeg/commit
Remove RA288Context.output buffer. This buffer is just RA288Context.sb
authorVitor Sessak <vitor1001@gmail.com>
Mon, 28 Jul 2008 02:53:07 +0000 (02:53 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Mon, 28 Jul 2008 02:53:07 +0000 (02:53 +0000)
commitaed39f6c020f00bd3e25e0b553425cb3f5ef9aa7
tree8b08ef006459d8c3703bd9aa060bea7bfa183d77
parent452a398fd6bdca3f301c5c8af3bc241bc16a777e
Remove RA288Context.output buffer. This buffer is just RA288Context.sb
backwards (output[i] == sb[N-i], where N is the buffer length).

This makes the code slower, this will be fixed in my next commit.

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