From aa2152b9f872944320f1275625853f867c97bbb7 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 30 May 2013 18:39:56 +0000 Subject: WinGui: Temp workaround for iPod preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5529 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/PresetService.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrake.ApplicationServices') diff --git a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs index 5e7d461f5..8f375258c 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs @@ -313,6 +313,11 @@ namespace HandBrake.ApplicationServices.Services Task = QueryParserUtility.Parse(presetName[2]) }; + if (newPreset.Name == "iPod") + { + newPreset.Task.KeepDisplayAspect = true; + } + newPreset.Task.AllowedPassthruOptions = new AllowedPassthru(true); // We don't want to override the built-in preset if (newPreset.Name == "Normal") -- cgit v1.2.3