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

Unified Diff: webrtc/examples/androidapp/res/values/arrays.xml

Issue 2658243002: Android AppRTCMobile: Add setting for selecting H264 Baseline or High profile (Closed)
Patch Set: Log field trials Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/res/values/arrays.xml
diff --git a/webrtc/examples/androidapp/res/values/arrays.xml b/webrtc/examples/androidapp/res/values/arrays.xml
index c663400efc8bc7189878ccc1be693bde0742f8da..e0e6ccbdc2bb06ac951fb5bf73d8d85687bb9193 100644
--- a/webrtc/examples/androidapp/res/values/arrays.xml
+++ b/webrtc/examples/androidapp/res/values/arrays.xml
@@ -32,7 +32,8 @@
<string-array name="videoCodecs">
<item>VP8</item>
<item>VP9</item>
- <item>H264</item>
+ <item>H264 Baseline</item>
+ <item>H264 High</item>
</string-array>
<string-array name="audioCodecs">
« no previous file with comments | « no previous file | webrtc/examples/androidapp/src/org/appspot/apprtc/PeerConnectionClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698