]> git.sesse.net Git - ffmpeg/commit
vp9: make mv bounds 32bit.
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 7 Jan 2014 12:24:03 +0000 (07:24 -0500)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Aug 2016 09:07:15 +0000 (11:07 +0200)
commit0df4801105d84883071b0978cb3afc7cd5184ce8
treec9419b2ae3e4e708e0623c09e173a744ad52ed46
parent24a362569bff1d4161742fffaca80a4a4428be8a
vp9: make mv bounds 32bit.

The frame dimensions are 16bit, so the mv bounds can easily overflow
int16 for large videos.

Bug-Id: Handbrake/46
CC: libav-stable@libav.org
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/vp9.h