Commit 22c52b2b authored by Ilkka Ollakka's avatar Ilkka Ollakka

x264.c: add forgotten options to list, so slicing parameters actually work

parent 904d94cb
......@@ -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 * );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment