diff options
author | Bradley Sepos <[email protected]> | 2018-06-08 16:23:16 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-08 16:33:36 -0400 |
commit | c3220c073d31c6dd0345f8ee37fe84806219975a (patch) | |
tree | d1b12d8a4d1b7d4b7987e6f13d0f3acd1667adb5 /libhb | |
parent | 30c510026e046b11f8f7ea7c74d28a4b6a054a22 (diff) |
libhb: Restore HB_VCODEC_MASK value.
Change 4456e3390ce40d9cff98efc8afd888e4d52a60d5 is unnecessary.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index 27dad4e6b..b1f457d05 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -501,7 +501,7 @@ struct hb_job_s cfr: 0 (vfr), 1 (cfr), 2 (pfr) [see render.c] pass: 0, 1 or 2 (or -1 for scan) areBframes: boolean to note if b-frames are used */ -#define HB_VCODEC_MASK 0x08FFFFF +#define HB_VCODEC_MASK 0x00FFFFF #define HB_VCODEC_INVALID 0x0000000 #define HB_VCODEC_THEORA 0x0000002 #define HB_VCODEC_FFMPEG_MPEG4 0x0000010 |