[vlc-commits] verbose option only makes sense up to value 2

Rafaël Carré git at videolan.org
Fri Mar 10 10:11:17 CET 2017


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Mar 10 10:10:29 2017 +0100| [453e54182b1d33aa4c9f32aba7683a0cbe04f7d0] | committer: Rafaël Carré

verbose option only makes sense up to value 2

Correct misleading comments and help messages

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

 modules/access/v4l2/v4l2.c | 2 +-
 modules/misc/stats.c       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/access/v4l2/v4l2.c b/modules/access/v4l2/v4l2.c
index 7807a8a..586a787 100644
--- a/modules/access/v4l2/v4l2.c
+++ b/modules/access/v4l2/v4l2.c
@@ -190,7 +190,7 @@ static const char *const colorfx_user[] = { N_("Unspecified"), N_("None"),
     "Set the v4l2 driver controls to the values specified using a comma " \
     "separated list optionally encapsulated by curly braces " \
     "(e.g.: {video_bitrate=6000000,audio_crc=0,stream_type=3} ). " \
-    "To list available controls, increase verbosity (-vvv) " \
+    "To list available controls, increase verbosity (-vv) " \
     "or use the v4l2-ctl application." )
 
 #define ASPECT_TEXT N_("Picture aspect-ratio n:m")
diff --git a/modules/misc/stats.c b/modules/misc/stats.c
index 6c3d4fd..85bd1d2 100644
--- a/modules/misc/stats.c
+++ b/modules/misc/stats.c
@@ -28,7 +28,7 @@
 /* Example usage:
  *  $ vlc movie.avi --sout="#transcode{aenc=dummy,venc=stats}:\
  *                          std{access=http,mux=dummy,dst=0.0.0.0:8081}"
- *  $ vlc -vvv http://127.0.0.1:8081 --demux=stats --vout=stats --codec=stats
+ *  $ vlc -vv http://127.0.0.1:8081 --demux=stats --vout=stats --codec=stats
  */
 
 #define kBufferSize 0x500



More information about the vlc-commits mailing list