Fix off-by-one which could cause AudioDecoderStream::get not to
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Apr 2017 22:30:20 +0000 (23:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Apr 2017 22:30:20 +0000 (23:30 +0100)
commit40130527c0fd8010a94d2937c4c317eecd5b231e
tree96da3c10c65e74bcc57628a8ab126244684e133e
parent22df2cce3cb020c0a22e26d28879583dd04401bb
Fix off-by-one which could cause AudioDecoderStream::get not to
fetch enough data to satisfy the request, causing dropouts in the
written audio.
ChangeLog
src/lib/audio_decoder_stream.cc