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
This commit is contained in:
fbarchard@google.com 2013-06-11 22:03:29 +00:00
parent 6c35e0b0f7
commit 2ef9513916

2
DEPS
View File

@ -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",