[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Ralph Giles
giles at xiph.org
Sun Aug 12 22:43:24 PDT 2001
giles 01/08/12 22:43:23
Modified: oggenc oggenc.c
Log:
don't mention the unimplemented options in usage()
Revision Changes Path
1.24 +5 -4 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- oggenc.c 2001/08/13 05:37:49 1.23
+++ oggenc.c 2001/08/13 05:43:23 1.24
@@ -290,13 +290,14 @@
" -b, --bitrate Choose a nominal bitrate to encode at. Attempt\n"
" to encode at a bitrate averaging this. Takes an\n"
" argument in kbps.\n"
- " -m, --min-bitrate Specify a minimum bitrate (in kbps). Useful for\n"
+/* these options are not supported by the rc2 vorbisenc. don't mention them. */
+/* " -m, --min-bitrate Specify a minimum bitrate (in kbps). Useful for\n"
" encoding for a fixed-size channel.\n"
- " -M, --max-bitrate Specify a maximum bitrate in kbps. Usedful for\n"
- " streaming purposes.\n"
+ " -M, --max-bitrate Specify a maximum bitrate in kbps. Useful in\n"
+ " for streaming applications.\n"
" -q, --quality Specify quality between 0 (low) and 10 (high),\n"
" instead of specifying a particular bitrate.\n"
- " This is the normal mode of operation.\n"
+ " This is the normal mode of operation.\n" */
" -s, --serial Specify a serial number for the stream. If encoding\n"
" multiple files, this will be incremented for each\n"
" stream after the first.\n"
--- >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