diff options
Diffstat (limited to 'libhb/encx264.h')
-rw-r--r-- | libhb/encx264.h | 3 |
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, }, }; |