diff options
author | sr55 <[email protected]> | 2016-11-01 21:37:31 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-11-01 21:37:43 +0000 |
commit | 24f58b0b387f4f39c8218d24019016a9fa15e6ab (patch) | |
tree | 4297795fadca2b63ac126f12ab0924ea6be9ec26 /win/CS/HandBrake.ApplicationServices/Interop/HbLib | |
parent | 77d09e91d9e7ed3e31abb13c68db0843e7c1c299 (diff) |
WinGui: Fix Anamorphic Mode Auto
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/HbLib')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs index ef0bf03f4..ba379c3ad 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/hb_anamorphic_mode_t.cs @@ -15,6 +15,7 @@ namespace HandBrake.ApplicationServices.Interop.HbLib HB_ANAMORPHIC_NONE,
HB_ANAMORPHIC_STRICT,
HB_ANAMORPHIC_LOOSE,
- HB_ANAMORPHIC_CUSTOM
+ HB_ANAMORPHIC_CUSTOM,
+ HB_ANAMORPHIC_AUTO
} ;
}
|