diff options
author | sr55 <[email protected]> | 2013-08-24 17:17:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-08-24 17:17:06 +0000 |
commit | bb5043c58b3a74fe87db12f1aaa7cbc6e2504824 (patch) | |
tree | 78a535b868dd7d8280a31752e32522fef3e53c7f /win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs | |
parent | f8e7adc789a0a426907bad279c0c6741da32aba5 (diff) |
Interop: Few minor updates for QuickSync.
WinGui: Create a new instances of HandBrakeInstance for every new encode.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5746 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs index c270860d0..25eb96274 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/InteropUtilities.cs @@ -15,9 +15,8 @@ namespace HandBrake.Interop using System.Runtime.InteropServices;
using System.Text;
using HandBrake.Interop.HbLib;
- using Model.Encoding;
- /// <summary>
+ /// <summary>
/// Helper utilities for native interop.
/// </summary>
public static class InteropUtilities
|