diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-27 01:43:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-27 01:43:50 +0100 |
| commit | 7ed87e7e155154c9487e16d94cba85b6fa8b2d43 (patch) | |
| tree | eb635d44ff4a0995dc6572110235072680049a77 | |
| parent | dcb125a161e62c8936f598c54bfabba20231ff26 (diff) | |
Remove check.
| -rw-r--r-- | src/lib/player.cc | 2 |
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()) { |
