summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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()) {