summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
author[email protected] <sr55>2016-01-29 20:55:10 +0000
committer[email protected] <sr55>2016-01-29 20:55:10 +0000
commitdb29f87dc3bf3909d263491390d0f56418616e26 (patch)
treee0adda8c59fb4344fa8cff5ea6465afa130cc260 /win/CS/HandBrake.ApplicationServices
parentda7b1d29c60f740037883f44e07415580fc5d9a9 (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.cs2
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.