diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-23 20:01:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-23 20:11:23 +0100 |
| commit | 786d0317a86f81d391efd4fab1bb331b4959f666 (patch) | |
| tree | 240cfd9dfa42927f31f86ea16b9d49baaba0f07b /test/wscript | |
| parent | 998ebab3fafd238a49d4ececeecb4bbf9f17b699 (diff) | |
Fix assertion failure in AudioBuffers::copy_from() (#1909)
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.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index cbe2c176c..4303db835 100644 --- a/test/wscript +++ b/test/wscript @@ -138,6 +138,7 @@ def build(bld): video_level_test.cc video_mxf_content_test.cc vf_kdm_test.cc + writer_test.cc zipper_test.cc """ |
