X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_filter_graph.h;h=1fb322282ec9195e34da463228c231f5b17c1744;hb=bb1c1b89260cf36c621f7f2b471eb23f2ff15b0c;hp=d887e551bda8e586b5bcedd67137048b0ca6a019;hpb=1516214cdc7970797b79bca06b46a2eed16a1da3;p=dcpomatic.git diff --git a/src/lib/video_filter_graph.h b/src/lib/video_filter_graph.h index d887e551b..1fb322282 100644 --- a/src/lib/video_filter_graph.h +++ b/src/lib/video_filter_graph.h @@ -28,7 +28,8 @@ public: VideoFilterGraph (dcp::Size s, AVPixelFormat p, dcp::Fraction r); bool can_process (dcp::Size s, AVPixelFormat p) const; - std::list, int64_t>> process (AVFrame * frame); + std::list, int64_t>> process (AVFrame * frame); + std::list> process(std::shared_ptr image); protected: std::string src_parameters () const override;