diff options
author | sr55 <[email protected]> | 2011-07-16 16:05:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 16:05:36 +0000 |
commit | 8b4dcce5fc1905a5d8facdda89f3e133889a0622 (patch) | |
tree | 3f17630d7935f4b9ff0fdf0f339b1d8c6dc2cc31 /win/CS/Functions | |
parent | 5045c6feeec292db6b538bfe4363c1e3790997fb (diff) |
WinGui: Some fixes to the Queue Current encoding information display and removal of another duplicate model.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4111 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Functions')
-rw-r--r-- | win/CS/Functions/PresetLoader.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/Functions/PresetLoader.cs b/win/CS/Functions/PresetLoader.cs index b3c213469..5e95cfcf2 100644 --- a/win/CS/Functions/PresetLoader.cs +++ b/win/CS/Functions/PresetLoader.cs @@ -13,6 +13,10 @@ namespace Handbrake.Functions using HandBrake.ApplicationServices.Model.Encoding;
using HandBrake.ApplicationServices.Services;
using HandBrake.ApplicationServices.Services.Interfaces;
+ using HandBrake.Interop.Model.Encoding;
+
+ using Anamorphic = HandBrake.ApplicationServices.Model.Encoding.Anamorphic;
+ using OutputFormat = HandBrake.ApplicationServices.Model.Encoding.OutputFormat;
/// <summary>
/// Load a preset into the main Window
|