]> git.sesse.net Git - vlc/commitdiff
x264.c: add forgotten options to list, so slicing parameters actually work
authorIlkka Ollakka <ileoo@iki.fi>
Sat, 16 Jan 2010 14:21:26 +0000 (16:21 +0200)
committerIlkka Ollakka <ileoo@iki.fi>
Sat, 16 Jan 2010 14:21:26 +0000 (16:21 +0200)
modules/codec/x264.c

index 2b4719e7ec9dfb083677e3f7d43b30ed89ef470c..d41cb1e3f3fd75362ce3059c807e966feb35655a 100644 (file)
@@ -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 * );