ARGBScale fix for bilinear down sampling overread when source size is odd.
BUG=chromium:352592 TESTED=drmemory on libyuv new unittest scaling unittest. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10179004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5742 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
2
DEPS
2
DEPS
@@ -81,7 +81,7 @@ deps = {
|
||||
Var("chromium_trunk") + "/deps/third_party/libvpx@254609",
|
||||
|
||||
"third_party/libyuv":
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@979",
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@985",
|
||||
|
||||
"third_party/opus":
|
||||
Var("chromium_trunk") + "/src/third_party/opus@245176",
|
||||
|
||||
Reference in New Issue
Block a user