]> git.sesse.net Git - ffmpeg/commit
vp9: match another find_ref_mvs() bug in libvpx.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 16 May 2015 15:59:01 +0000 (11:59 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 16 May 2015 15:59:01 +0000 (11:59 -0400)
commit900e3af857871f1075d9f095ea22bfee1484c086
treeb88a4cc82c8a0b189905630cf41715bb44f0d55a
parentccfb03ecc4f64eee75b934671264e9b6a90ae7bd
vp9: match another find_ref_mvs() bug in libvpx.

If we find a second non-sub8x8 motion vector for a non-first sub8x8
block, and the clamped value is identical to the first non-sub8x8
motion vector, then the resulting nearmv motion vector is forced to
zero.
libavcodec/vp9.c