summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-10-27 16:09:30 +0000
committerRodeo <[email protected]>2012-10-27 16:09:30 +0000
commit45c9f86e13ccfec6d697fefe18b99c6ad93dae83 (patch)
tree5159f14344911326bb2be80475e69ffbf9a567ed /test/test.c
parent369d79296ffb59639735bb3f3c4c988fc982a7ad (diff)
CLI: fix the AppleTV 3 preset once more.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5036 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-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 )
{