summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-17 11:14:32 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-18 21:06:40 +0100
commitef2eb8521358684042807dfcec62ce0e5639ec8d (patch)
tree15d0e21d870399f30ca0f658a428e4f22a7fcce5 /test/wscript
parent10c45dc1418bc8c4766ec2c189dc78162d4664dd (diff)
Fix first frame being shown even when trimmed (#2952).
We calculated the DCP time of the first frame (when its content was trimmed) and it was clamped from -8 frames to 0, which meant it was used when it should not have been.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index 8c02f8ebc..44f4d9c63 100644
--- a/test/wscript
+++ b/test/wscript
@@ -184,6 +184,7 @@ def build(bld):
video_mxf_content_test.cc
vf_kdm_test.cc
writer_test.cc
+ video_trim_test.cc
zipper_test.cc
"""