diff options
author | sr55 <[email protected]> | 2011-09-17 19:23:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-17 19:23:28 +0000 |
commit | ac48779d6481154c16419d3c758af39ddcba4d86 (patch) | |
tree | d332c630a64e0128e2442eeca2491cbc10cb7bcf /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs | |
parent | d428990eccd41c5ea9e67115a093ea0c09bc3e2a (diff) |
Interop: Add in a bunch of missing comments.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4229 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs index 12172993f..c7818cd7e 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInstance.cs @@ -32,11 +32,6 @@ namespace HandBrake.Interop private const int PictureAutoSizeModulus = 2;
/// <summary>
- /// Modulus used for picture size when using non-anamorphic.
- /// </summary>
- private const int NonAnamorphicAutoSizeModulus = 16;
-
- /// <summary>
/// The number of MS between status polls when scanning.
/// </summary>
private const double ScanPollIntervalMs = 200;
|