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:01:49 +0100 |
| commit | 4d8c69b356f770144c59982c4196846d6f1dc0b0 (patch) | |
| tree | d2d1601e1ff8ffc420bbb238874620ac448811a5 /test/wscript | |
| parent | 216ab537915307f5033e8b1fce13bc2517bc4bb9 (diff) | |
Fix assertion failure in AudioBuffers::copy_from() (#1909)win-splash
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 """ |
