diff options
author | sr55 <[email protected]> | 2011-10-08 15:13:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-10-08 15:13:45 +0000 |
commit | 81c761e31b95637026d2df9e0823e62dee082557 (patch) | |
tree | c4d1d6b974e0207ebac19176a1a878632f1e92b2 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | |
parent | 54e0ebd757caf1fb4912a866b5bf61a6a86767e6 (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.csproj | 3 |
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" />
|