]> granicus.if.org Git - handbrake/commitdiff
Fix display of null nvenc encoder names in job log
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sat, 3 Nov 2018 16:39:39 +0000 (09:39 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 14 Nov 2018 19:42:08 +0000 (11:42 -0800)
libhb/common.h

index c8bad6d5d62511777b2ae793da220a6725636912..25b2bab994bb3ed3326a01c0a3e02c8cc9a0bf76 100644 (file)
@@ -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