summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-07-27 01:43:50 +0100
committerCarl Hetherington <cth@carlh.net>2019-07-27 01:43:50 +0100
commit7ed87e7e155154c9487e16d94cba85b6fa8b2d43 (patch)
treeeb635d44ff4a0995dc6572110235072680049a77
parentdcb125a161e62c8936f598c54bfabba20231ff26 (diff)
Remove check.
-rw-r--r--src/lib/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 38c4beaae..cfe0e0d22 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -636,7 +636,7 @@ Player::pass ()
/* Sometimes the thing that happened last finishes fractionally before
or after this silence. Bodge the start time of the silence to fix it.
*/
- DCPOMATIC_ASSERT (labs(period.from.get() - _last_audio_time->get()) < 2);
+//cgpost test... DCPOMATIC_ASSERT (labs(period.from.get() - _last_audio_time->get()) < 2);
period.from = *_last_audio_time;
}
if (period.duration() > one_video_frame()) {