summaryrefslogtreecommitdiffstats
path: root/libhb/encx264.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-11-12 18:21:31 +0000
committerRodeo <[email protected]>2012-11-12 18:21:31 +0000
commitc3bcb2f455584087613e07f67d1e340aabb73aad (patch)
tree2c1d1fd8cccbfcc978d5b52f8a450f87a2b5e50d /libhb/encx264.h
parentab5445d6f279a3477c08f069ff3329b696cb9ac8 (diff)
hb_x264_param_unparse: returns a complete x264 encopts string from a preset/tune(s)/profile/level/encopts combo.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5059 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r--libhb/encx264.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/encx264.h b/libhb/encx264.h
index a9c9dac97..fd5b4428f 100644
--- a/libhb/encx264.h
+++ b/libhb/encx264.h
@@ -21,7 +21,9 @@ static const char * const hb_x264_encopt_synonyms[][2] =
{ "level", "level-idc", },
{ "ref", "frameref", },
{ "keyint-min", "min-keyint", },
+ { "no-deblock", "nf", },
{ "deblock", "filter", },
+ { "cqm", "cqmfile", },
{ "analyse", "partitions", },
{ "weightb", "weight-b", },
{ "direct", "direct-pred", },
@@ -36,7 +38,6 @@ static const char * const hb_x264_encopt_synonyms[][2] =
{ "ipratio", "ip-factor", },
{ "pbratio", "pb-factor", },
{ "cplxblur", "cplx-blur", },
- { "cqm", "cqmfile", },
{ NULL, NULL, },
};