[xiph-cvs] cvs commit: vorbis-tools/oggdec oggdec.1
Chris Cheney
calc at xiph.org
Wed Sep 3 01:05:30 PDT 2003
calc 03/09/03 04:05:30
Modified: oggdec oggdec.1
Log:
oggdec manpage example correction -R 1 should read as simply -R
Revision Changes Path
1.4 +3 -3 vorbis-tools/oggdec/oggdec.1
Index: oggdec.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.1,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oggdec.1 3 Sep 2003 07:58:04 -0000 1.3
+++ oggdec.1 3 Sep 2003 08:05:30 -0000 1.4
@@ -91,13 +91,13 @@
.B enabler.raw
as big-endian signed 16-bit (any of the following):
.RS
-oggdec -R 1 -e 1 -b 16 enabler.ogg
+oggdec -R -e 1 -b 16 enabler.ogg
.RE
.RS
-oggdec -R 1 -e 1 -b 16 -o enabler.raw - < enabler.ogg
+oggdec -R -e 1 -b 16 -o enabler.raw - < enabler.ogg
.RE
.RS
-oggdec -R 1 -e 1 -b 16 - < enabler.ogg > enabler.raw
+oggdec -R -e 1 -b 16 - < enabler.ogg > enabler.raw
.RE
Mass decoding (foo.ogg to foo.wav, bar.ogg to bar.wav, quux.ogg to quux.wav, etc.):
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list