diff options
author | jstebbins <[email protected]> | 2014-12-22 16:26:47 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-22 16:26:47 +0000 |
commit | 2d228b23a0c3df78837f1ee4482351420faa5122 (patch) | |
tree | 7e7ca5488d935a191e780f7e82d42e0379d6100f /libhb/common.h | |
parent | a052152ebb5b1844ca76ca65b1fed359307e8ad4 (diff) |
libhb: remove deprecated job and title fields
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6639 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libhb/common.h b/libhb/common.h index 17d47a76f..a932a07a8 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -462,31 +462,10 @@ struct hb_job_s int grayscale; // Black and white encoding hb_list_t * list_filter; -// These job settings should be depricated, but the mac ui is still using them. -// hb_set_anamorphic_mode2 should be used during job setup which makes -// these settings unnecessary -#define HB_DEPRECATE_JOB_SETTINGS -#ifdef HB_DEPRECATE_JOB_SETTINGS - int crop[4]; - int width; - int height; - hb_rational_t par; - int modulus; - int maxWidth; - int maxHeight; - - struct - { - hb_anamorphic_mode_t mode; - int itu_par; - int keep_display_aspect; - } anamorphic; -#else PRIVATE int crop[4]; PRIVATE int width; PRIVATE int height; hb_rational_t par; -#endif /* Video settings: vcodec: output codec @@ -969,11 +948,6 @@ struct hb_title_s hb_list_t * list_subtitle; hb_list_t * list_attachment; -#define HB_TITLE_JOBS -#if defined(HB_TITLE_JOBS) - hb_job_t * job; -#endif - uint32_t flags; // set if video stream doesn't have IDR frames #define HBTF_NO_IDR (1 << 0) |