[xiph-commits] r16790 - trunk/vorbis/include/vorbis
giles at svn.xiph.org
giles at svn.xiph.org
Tue Jan 19 17:42:54 PST 2010
Author: giles
Date: 2010-01-19 17:42:54 -0800 (Tue, 19 Jan 2010)
New Revision: 16790
Modified:
trunk/vorbis/include/vorbis/vorbisenc.h
Log:
Remove a misleading comment about VBR quality request range.
The documentation says the range is -0.1 to 1.0, but these comments
started the range at 0.0. Against expectations, it looks like the
documentation is correct.
Patch from Douglas Bagnall <douglas at paradise.net.nz>.
Modified: trunk/vorbis/include/vorbis/vorbisenc.h
===================================================================
--- trunk/vorbis/include/vorbis/vorbisenc.h 2010-01-20 01:41:23 UTC (rev 16789)
+++ trunk/vorbis/include/vorbis/vorbisenc.h 2010-01-20 01:42:54 UTC (rev 16790)
@@ -130,7 +130,7 @@
long channels,
long rate,
- float quality /* quality level from 0. (lo) to 1. (hi) */
+ float quality
);
/**
@@ -159,7 +159,7 @@
long channels,
long rate,
- float base_quality /* quality level from 0. (lo) to 1. (hi) */
+ float base_quality
);
/**
More information about the commits
mailing list