diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-26 09:37:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-26 09:37:29 +0000 |
| commit | 2e62b2c0de47fc8e5bcb5466b2876f9b23d2ae84 (patch) | |
| tree | dd6ec559cfb77bc16a510aebbe1021b114a53748 /test | |
| parent | 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 (diff) | |
Reinstate subtitle speed-up patch 526fd6de4c80a7ac9614a1cb0209efff7b171cd5 but only for preview.
Diffstat (limited to 'test')
| -rw-r--r-- | test/audio_decoder_test.cc | 2 | ||||
| -rw-r--r-- | test/dcp_subtitle_test.cc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc index 44d0d60f4..2c6794a76 100644 --- a/test/audio_decoder_test.cc +++ b/test/audio_decoder_test.cc @@ -65,7 +65,7 @@ public: , _position (0) {} - bool pass () + bool pass (PassReason, bool) { Frame const N = min ( Frame (2000), diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc index d7d55e9c0..0e5f2d6ad 100644 --- a/test/dcp_subtitle_test.cc +++ b/test/dcp_subtitle_test.cc @@ -88,6 +88,7 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_within_dcp_test) ContentTime::from_seconds (25), ContentTime::from_seconds (26) ), + true, true ); |
