Fix one comment (bitrate.c no longer uses a circular packet queue)
authorMonty <xiphmont@xiph.org>
Tue, 20 Jul 2004 06:27:09 +0000 (06:27 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 20 Jul 2004 06:27:09 +0000 (06:27 +0000)
commit7e6735f6619a7905954614fa44c8ab8e489d35d6
tree42b73fdc99aacd90f6847cdb290bf4e8d81ca684
parent885ab727299107692cc5eca18ec928588cd572ff
Fix one comment (bitrate.c no longer uses a circular packet queue)

Correct a bug-that-isn't-a-bug; the bitrate manager's setpoint gravity
code relied on subtlety that just took me a while to figure out even
though I wrote it.  Given that, I could see it causing trouble in the
future if other changes broke the subtlety, so I increased the
heavy-handed logic explicitness to bulletproof the gravity code in the
cases where there's a minimum but not a maximum and vice versa.

The only change that makes a difference: the bit reservoir is set to
the bias setpoint in initialization as opposed to always starting with
a full reservoir.  This is unrelated to above, but seemed like a good
idea.

svn path=/trunk/vorbis/; revision=7185
lib/bitrate.c