summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 16bb49945..8b785f0fe 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -906,6 +906,7 @@ Player::audio (weak_ptr<Piece> wp, PieceAudio audio)
/* The end of this block in the DCP */
int const rfr = piece->resampled_audio_frame_rate ();
auto end = audio.time + DCPTime::from_frames(audio.audio->frames(), rfr);
+ std::cout << "Player gets " << to_string(audio.time) << "\n";
/* Remove anything that comes before the start or after the end of the content */
if (audio.time < piece->position()) {