From: John Stebbins Date: Sat, 3 Nov 2018 16:39:39 +0000 (-0700) Subject: Fix display of null nvenc encoder names in job log X-Git-Tag: 1.2.0~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d12382bf04ae5f645a4d525a696cc98c415ebfbb;p=handbrake Fix display of null nvenc encoder names in job log --- diff --git a/libhb/common.h b/libhb/common.h index c8bad6d5d..25b2bab99 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 0x00FFFFF +#define HB_VCODEC_MASK 0x0FFFFFF #define HB_VCODEC_INVALID 0x0000000 #define HB_VCODEC_THEORA 0x0000002 #define HB_VCODEC_FFMPEG_MPEG4 0x0000010