X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.cc;h=e87fa2eb1dec8d3b07b60273da075662867322e5;hb=267e21bfb78593bcb87eb24ce01b88d0859566f7;hp=c1aa637ef95b4f95df7e5a844ed768b34f7a02c8;hpb=c2a97b6f83a32483817d02194a1e7c8d6828b0bb;p=dcpomatic.git diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index c1aa637ef..e87fa2eb1 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -23,6 +23,7 @@ #include "film.h" #include "log.h" #include "compose.hpp" +#include #include "i18n.h" @@ -240,7 +241,6 @@ VideoDecoder::video (shared_ptr 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.