diff options
author | Rodeo <[email protected]> | 2012-03-29 23:17:34 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-03-29 23:17:34 +0000 |
commit | 98e391e23b53f93a9460ce895d7a4b04a43f36b9 (patch) | |
tree | 7d1e490520bc4aea0c3325e06f3d1f0d7b187f6c /libhb/encx264.h | |
parent | c74b6eec8f265befbccedbc82f41507cb0f0ea45 (diff) |
cqm=/some/path has the same effect as cqmfile=/some/path AND param.psz_cqm_file overrides param.i_cqm_preset so you can effectively use cqm in place of cqmfile (but not the opposite).
Thus, add it to the x264_encopt_synonyms array.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4559 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h index aacce0788..a2ab9db34 100644 --- a/libhb/encx264.h +++ b/libhb/encx264.h @@ -31,6 +31,7 @@ static const char * const x264_encopt_synonyms[] = "ipratio", "ip-factor", "pbratio", "pb-factor", "cplxblur", "cplx-blur", + "cqm", "cqmfile", 0 }; |