Improve performance of the CPU decoder and add some details about changing decoders

This commit is contained in:
Cameron Gutman
2014-11-16 11:52:08 -08:00
parent a17af070c5
commit 4ae29b0075
3 changed files with 38 additions and 17 deletions

View File

@@ -52,6 +52,7 @@
android:title="@string/title_decoder_list"
android:entries="@array/decoder_names"
android:entryValues="@array/decoder_values"
android:summary="@string/summary_decoder_list"
android:defaultValue="auto" />
</PreferenceCategory>