diff options
author | Max Kellermann <max@musicpd.org> | 2017-11-14 11:30:28 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-11-14 11:30:28 +0100 |
commit | aea37e46e3e26183dd94479ec941bfb14acd89e6 (patch) | |
tree | d6a32958f0c8c777a1e75922f8c56e7147852f7b /doc | |
parent | 31ab78ae8e10af948ec95496df0d2abf1ea631a4 (diff) |
encoder/vorbis: default to quality 3
Don't require a quality or bitrate setting. If nothing is set, don't
fail startup - just go with a good default. A quality setting of 3 is
what "oggenc" defaults to as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user.xml b/doc/user.xml index e010d5e3e..5cc741227 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -3068,8 +3068,8 @@ run</programlisting> </entry> <entry> Sets the quality for VBR. -1 is the lowest quality, - 10 is the highest quality. Cannot be used with - <varname>bitrate</varname>. + 10 is the highest quality. Defaults to 3. Cannot + be used with <varname>bitrate</varname>. </entry> </row> <row> |