From db29f87dc3bf3909d263491390d0f56418616e26 Mon Sep 17 00:00:00 2001 From: "sr55.hb@outlook.com" Date: Fri, 29 Jan 2016 20:55:10 +0000 Subject: WinGui: Add support for the rotate and flip filter. --- win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrake.ApplicationServices/Interop') 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 /// /// Gets or sets the picture rotate. /// - public int PictureRotate { get; set; } + public string PictureRotate { get; set; } /// /// Gets or sets the picture width. -- cgit v1.2.3