summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Services/PresetService.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Services/PresetService.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
index f22f84596..68bf80481 100644
--- a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
+++ b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs
@@ -218,7 +218,6 @@ namespace HandBrake.ApplicationServices.Services
this.UpdatePresetFiles();
}
-
/// <summary>
/// Get a Preset
/// </summary>
@@ -256,9 +255,6 @@ namespace HandBrake.ApplicationServices.Services
/// <summary>
/// Reads the CLI's CLI output format and load's them into the preset List Preset
/// </summary>
- /// <param name="cliPath">
- /// The Path to the CLI, leave blank for current folder.
- /// </param>
public void UpdateBuiltInPresets()
{
// Create a new tempory file and execute the CLI to get the built in Presets.
@@ -312,6 +308,7 @@ namespace HandBrake.ApplicationServices.Services
CropSettings = pic,
Description = string.Empty, // Maybe one day we will populate this.
IsBuildIn = true,
+ UsePictureFilters = true,
Task = QueryParserUtility.Parse(presetName[2])
};