diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-05 23:30:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-05 23:30:20 +0100 |
| commit | 40130527c0fd8010a94d2937c4c317eecd5b231e (patch) | |
| tree | 96da3c10c65e74bcc57628a8ab126244684e133e /ChangeLog | |
| parent | 22df2cce3cb020c0a22e26d28879583dd04401bb (diff) | |
Fix off-by-one which could cause AudioDecoderStream::get not to
fetch enough data to satisfy the request, causing dropouts in the
written audio.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2017-04-05 Carl Hetherington <cth@carlh.net> + + * Fix single-sample dropouts in audio in some circumstances. + 2016-12-11 Carl Hetherington <cth@carlh.net> * Version 2.10.2 released. |
