]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix Anamorphic Mode Auto
authorsr55 <sr55.hb@outlook.com>
Tue, 1 Nov 2016 21:37:31 +0000 (21:37 +0000)
committersr55 <sr55.hb@outlook.com>
Tue, 1 Nov 2016 21:37:43 +0000 (21:37 +0000)
win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs
win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Anamorphic.cs
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs

index ef0bf03f48e0a4162ebfa118a5c118095dfd1aee..ba379c3adf6bd3129b78e8e75f6fd797be6ff54c 100644 (file)
@@ -15,6 +15,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib
         HB_ANAMORPHIC_NONE,\r
         HB_ANAMORPHIC_STRICT,\r
         HB_ANAMORPHIC_LOOSE,\r
-        HB_ANAMORPHIC_CUSTOM\r
+        HB_ANAMORPHIC_CUSTOM,\r
+        HB_ANAMORPHIC_AUTO\r
     } ;\r
 }\r
index ebe81a1cb5364a6084656930f43c250c809b798f..b73829fc869c3e5164c5e322581b449bfcb60702 100644 (file)
@@ -23,7 +23,7 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding
         None = 0,\r
         [Display(Name = "Automatic")]\r
         [ShortName("auto")]\r
-        Automatic = 1,\r
+        Automatic = 4,\r
         [Display(Name = "Loose")]\r
         [ShortName("loose")]\r
         Loose = 2,\r
index 0cd963d36f13887dcae46c74db66d6387f0038b2..a6f8586cb645ab2a095adc53302a7de4203d97f2 100644 (file)
@@ -977,7 +977,7 @@ namespace HandBrakeWPF.ViewModels
                     this.HeightControlEnabled = true;\r
                     this.ShowCustomAnamorphicControls = false;\r
                     this.ShowModulus = false;\r
-                    this.ShowKeepAR = true;\r
+                    this.ShowKeepAR = false;\r
                     break;\r
 \r
                 case Anamorphic.Loose:\r