diff options
author | sr55 <[email protected]> | 2014-02-21 22:06:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-02-21 22:06:24 +0000 |
commit | f2ca02b9220a88a018759932dd9608b2de8a91cf (patch) | |
tree | 0f3c3cd02a9f137f61f0359f6d96295c7109f728 /win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs | |
parent | 24dafeb39495eaf0081160bd642d8da10d0b9995 (diff) |
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
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs index ba6a1ebd6..593c1015f 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoders.cs @@ -13,7 +13,9 @@ namespace HandBrake.Interop.Model using System.Collections.Generic;
using System.Linq;
+ using HandBrake.Interop.Converters;
using HandBrake.Interop.HbLib;
+ using HandBrake.Interop.Helpers;
using HandBrake.Interop.Model.Encoding;
using HandBrake.Interop.SourceData;
|