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

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: Created 3 years, 11 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/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">

Powered by Google App Engine
This is Rietveld 408576698