diff options
author | [email protected] <sr55> | 2016-01-29 20:55:10 +0000 |
---|---|---|
committer | [email protected] <sr55> | 2016-01-29 20:55:10 +0000 |
commit | db29f87dc3bf3909d263491390d0f56418616e26 (patch) | |
tree | e0adda8c59fb4344fa8cff5ea6465afa130cc260 /win/CS/HandBrake.ApplicationServices | |
parent | da7b1d29c60f740037883f44e07415580fc5d9a9 (diff) |
WinGui: Add support for the rotate and flip filter.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs index f84ad3310..260b55960 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs @@ -204,7 +204,7 @@ namespace HandBrake.ApplicationServices.Interop.Json.Presets /// <summary>
/// Gets or sets the picture rotate.
/// </summary>
- public int PictureRotate { get; set; }
+ public string PictureRotate { get; set; }
/// <summary>
/// Gets or sets the picture width.
|