From: Fiona Glaser Date: Thu, 27 May 2010 19:31:41 +0000 (-0700) Subject: Fix omission in libx264 tuning documentation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19e1f24e09ee540a8517bd6d36de5c1b828c24b6;p=libx264 Fix omission in libx264 tuning documentation --- diff --git a/x264.h b/x264.h index 6d7b7039..95efd889 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 );