[xiph-commits] r17009 - trunk/vorbis-tools/ogg123

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Mar 23 21:29:17 PDT 2010


Author: xiphmont
Date: 2010-03-23 21:29:17 -0700 (Tue, 23 Mar 2010)
New Revision: 17009

Modified:
   trunk/vorbis-tools/ogg123/cmdline_options.c
   trunk/vorbis-tools/ogg123/ogg123.1
Log:
Small spot fixes: manpage date, verbosity level



Modified: trunk/vorbis-tools/ogg123/cmdline_options.c
===================================================================
--- trunk/vorbis-tools/ogg123/cmdline_options.c	2010-03-24 03:12:16 UTC (rev 17008)
+++ trunk/vorbis-tools/ogg123/cmdline_options.c	2010-03-24 04:29:17 UTC (rev 17009)
@@ -282,6 +282,8 @@
   {
     audio_device_t *head = ogg123_opts->devices;
     while (head){
+      if(ogg123_opts->verbosity>3)
+        ao_append_global_option("debug",NULL);
       if(ogg123_opts->verbosity>2)
         ao_append_option(&(head->options),"verbose",NULL);
       if(ogg123_opts->verbosity==0)

Modified: trunk/vorbis-tools/ogg123/ogg123.1
===================================================================
--- trunk/vorbis-tools/ogg123/ogg123.1	2010-03-24 03:12:16 UTC (rev 17008)
+++ trunk/vorbis-tools/ogg123/ogg123.1	2010-03-24 04:29:17 UTC (rev 17009)
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -Tascii ogg123.1
 .\"
-.TH ogg123 1 "2003 September 1" "Xiph.Org Foundation" "Vorbis Tools"
+.TH ogg123 1 "2010 March 24" "Xiph.Org Foundation" "Vorbis Tools"
 
 .SH NAME
 ogg123 \- plays Ogg Vorbis files



More information about the commits mailing list