From eb0d98e6efbb486a5b2f4342eebf2f03146fbe3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 15 Mar 2010 19:00:15 +0200 Subject: [PATCH] x264: remove deprecated aliases from chain That does not work anyway. --- modules/codec/x264.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 36eefa5c72..a67ae99f05 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -678,16 +678,16 @@ vlc_module_end () * Local prototypes *****************************************************************************/ static const char *const ppsz_sout_options[] = { - "8x8dct", "analyse", "asm", "aud", "bframes", "bime", "bpyramid", + "8x8dct", "asm", "aud", "bframes", "bime", "bpyramid", "b-adapt", "b-bias", "b-rdo", "cabac", "chroma-me", "chroma-qp-offset", "cplxblur", "crf", "dct-decimate", "deadzone-inter", "deadzone-intra", - "deblock", "direct", "direct-8x8", "filter", "fast-pskip", "frameref", - "interlaced", "ipratio", "keyint", "keyint-min", "level", "loopfilter", + "deblock", "direct", "direct-8x8", "fast-pskip", + "interlaced", "ipratio", "keyint", "level", "me", "merange", "min-keyint", "mixed-refs", "mvrange", "mvrange-thread", "nf", "non-deterministic", "nr", "partitions", "pass", "pbratio", "pre-scenecut", "psnr", "qblur", "qp", "qcomp", "qpstep", "qpmax", - "qpmin", "qp-max", "qp-min", "quiet", "ratetol", "ref", "scenecut", - "sps-id", "ssim", "stats", "subme", "subpel", "tolerance", "trellis", + "qpmin", "quiet", "ratetol", "ref", "scenecut", + "sps-id", "ssim", "stats", "subme", "trellis", "verbose", "vbv-bufsize", "vbv-init", "vbv-maxrate", "weightb", "weightp", "aq-mode", "aq-strength", "psy-rd", "psy", "profile", "lookahead", "slices", "slice-max-size", "slice-max-mbs", "intra-refresh", "mbtree", NULL -- 2.39.2