From 00eeae7591023ed47a5cd6b90bf7b11ac1bfae41 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Mon, 31 Oct 2016 09:35:27 -0700 Subject: Add new anamorphic mode "Automatic", delete "Strict" (#367) * Add new anamorphic mode "Automatic", delete "Strict" Anamorphic mode automatic is added to support Bradley's new presets that are designed to pick a PAR that maximizes storage resolution. Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2 when importing presets --- libhb/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index ae05f2726..0e43c007c 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -452,7 +452,8 @@ typedef enum HB_ANAMORPHIC_NONE, HB_ANAMORPHIC_STRICT, HB_ANAMORPHIC_LOOSE, - HB_ANAMORPHIC_CUSTOM + HB_ANAMORPHIC_CUSTOM, + HB_ANAMORPHIC_AUTO } hb_anamorphic_mode_t; /****************************************************************************** -- cgit v1.2.3