diff options
author | John Stebbins <[email protected]> | 2018-11-03 09:39:39 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-11-14 11:42:08 -0800 |
commit | d12382bf04ae5f645a4d525a696cc98c415ebfbb (patch) | |
tree | 374ce683077eddbee081694bb5d8ffe57cf640f9 /libhb | |
parent | 565a85ed63970b36b0e5a8364de3246bd38b0e41 (diff) |
Fix display of null nvenc encoder names in job log
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 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 |