X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fvideo_filter_graph.h;h=1fb322282ec9195e34da463228c231f5b17c1744;hb=refs%2Fheads%2F2493-player-export-frame;hp=e120fb467f02c1d0fd075fdb88a04a4bae8e991b;hpb=fa669105ada581256fb442af281b49eea4c2e726;p=dcpomatic.git diff --git a/src/lib/video_filter_graph.h b/src/lib/video_filter_graph.h index e120fb467..1fb322282 100644 --- a/src/lib/video_filter_graph.h +++ b/src/lib/video_filter_graph.h @@ -29,6 +29,7 @@ public: bool can_process (dcp::Size s, AVPixelFormat p) const; std::list, int64_t>> process (AVFrame * frame); + std::list> process(std::shared_ptr image); protected: std::string src_parameters () const override;