[polypaudio-commits] r808 - /trunk/src/utils/pacat.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Apr 26 09:28:00 PDT 2006


Author: lennart
Date: Wed Apr 26 18:27:59 2006
New Revision: 808

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=808&root=polypaudio&view=rev
Log:
fix volume range printed on --help

Modified:
    trunk/src/utils/pacat.c

Modified: trunk/src/utils/pacat.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/utils/pacat.c?rev=808&root=polypaudio&r1=807&r2=808&view=diff
==============================================================================
--- trunk/src/utils/pacat.c (original)
+++ trunk/src/utils/pacat.c Wed Apr 26 18:27:59 2006
@@ -403,7 +403,7 @@
            "  -d, --device=DEVICE                   The name of the sink/source to connect to\n"
            "  -n, --client-name=NAME                How to call this client on the server\n"
            "      --stream-name=NAME                How to call this stream on the server\n"
-           "      --volume=VOLUME                   Specify the initial (linear) volume in range 0...256\n"
+           "      --volume=VOLUME                   Specify the initial (linear) volume in range 0...65536\n"
            "      --rate=SAMPLERATE                 The sample rate in Hz (defaults to 44100)\n"
            "      --format=SAMPLEFORMAT             The sample type, one of s16le, s16be, u8, float32le,\n"
            "                                        float32be, ulaw, alaw (defaults to s16ne)\n"
@@ -521,7 +521,6 @@
                 break;
 
             case ARG_CHANNELMAP:
-                
                 if (!pa_channel_map_parse(&channel_map, optarg)) {
                     fprintf(stderr, "Invalid channel map\n");
                     goto quit;




More information about the pulseaudio-commits mailing list