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"> |