From: Ralph Giles Date: Wed, 20 Jan 2010 01:42:54 +0000 (+0000) Subject: Remove a misleading comment about VBR quality request range. X-Git-Tag: v1.3.3~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e64ef4e2490a003449d3da6afe0515ed3c08050b;hp=13849b8c9255c3f8daaf271c827163e5d22cc9cd;p=platform%2Fupstream%2Flibvorbis.git 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 . svn path=/trunk/vorbis/; revision=16790 --- diff --git a/include/vorbis/vorbisenc.h b/include/vorbis/vorbisenc.h index d04fca4..684a41c 100644 --- a/include/vorbis/vorbisenc.h +++ b/include/vorbis/vorbisenc.h @@ -130,7 +130,7 @@ extern int vorbis_encode_setup_vbr(vorbis_info *vi, long channels, long rate, - float quality /* quality level from 0. (lo) to 1. (hi) */ + float quality ); /** @@ -159,7 +159,7 @@ extern int vorbis_encode_init_vbr(vorbis_info *vi, long channels, long rate, - float base_quality /* quality level from 0. (lo) to 1. (hi) */ + float base_quality ); /**