[vlc-commits] commit: x264: remove deprecated aliases from chain ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Mon Mar 15 18:01:52 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Mar 15 19:00:15 2010 +0200| [eb0d98e6efbb486a5b2f4342eebf2f03146fbe3d] | committer: Rémi Denis-Courmont
x264: remove deprecated aliases from chain
That does not work anyway.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb0d98e6efbb486a5b2f4342eebf2f03146fbe3d
---
modules/codec/x264.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 36eefa5..a67ae99 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
More information about the vlc-commits
mailing list