Skip to content
Snippets Groups Projects
Commit cc797f06 authored by Martin Finkel's avatar Martin Finkel
Browse files

Add --deinterlace-mode=bob option for phones

parent 23fbb76d
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -93,6 +93,7 @@ namespace VLC.Services.RunTime
"--no-stats",
"--avcodec-fast",
"--subsdec-encoding",
DeviceHelper.GetDeviceType() == DeviceTypeEnum.Phone ? "--deinterlace-mode=bob" : string.Empty,
Locator.SettingsVM.SubtitleEncodingValue == "System" ? "" : Locator.SettingsVM.SubtitleEncodingValue,
"--aout=winstore",
string.Format("--keystore-file={0}\\keystore", ApplicationData.Current.LocalFolder.Path),
......
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