summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-06-24 17:50:05 +0000
committerjstebbins <[email protected]>2014-06-24 17:50:05 +0000
commit4d3c5fb78b5af7ec54149cf82a2d1e9980e85179 (patch)
treef1686b225e06a51f7f66a580781717f8e3fe0ff1 /win
parent293e5ad57172aebf50fd353c3b5d63f9774706e7 (diff)
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
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HbLib/hb_job_s.cs3
-rw-r--r--win/CS/HandBrakeWPF/Helpers/PictureSize.cs1
2 files changed, 0 insertions, 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
@@ -52,9 +52,6 @@ namespace HandBrake.Interop.HbLib
public int height;
/// int
- public int keep_ratio;
-
- /// int
public int grayscale;
public hb_anamorphic_substruct anamorphic;
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 }