[vorbis-dev] oggenc --help text buglet

Mike Coleman mcoleman2 at kc.rr.com
Mon Jan 1 02:34:49 PST 2001



The oggenc --help text says

   The bitrate option (--bitrate, -b) will choose the mode closest to the
   chosen bitrate.

but judging by 'vorbis_encode_init', it's actually the mode with the least
bitrate greater than or equal to the specified bitrate that's chosen.

Here's a possible fix:

   The bitrate option (--bitrate, -b) will choose the mode with the least
   bitrate <= the chosen bitrate.

--Mike

--- >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 'vorbis-dev-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 Vorbis-dev mailing list