summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-18 22:11:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-18 22:11:26 +0100
commit8aeb1ed834bf6d61896b5478ba2c4529cb3fb706 (patch)
treedb15a425006fdf21af59bbd5e149859fe56d5418 /src/lib/video_decoder.cc
parent6fcc647266f4e232693b57b03be10367a626e2be (diff)
Remove debug code.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc
index c1aa637ef..5754cb1ca 100644
--- a/src/lib/video_decoder.cc
+++ b/src/lib/video_decoder.cc
@@ -240,7 +240,6 @@ VideoDecoder::video (shared_ptr<const ImageProxy> image, Frame frame)
}
_video_content->film()->log()->log (String::compose ("VD receives %1", frame), Log::TYPE_DEBUG_DECODE);
- cout << "receive " << frame << " for " << _video_content->path(0) << "\n";
/* We may receive the same frame index twice for 3D, and we need to know
when that happens.