]> granicus.if.org Git - libx264/commitdiff
Fix omission in libx264 tuning documentation
authorFiona Glaser <fiona@x264.com>
Thu, 27 May 2010 19:31:41 +0000 (12:31 -0700)
committerFiona Glaser <fiona@x264.com>
Mon, 31 May 2010 18:43:03 +0000 (11:43 -0700)
x264.h

diff --git a/x264.h b/x264.h
index 6d7b70396f8616800792ba0026845b43aad46749..95efd889c03cc6d5de41160fc56b9516b3d96346 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -446,7 +446,7 @@ static const char * const x264_tune_names[] = { "film", "animation", "grain", "s
 
 /*      Multiple tunings can be used if separated by a delimiter in ",./-+",
  *      however multiple psy tunings cannot be used.
- *      film, animation, grain, psnr, and ssim are psy tunings.
+ *      film, animation, grain, stillimage, psnr, and ssim are psy tunings.
  *
  *      returns 0 on success, negative on failure (e.g. invalid preset/tune name). */
 int     x264_param_default_preset( x264_param_t *, const char *preset, const char *tune );