Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: webrtc/video/video_loopback.cc

Issue 2891803003: Add vp9 QP parser. (Closed)
Patch Set: Fix compile warnings. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/video_loopback.cc
diff --git a/webrtc/video/video_loopback.cc b/webrtc/video/video_loopback.cc
index ec206a85979f4bf22743c22e2a808e1242a649e3..be047d17b3c979c5c7c63292e5424f3394facd58 100644
--- a/webrtc/video/video_loopback.cc
+++ b/webrtc/video/video_loopback.cc
@@ -67,7 +67,7 @@ int NumTemporalLayers() {
}
// Flags common with screenshare loopback, with equal default values.
-DEFINE_string(codec, "VP8", "Video codec to use.");
+DEFINE_string(codec, "VP9", "Video codec to use.");
brandtr 2017/05/19 14:10:27 Is this an intentional change?
jianj1 2017/05/19 21:20:57 Done. It's just for test purpose. I forgot to cha
std::string Codec() {
return static_cast<std::string>(FLAGS_codec);
}
« webrtc/sdk/android/src/jni/DEPS ('K') | « webrtc/sdk/android/src/jni/androidmediaencoder_jni.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698