diff options
author | Rodeo <[email protected]> | 2012-03-28 23:09:08 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-03-28 23:09:08 +0000 |
commit | cca9c898d2f57047ab2cdabee8c794ddf2775aa7 (patch) | |
tree | 00092d02ab4c0d905296f875c5f1f3865aa23ad9 /libhb/common.h | |
parent | a9d238763d17fafb04f96deed93b798310303f7d (diff) |
encx264: use x264_param_apply_fastfirstpass.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4551 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 1f9dfa97a..e8ca7e1fd 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -291,6 +291,7 @@ struct hb_job_s int vrate_base; int cfr; int pass; + int fastfirstpass; char *advanced_opts; char *x264_profile; char *x264_preset; |