From 22c52b2b49924bd82b902b6941ccb5b5e3539080 Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Sat, 16 Jan 2010 16:21:26 +0200 Subject: [PATCH] x264.c: add forgotten options to list, so slicing parameters actually work --- modules/codec/x264.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index 2b4719e7ec..d41cb1e3f3 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -674,7 +674,8 @@ static const char *const ppsz_sout_options[] = { "qpmin", "qp-max", "qp-min", "quiet", "ratetol", "ref", "scenecut", "sps-id", "ssim", "stats", "subme", "subpel", "tolerance", "trellis", "verbose", "vbv-bufsize", "vbv-init", "vbv-maxrate", "weightb", "weightp", "aq-mode", - "aq-strength", "psy-rd", "profile", "lookahead", NULL + "aq-strength", "psy-rd", "profile", "lookahead", "slices", "slice-max-size", + "slice-max-mbs", NULL }; static block_t *Encode( encoder_t *, picture_t * ); -- 2.39.5