| Index: webrtc/examples/androidapp/res/values/strings.xml
|
| diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
|
| index 951f65a1a41bd263ef5ef28176312e550c397107..573ff80c9a818ae6226956835f8517a99f064ba8 100644
|
| --- a/webrtc/examples/androidapp/res/values/strings.xml
|
| +++ b/webrtc/examples/androidapp/res/values/strings.xml
|
| @@ -71,6 +71,11 @@
|
| <string name="pref_hwcodec_dlg">Use hardware accelerated video codec (if available).</string>
|
| <string name="pref_hwcodec_default">true</string>
|
|
|
| + <string name="pref_capturetotexture_key">capturetotexture_preference</string>
|
| + <string name="pref_capturetotexture_title">Video capture to surface texture.</string>
|
| + <string name="pref_capturetotexture_dlg">Capture video to textures (if available).</string>
|
| + <string name="pref_capturetotexture_default">false</string>
|
| +
|
| <string name="pref_value_enabled">Enabled</string>
|
| <string name="pref_value_disabled">Disabled</string>
|
|
|
|
|