[vlc-devel] commit: x264.c: add forgotten options to list, so slicing parameters actually work (Ilkka Ollakka )

git version control git at videolan.org
Sat Jan 16 15:24:20 CET 2010


vlc | branch: master | Ilkka Ollakka <ileoo at iki.fi> | Sat Jan 16 16:21:26 2010 +0200| [22c52b2b49924bd82b902b6941ccb5b5e3539080] | committer: Ilkka Ollakka 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=22c52b2b49924bd82b902b6941ccb5b5e3539080
---

 modules/codec/x264.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 2b4719e..d41cb1e 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 * );




More information about the vlc-devel mailing list