From d12382bf04ae5f645a4d525a696cc98c415ebfbb Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sat, 3 Nov 2018 09:39:39 -0700 Subject: [PATCH] Fix display of null nvenc encoder names in job log --- libhb/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0