From: Bradley Sepos Date: Fri, 8 Jun 2018 20:23:16 +0000 (-0400) Subject: libhb: Restore HB_VCODEC_MASK value. X-Git-Tag: 1.2.0~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3220c073d31c6dd0345f8ee37fe84806219975a;p=handbrake libhb: Restore HB_VCODEC_MASK value. Change 4456e3390ce40d9cff98efc8afd888e4d52a60d5 is unnecessary. --- 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