diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-03-01 10:45:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 20fb703d5298c0376f1fe7c724cdc9625172e4d0 (patch) | |
| tree | fbb2c3e596e60d392d739bed87b19bda7b2488e2 /test/ffmpeg_decoder_sequential_test.cc | |
| parent | 8f82b8f3b950d7fc03f57aef147a5eab3e62c298 (diff) | |
Remove some debug code.
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
| -rw-r--r-- | test/ffmpeg_decoder_sequential_test.cc | 1 |
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())); } |
