Bug#328266: bogus "quality setting too high" message when using -q 10

2005-12-06 Thread Adeodato Simó
* Robert Millan [Wed, 14 Sep 2005 15:48:01 +0200]: > I fixed this by comparing the input against an integer (10) instead of a float > (1.0f) after it has been divided by 10. This happens because upstream uses by default -ffast-math. -- Adeodato Simó dato at

Bug#328266: bogus "quality setting too high" message when using -q 10

2005-09-14 Thread Robert Millan
Package: vorbis-tools Version: 1.0.1-1.5 Severity: normal Tags: patch According to --help, the maximum quality value for -q is 10. However: [EMAIL PROTECTED]:~$ oggenc -q 10 WARNING: quality setting too high, setting to maximum quality. [...] I fixed this by comparing the input against an