From 2ef9513916c60d39550b469a5df0ddd9ca5e1c3f Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 11 Jun 2013 22:03:29 +0000 Subject: [PATCH] libyuv r723 with convert util -attenuate feature used to fix transparent pixels used by Effects. By attenuating and then unattenuating, any transparent pixels will have RGB value of black, which will filter correctly when bilinear resized. BUG=none TEST=try bots R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1652004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4214 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 289fef0444..c5c614c3b3 100644 --- a/DEPS +++ b/DEPS @@ -58,7 +58,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@196669", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@722", + (Var("googlecode_url") % "libyuv") + "/trunk@723", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",