diff options
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index d6122eb51..11310c5da 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -180,13 +180,11 @@ VideoContent::take_from_video_examiner (shared_ptr<VideoExaminer> d) /* These examiner calls could call other content methods which take a lock on the mutex */ dcp::Size const vs = d->video_size (); float const vfr = d->video_frame_rate (); - cout << "taking " << vfr << "\n"; { boost::mutex::scoped_lock lm (_mutex); _video_size = vs; _video_frame_rate = vfr; - cout << "and then " << _video_frame_rate << "\n"; } signal_changed (VideoContentProperty::VIDEO_SIZE); |
