diff options
author | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-03-15 12:23:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 12:23:27 +0100 |
commit | 486cea8ab6e3b5653a378cf22617a189a6339ec9 (patch) | |
tree | bf3eb1a0f0cb88d2eea003e3396b32b2b4907461 /src | |
parent | 13e3175e6860e26d0c0b84b8cc92726063cdd811 (diff) |
set default for videocompression correctly
Diffstat (limited to 'src')
-rw-r--r-- | src/main/res/xml/preferences.xml | 2 |
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" |