]> git.sesse.net Git - nageru/commitdiff
Fix an issue where a ResamplingQueue could reach unbounded length.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 3 May 2016 17:18:43 +0000 (19:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 3 May 2016 17:18:43 +0000 (19:18 +0200)
This would happen if we stared asking for samples before the first insert,
causing the correction factor to become NaN and everything to go south.
This would also seemingly eventually cause panic messages when we believed we
were out of data in the same queue.


No differences found