[x264-devel] commit: Slightly improve the filtering section of x264 --help ( Alexander Strange )

git at videolan.org git at videolan.org
Mon Aug 16 12:07:13 CEST 2010


x264 | branch: master | Alexander Strange <astrange at ithinksw.com> | Sat Aug  7 22:29:12 2010 -0700| [dd363d774d4aef19dc1cd9247b17d2454f913ea1] | committer: Jason Garrett-Glaser 

Slightly improve the filtering section of x264 --help

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

 x264.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x264.c b/x264.c
index 4e9a1c7..9c3ce5e 100644
--- a/x264.c
+++ b/x264.c
@@ -697,8 +697,10 @@ static void Help( x264_param_t *defaults, int longhelp )
     H0( "\n" );
     H0( "Filtering:\n" );
     H0( "\n" );
-    H0( "      Filter options may be specified in the name=value format\n" );
-    H0( "--vf, --video-filter <filter0>/<filter1>/... Apply video filtering to the input file\n" );
+    H0( "      --vf, --video-filter <filter0>/<filter1>/... Apply video filtering to the input file\n" );
+    H0( "\n" );
+    H0( "      Filter options may be specified in <filter>:<option>=<value> format.\n" );
+    H0( "\n" );
     H0( "      Available filters:\n" );
     x264_register_vid_filters();
     x264_vid_filter_help( longhelp );



More information about the x264-devel mailing list