diff options
author | Rodeo <[email protected]> | 2012-10-27 16:09:30 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-10-27 16:09:30 +0000 |
commit | 45c9f86e13ccfec6d697fefe18b99c6ad93dae83 (patch) | |
tree | 5159f14344911326bb2be80475e69ffbf9a567ed /test/test.c | |
parent | 369d79296ffb59639735bb3f3c4c988fc982a7ad (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.c | 1 |
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 ) { |