]> git.sesse.net Git - ffmpeg/commit
vp9: disable use_last_frame_mvs on resolution change (scalable).
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 26 Jan 2014 01:11:28 +0000 (20:11 -0500)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 26 Jan 2014 19:15:45 +0000 (20:15 +0100)
commitd9343c348412d9b790c6da6b64c07ef85aefd145
tree0918834e6c2ef4ae5e80b1e194c4a72dd53f6c96
parente6c0da70fc82d7af4e730c901e8e0ccd87b37060
vp9: disable use_last_frame_mvs on resolution change (scalable).

Prevents some invalid memory accesses after resolution change in
vp90-2-05-resize.webm, and libvpx does this too.

Reviewed-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vp9.c