summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-10-08 15:13:45 +0000
committersr55 <[email protected]>2011-10-08 15:13:45 +0000
commit81c761e31b95637026d2df9e0823e62dee082557 (patch)
treec4d1d6b974e0207ebac19176a1a878632f1e92b2 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
parent54e0ebd757caf1fb4912a866b5bf61a6a86767e6 (diff)
Interop: Add some models for upcoming x264 preset/tune/profile & audio encoder ffflac.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4271 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
index e1bb916c5..d877ac1bf 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj
@@ -158,6 +158,9 @@
<Compile Include="Model\Encoding\OutputFormat.cs" />
<Compile Include="Model\Encoding\VideoEncoder.cs" />
<Compile Include="Model\Encoding\VideoEncodeRateType.cs" />
+ <Compile Include="Model\Encoding\x264\x264Preset.cs" />
+ <Compile Include="Model\Encoding\x264\x264Profile.cs" />
+ <Compile Include="Model\Encoding\x264\x264Tune.cs" />
<Compile Include="Model\Limits.cs" />
<Compile Include="Model\Size.cs" />
<Compile Include="Model\SourceSubtitle.cs" />