Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / lib / video_filter_graph.h
index e120fb467f02c1d0fd075fdb88a04a4bae8e991b..1fb322282ec9195e34da463228c231f5b17c1744 100644 (file)
@@ -29,6 +29,7 @@ public:
 
        bool can_process (dcp::Size s, AVPixelFormat p) const;
        std::list<std::pair<std::shared_ptr<const Image>, int64_t>> process (AVFrame * frame);
+       std::list<std::shared_ptr<const Image>> process(std::shared_ptr<const Image> image);
 
 protected:
        std::string src_parameters () const override;