Some more decode logging.
[dcpomatic.git] / src / lib / video_decoder.h
index 2442d3173fcb77f66f0c0f955f178ba9b576be30..4f764d203f6406dc2cd979697236abfa7eb86680 100644 (file)
@@ -67,7 +67,6 @@ private:
        void fill_both_eyes (VideoFrame from, VideoFrame to);
 
        boost::shared_ptr<const Content> _content;
-       boost::shared_ptr<Log> _log;
        std::list<ContentVideo> _decoded;
        boost::shared_ptr<Image> _black_image;
        boost::optional<ContentTime> _last_seek_time;