OSDN Git Service

Fix VP3 edge emulation
authorDavid Conrad <davedc@kozue.local>
Sat, 19 Feb 2011 09:41:51 +0000 (01:41 -0800)
committerJason Garrett-Glaser <jason@x264.com>
Sat, 19 Feb 2011 09:42:12 +0000 (01:42 -0800)
commita89f4ca005efa5ee82089583c7b8bc00bcee816a
tree316a0192fa283621e8369eada072e9fbf362c4dc
parent9707f84fa73c23352937fc7e4e0a85eaf3135cbc
Fix VP3 edge emulation

With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer.
With positive stride, pointing to the end of the buffer was completely wrong.
libavcodec/vp3.c