OSDN Git Service

vp8: fix bilinear C code to work if src_stride != dst_stride.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 5 Feb 2014 07:59:45 +0000 (07:59 +0000)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 6 Feb 2014 21:45:29 +0000 (22:45 +0100)
commit5351964a2b524d1cb70c268c3e9436fd2990429b
tree9453d0fed67f050d80022bc1242825f634928d55
parent49ec5515956405a240b0f2a092d927104874b16a
vp8: fix bilinear C code to work if src_stride != dst_stride.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/vp8dsp.c