diff options
author | randomengy <[email protected]> | 2011-07-24 19:04:13 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2011-07-24 19:04:13 +0000 |
commit | d03140dd43594dafbf6f7f474ee06b45afc1b903 (patch) | |
tree | 700ad66da60f01e9d1b399dbead00f91f1d8c039 /win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs | |
parent | 2f8559933d48333e463a548152197db4cb926971 (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/SourceData/AudioCodec.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs index 91058e2b8..b9cb8ed2e 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs @@ -16,6 +16,8 @@ namespace HandBrake.Interop.SourceData Dts,
+ DtsHD,
+
Other
}
}
|