diff options
author | Rodeo <[email protected]> | 2013-04-01 16:37:33 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-04-01 16:37:33 +0000 |
commit | 3795c1d62863f42264921cada053df2237d50183 (patch) | |
tree | a156ce920932c3e11b881bc6d241133fe10a2074 | |
parent | d9ff0abbbcbd0dda62a82c212acf56c05fc88859 (diff) |
Update outdated comment.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5371 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | libhb/common.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libhb/common.h b/libhb/common.h index 401427460..8e7afb326 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -345,10 +345,8 @@ struct hb_job_s /* Video settings: vcodec: output codec - vquality: output quality (0.0..1.0) - if < 0.0 or > 1.0, bitrate is used instead, - except with x264, to use its real QP/RF scale - vbitrate: output bitrate (kbps) + vquality: output quality (if < 0.0, bitrate is used instead) + vbitrate: output bitrate (Kbps) vrate, vrate_base: output framerate is vrate / vrate_base cfr: 0 (vfr), 1 (cfr), 2 (pfr) [see render.c] pass: 0, 1 or 2 (or -1 for scan) |