diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-23 00:29:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-23 16:51:38 +0100 |
| commit | f4fda1d705adfca0b7c8d3748c0c9df8e9da51bc (patch) | |
| tree | 583d0b6170b6aed83ef8d9577307cd6655480143 /test/wscript | |
| parent | e7d8a70a16f972de2861bb1464dec6df3d26c579 (diff) | |
Fix crashes when using templates in some cases (#2491).
If a template had content with N audio channels there would be various
problems if content with <N channels was subsequently added.
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 6c85def54..dc108acb6 100644 --- a/test/wscript +++ b/test/wscript @@ -149,6 +149,7 @@ def build(bld): subtitle_reel_number_test.cc subtitle_timing_test.cc subtitle_trim_test.cc + template_test.cc test.cc text_decoder_test.cc threed_test.cc |
