[x264-devel] commit: Fix omission in libx264 tuning documentation (Jason Garrett-Glaser )

git at videolan.org git at videolan.org
Wed Jun 2 07:38:26 CEST 2010


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Thu May 27 12:31:41 2010 -0700| [a7f870990af39a11f3bb883b9335baad91909ccb] | committer: Jason Garrett-Glaser 

Fix omission in libx264 tuning documentation

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=a7f870990af39a11f3bb883b9335baad91909ccb
---

 x264.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x264.h b/x264.h
index 6d7b703..95efd88 100644
--- 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 );



More information about the x264-devel mailing list