summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index bcaebb570..f82adc52f 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1005,6 +1005,7 @@ static int HandleEvents( hb_handle_t * h )
job->largeFileSize = 1;
vcodec = HB_VCODEC_X264;
job->vquality = 20.0;
+ job->vrate_base = 900000;
job->cfr = 2;
if( !atracks )
{