summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Helpers/PictureSize.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-02-07 21:32:16 +0000
committersr55 <[email protected]>2016-02-07 21:32:16 +0000
commit4827c1fefdef10053318477c2eed6386b374a779 (patch)
tree6dd65cdd450e894cff6b30ff1647ef8d639e1a25 /win/CS/HandBrakeWPF/Helpers/PictureSize.cs
parent8ce01f3f60df3e2065e44bdf2629f81b7b10b2b6 (diff)
WinGui: Fixes to the refactored Audio Defaults View. Settings were not getting applied correctly.
Diffstat (limited to 'win/CS/HandBrakeWPF/Helpers/PictureSize.cs')
-rw-r--r--win/CS/HandBrakeWPF/Helpers/PictureSize.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Helpers/PictureSize.cs b/win/CS/HandBrakeWPF/Helpers/PictureSize.cs
index 5090339b5..40c73251a 100644
--- a/win/CS/HandBrakeWPF/Helpers/PictureSize.cs
+++ b/win/CS/HandBrakeWPF/Helpers/PictureSize.cs
@@ -204,7 +204,6 @@ namespace HandBrakeWPF.Helpers
int outputHeight = result.height;
int outputParWidth = result.par.num;
int outputParHeight = result.par.den;
- Debug.WriteLine("hb_set_anamorphic_size2: {0}x{1}", outputWidth, outputHeight);
return new AnamorphicResult { OutputWidth = outputWidth, OutputHeight = outputHeight, OutputParWidth = outputParWidth, OutputParHeight = outputParHeight };
}
}