summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-26 13:46:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-26 13:46:36 +0100
commite37567dbd9587ad0126496594cfd5d75b624c51a (patch)
tree3840ea7d0451e9ca05b5640ccac2119ac60f538b /src/lib
parent6f833b0e9b4342922f5488ceaef76db567c2087f (diff)
Remove one debugging line.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index 2f0acf54e..9969fbf9e 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -291,8 +291,6 @@ Player::process_audio (weak_ptr<Piece> weak_piece, shared_ptr<const AudioBuffers
Time const time = content->start() + (frame * TIME_HZ / _film->dcp_audio_frame_rate());
- cout << "Player gets " << dcp_mapped->frames() << " @ " << time << " cf " << _audio_position << "\n";
-
if (time > _audio_position) {
/* We can emit some audio from our buffers */
OutputAudioFrame const N = _film->time_to_audio_frames (time - _audio_position);