diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; /****************************************************************************** |