summaryrefslogtreecommitdiff
path: root/test/writer_test.cc
AgeCommit message (Collapse)Author
2021-02-23Fix assertion failure in AudioBuffers::copy_from() (#1909)Carl Hetherington
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.