std::shared_ptr
[dcpomatic.git] / src / lib / video_filter_graph.h
index 19cb24e363c4b34c540fa6b8df5dcc2129bcf633..ba0284fb83e7233143e08306030c14e486fedda5 100644 (file)
@@ -26,7 +26,7 @@ public:
        VideoFilterGraph (dcp::Size s, AVPixelFormat p, dcp::Fraction r);
 
        bool can_process (dcp::Size s, AVPixelFormat p) const;
-       std::list<std::pair<boost::shared_ptr<Image>, int64_t> > process (AVFrame * frame);
+       std::list<std::pair<std::shared_ptr<Image>, int64_t> > process (AVFrame * frame);
 
 protected:
        std::string src_parameters () const;