changed to support vp8 only
git-svn-id: http://webrtc.googlecode.com/svn/trunk@25 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
78378444ec
commit
2157a5f43f
@ -1,10 +1,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<string-array name="codectype">
|
<string-array name="codectype">
|
||||||
<item>H.263</item>
|
<item>vp8</item>
|
||||||
<item>H.263-1998</item>
|
|
||||||
<item>LSVX</item>
|
|
||||||
<item>H.264</item>
|
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="codecSize"><item>176x144</item><item>320x240</item>
|
<string-array name="codecSize"><item>176x144</item><item>320x240</item>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">ViEAndroidDemo</string>
|
<string name="app_name">ViEDemo</string>
|
||||||
<string name="error">Error</string>
|
<string name="error">Error</string>
|
||||||
<string name="errorCamera">Camera Error</string>
|
<string name="errorCamera">Camera Error</string>
|
||||||
<string name="codectype_prompt">Choose a codec type</string>
|
<string name="codectype_prompt">Choose a codec type</string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user