Skip to content
Snippets Groups Projects
Commit c96b6635 authored by Zhao Zhili's avatar Zhao Zhili Committed by Thomas Guillem
Browse files

Set chroma to YV12 was broken


Regression from 5d88c8.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent f676edca
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,6 @@ public class VLCOptions {
final String subtitlesEncoding = pref.getString("subtitle_text_encoding", "");
final boolean frameSkip = pref.getBoolean("enable_frame_skip", false);
String chroma = pref.getString("chroma_format", VLCApplication.getAppResources().getString(R.string.chroma_format_default));
if (chroma.equals("YV12"))
chroma = "";
final boolean verboseMode = pref.getBoolean("enable_verbose_mode", true);
int deblocking = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment