diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index ac43a99c7..fdda96e77 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -1551,7 +1551,7 @@ int hb_add( hb_handle_t * h, hb_job_t * job ) void hb_job_setup_passes(hb_handle_t * h, hb_job_t * job, hb_list_t * list_pass) { - if (job->vquality >= 0) + if (job->vquality > HB_INVALID_VIDEO_QUALITY) { job->twopass = 0; } |