From f2ca02b9220a88a018759932dd9608b2de8a91cf Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 21 Feb 2014 22:06:24 +0000 Subject: WinGui: Some tidy up and refactoring in the interop library. Few small internal namespace changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6053 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeInterop/MarshalingConstants.cs | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 win/CS/HandBrake.Interop/HandBrakeInterop/MarshalingConstants.cs (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/MarshalingConstants.cs') diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/MarshalingConstants.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/MarshalingConstants.cs deleted file mode 100644 index 05261251a..000000000 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/MarshalingConstants.cs +++ /dev/null @@ -1,32 +0,0 @@ -// -------------------------------------------------------------------------------------------------------------------- -// -// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. -// -// -// Defines the MarshalingConstants type. -// -// -------------------------------------------------------------------------------------------------------------------- - -namespace HandBrake.Interop -{ - /// - /// The marshaling constants. - /// - public static class MarshalingConstants - { -#if X64 - public const int JobPaddingBytes = 49264; - public const int AudioPaddingBytes = 49208; -#else - /// - /// Job Padding Bytes - /// - public const int JobPaddingBytes = 49216; - - /// - /// Audio Padding Bytes - /// - public const int AudioPaddingBytes = 49180; -#endif - } -} -- cgit v1.2.3