From 4d3c5fb78b5af7ec54149cf82a2d1e9980e85179 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 24 Jun 2014 17:50:05 +0000 Subject: WinGui: unbreak interop job structure I broke it here https://trac.handbrake.fr/changeset/6215 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6219 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs | 3 --- win/CS/HandBrakeWPF/Helpers/PictureSize.cs | 1 - 2 files changed, 4 deletions(-) diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs index 3ccc11f50..ebd2d16cb 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs @@ -51,9 +51,6 @@ namespace HandBrake.Interop.HbLib /// int public int height; - /// int - public int keep_ratio; - /// int public int grayscale; diff --git a/win/CS/HandBrakeWPF/Helpers/PictureSize.cs b/win/CS/HandBrakeWPF/Helpers/PictureSize.cs index 868787fd8..94967d318 100644 --- a/win/CS/HandBrakeWPF/Helpers/PictureSize.cs +++ b/win/CS/HandBrakeWPF/Helpers/PictureSize.cs @@ -184,7 +184,6 @@ namespace HandBrakeWPF.Helpers }, maxWidth = title.Width, maxHeight = title.Height, - keep_ratio = job.KeepDisplayAspect ? 1 : 0, width = job.Width, height = job.Height, crop = new[] { job.Crop.Top, job.Crop.Bottom, job.Crop.Left, job.Crop.Right } -- cgit v1.2.3