From 786d0317a86f81d391efd4fab1bb331b4959f666 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Feb 2021 20:01:49 +0100 Subject: 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. --- test/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wscript') 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 """ -- cgit v1.2.3