summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs
diff options
context:
space:
mode:
authorrandomengy <[email protected]>2011-07-24 19:04:13 +0000
committerrandomengy <[email protected]>2011-07-24 19:04:13 +0000
commitd03140dd43594dafbf6f7f474ee06b45afc1b903 (patch)
tree700ad66da60f01e9d1b399dbead00f91f1d8c039 /win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs
parent2f8559933d48333e463a548152197db4cb926971 (diff)
Add DTS-HD and DRC to HandBrakeInterop. Update libhb audio structures. Fix test project build failures.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4138 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs b/win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs
index cb5a848eb..47498ef76 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop.Test/TestEncodes.cs
@@ -5,6 +5,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading;
using HandBrake.Interop;
+using HandBrake.Interop.Model;
+using HandBrake.Interop.Model.Encoding;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace HandBrakeInterop.Test