Reverting r1749.
git-svn-id: http://webrtc.googlecode.com/svn/trunk@1750 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
cb57f9ba95
commit
a556b0d193
4
DEPS
4
DEPS
@ -69,8 +69,10 @@ deps = {
|
|||||||
"trunk/third_party/yasm/binaries":
|
"trunk/third_party/yasm/binaries":
|
||||||
Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
||||||
|
|
||||||
|
# TODO(andrew): roll to 164 after fixing:
|
||||||
|
# http://code.google.com/p/webrtc/issues/detail?id=267
|
||||||
"trunk/third_party/libyuv":
|
"trunk/third_party/libyuv":
|
||||||
(Var("googlecode_url") % "libyuv") + "/trunk@186",
|
(Var("googlecode_url") % "libyuv") + "/trunk@182",
|
||||||
|
|
||||||
# Used by tools/quality_tracking/dashboard and tools/python_charts
|
# Used by tools/quality_tracking/dashboard and tools/python_charts
|
||||||
"trunk/third_party/google-visualization-python":
|
"trunk/third_party/google-visualization-python":
|
||||||
|
@ -49,8 +49,6 @@ VideoType RawVideoTypeToCommonVideoVideoType(RawVideoType type) {
|
|||||||
return kNV12;
|
return kNV12;
|
||||||
case kVideoBGRA:
|
case kVideoBGRA:
|
||||||
return kBGRA;
|
return kBGRA;
|
||||||
case kVideoMJPEG:
|
|
||||||
return kMJPG;
|
|
||||||
default:
|
default:
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user