Remove check.
authorCarl Hetherington <cth@carlh.net>
Sat, 27 Jul 2019 00:43:50 +0000 (01:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 27 Jul 2019 00:43:50 +0000 (01:43 +0100)
src/lib/player.cc

index 38c4beaae463b982b0f4e889f0e6184c47d55c9f..cfe0e0d22ba5fb5791a0c7349e8e9a40abc4e2bd 100644 (file)
@@ -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()) {