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.
This commit is contained in:
Max Kellermann
2017-11-14 11:30:28 +01:00
parent 31ab78ae8e
commit aea37e46e3
3 changed files with 6 additions and 4 deletions

2
NEWS
View File

@@ -8,6 +8,8 @@ ver 0.20.12 (not yet released)
- vorbis: fix Tremor support
* player
- log message when decoder is too slow
* encoder
- vorbis: default to quality 3
* output
- fix hanging playback with soxr resampler