summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_sequential_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
-rw-r--r--test/ffmpeg_decoder_sequential_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc
index 452531a03..2fec7a37e 100644
--- a/test/ffmpeg_decoder_sequential_test.cc
+++ b/test/ffmpeg_decoder_sequential_test.cc
@@ -75,7 +75,6 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int
next = DCPTime ();
frame = DCPTime::from_frames (1, film->video_frame_rate ());
while (!player->pass()) {}
- cout << to_string(next) << " " << to_string(DCPTime::from_frames (video_length, film->video_frame_rate())) << "\n";
BOOST_CHECK (next == DCPTime::from_frames (video_length, film->video_frame_rate()));
}