Fix assertion failure in AudioBuffers::copy_from() (#1909)
authorCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 19:01:49 +0000 (20:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 23 Feb 2021 19:11:23 +0000 (20:11 +0100)
A number of frames N was being split up into two parts which together
were bigger than N, meaning a copy of one of the parts failed.


No differences found