From 87da92b45a9a0cf4ce809ea580a78c4dd5d96021 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Nov 2014 22:33:37 +0000 Subject: Remove log from ImageProxy hierarchy. --- src/lib/dcp_decoder.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/dcp_decoder.h') diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index d81b20b5c..89931aa38 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -31,7 +31,7 @@ class Log; class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDecoder { public: - DCPDecoder (boost::shared_ptr, boost::shared_ptr); + DCPDecoder (boost::shared_ptr); private: void seek (ContentTime t, bool accurate); @@ -41,6 +41,5 @@ private: ContentTime _next; std::list > _reels; std::list >::iterator _reel; - boost::shared_ptr _log; boost::shared_ptr _dcp_content; }; -- cgit v1.2.3