summaryrefslogtreecommitdiff
path: root/src/lib/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-20 23:34:59 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-20 23:34:59 +0000
commit775826079275839005d2168b190f96e32215afd0 (patch)
tree8297950852fb970e1e77931f3cc4f8789220e2aa /src/lib/wscript
parent66f15e8fc998061c78675e499fa88ab1e17e318d (diff)
Add a 2-frame `delay' on content arriving at the player to give
subtitle content the chance to catch up. Fixes problems observed when overlaying a DCP subtitle onto an existing DCP and then seeking into the first subtitle. After the seek the decoder positions were: DCP: 0. subtitle: first subtitle time. This causes the DCP decoder to be pass()ed first and so the subtitle for the video frame has not arrived yet. I hope this does not cause unpredicted side effects...
Diffstat (limited to 'src/lib/wscript')
-rw-r--r--src/lib/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript
index ae8ab30cb..46ced80ab 100644
--- a/src/lib/wscript
+++ b/src/lib/wscript
@@ -63,6 +63,7 @@ sources = """
decoder.cc
decoder_factory.cc
decoder_part.cc
+ delay.cc
digester.cc
dkdm_wrapper.cc
dolby_cp750.cc
@@ -146,6 +147,7 @@ sources = """
upmixer_a.cc
upmixer_b.cc
util.cc
+ video_adjuster.cc
video_content.cc
video_content_scale.cc
video_decoder.cc