diff options
author | randomengy <[email protected]> | 2014-04-11 06:54:33 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2014-04-11 06:54:33 +0000 |
commit | e9cbd4a18b6c56c608119e0c9d77c8266479a184 (patch) | |
tree | 0a4492066f1928ca9e95a5376e759c4a20ff0d36 /win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj | |
parent | 908f352cabcbfc2fe01fd508c4067baa3a3c2768 (diff) |
Interop: Support for rotation and reflection.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6161 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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj index bb4bd48cf..d86da1833 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/HandBrakeInterop.csproj @@ -151,6 +151,7 @@ <Compile Include="HbLib\NativeConstants.cs" />
<Compile Include="Interfaces\IHandBrakeInstance.cs" />
<Compile Include="Helpers\InteropUtilities.cs" />
+ <Compile Include="Model\Encoding\PictureRotation.cs" />
<Compile Include="Model\Encoding\x265\x265Preset.cs" />
<Compile Include="Model\Encoding\x265\x265Profile.cs" />
<Compile Include="Model\Encoding\x265\x265Tune.cs" />
|