diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index f7952181f..0478d2b5d 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -494,7 +494,8 @@ struct hb_job_s int vbitrate; hb_rational_t vrate; int cfr; - int pass; + PRIVATE int pass; + int twopass; // Enable 2-pass encode. Boolean int fastfirstpass; char *encoder_preset; char *encoder_tune; |