Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / video_decoder.cc
index c1aa637ef95b4f95df7e5a844ed768b34f7a02c8..e87fa2eb1dec8d3b07b60273da075662867322e5 100644 (file)
@@ -23,6 +23,7 @@
 #include "film.h"
 #include "log.h"
 #include "compose.hpp"
+#include <iostream>
 
 #include "i18n.h"
 
@@ -240,7 +241,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.