summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Helpers
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2014-03-19 02:51:50 +0000
committerrandomengy <[email protected]>2014-03-19 02:51:50 +0000
commita486dd14553fe45ab85501de5e04f0e4c94d7a32 (patch)
tree81f494a3cda36011d9e5ff37406c4b403dba4632 /win/CS/HandBrake.Interop/HandBrakeInterop/Helpers
parent198fe997039d9f659a413f8c85e501aac89d3e10 (diff)
Interop: Disable two-pass code when the encode type is constant quality. Update job marshalling padding to account for the addition of done_error.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6124 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Helpers')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Helpers/MarshalingConstants.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Helpers/MarshalingConstants.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Helpers/MarshalingConstants.cs
index 98ed5048f..8f56e9380 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Helpers/MarshalingConstants.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Helpers/MarshalingConstants.cs
@@ -15,13 +15,13 @@ namespace HandBrake.Interop.Helpers
public static class MarshalingConstants
{
#if X64
- public const int JobPaddingBytes = 49264;
+ public const int JobPaddingBytes = 49272;
public const int AudioPaddingBytes = 49208;
#else
- /// <summary>
+ /// <summary>
/// Job Padding Bytes
/// </summary>
- public const int JobPaddingBytes = 49216;
+ public const int JobPaddingBytes = 49220;
/// <summary>
/// Audio Padding Bytes