From c4250b87a11587ac17543af6890359be2f8fdebc Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 22 Nov 2012 19:16:16 +0000 Subject: WinGui: Quick fix to restore building of the app. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5079 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Utilities') diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs index 6a5be06cb..8f9260079 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/InteropModelCreator.cs @@ -84,7 +84,7 @@ namespace HandBrake.ApplicationServices.Utilities Right = work.Cropping.Right }; - profile.CustomCropping = true; // TODO deal with this better + profile.CroppingType = CroppingType.Custom; // TODO deal with this better profile.CustomDecomb = work.CustomDecomb; profile.CustomDeinterlace = work.CustomDeinterlace; profile.CustomDenoise = work.CustomDenoise; @@ -118,7 +118,7 @@ namespace HandBrake.ApplicationServices.Utilities profile.OutputFormat = Container.Mkv; break; } - profile.PeakFramerate = work.FramerateMode == FramerateMode.PFR; + profile.ConstantFramerate = work.FramerateMode == FramerateMode.CFR; profile.PixelAspectX = work.PixelAspectX; profile.PixelAspectY = work.PixelAspectY; -- cgit v1.2.3