aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorChristian Schneppe <kriztan@users.noreply.github.com>2017-03-15 12:23:27 +0100
committerGitHub <noreply@github.com>2017-03-15 12:23:27 +0100
commit486cea8ab6e3b5653a378cf22617a189a6339ec9 (patch)
treebf3eb1a0f0cb88d2eea003e3396b32b2b4907461 /src/main
parent13e3175e6860e26d0c0b84b8cc92726063cdd811 (diff)
set default for videocompression correctly
Diffstat (limited to 'src/main')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index e3078f1a2..70b28c999 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -127,7 +127,7 @@
android:summary="@string/pref_picture_compression_summary"
android:title="@string/pref_picture_compression" />
<ListPreference
- android:defaultValue="720"
+ android:defaultValue="high"
android:entries="@array/video_compression_entries"
android:entryValues="@array/video_compression_values"
android:key="video_compression"