[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c

Jack Moffitt jack at xiph.org
Mon Dec 17 22:37:55 PST 2001



jack        01/12/17 22:37:53

  Modified:    oggenc   oggenc.c
  Log:
  These options should finall work.  Uncomment the help for them.

Revision  Changes    Path
1.36      +2 -3      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- oggenc.c	2001/12/18 06:29:20	1.35
+++ oggenc.c	2001/12/18 06:37:51	1.36
@@ -315,14 +315,13 @@
                 " -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"
-/* 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"
+		" -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. 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