bug fixes for extremely large images - 10000x10000 and 100000 pixel wide.
BUG=none TEST=libyuv unittest with manual LIBYUV_WIDTH=1000000 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1584008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4149 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a6494e6902
commit
85f28650d5
2
DEPS
2
DEPS
@ -55,7 +55,7 @@ deps = {
|
||||
Var("chromium_trunk") + "/deps/third_party/libvpx@196669",
|
||||
|
||||
"third_party/libyuv":
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@711",
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@712",
|
||||
|
||||
"third_party/opus":
|
||||
Var("chromium_trunk") + "/src/third_party/opus@185405",
|
||||
|
Loading…
Reference in New Issue
Block a user