summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index c3643daa1..87551e90f 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -3484,7 +3484,7 @@ static void job_setup(hb_job_t * job, hb_title_t * title)
job->par = resultGeo.par;
job->vcodec = HB_VCODEC_FFMPEG_MPEG4;
- job->vquality = -1.0;
+ job->vquality = HB_INVALID_VIDEO_QUALITY;
job->vbitrate = 1000;
job->twopass = 0;
job->pass_id = HB_PASS_ENCODE;