X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilter_graph.h;h=5b43c5512fb9fa127bf5c364e292a22d9a7e1ce0;hb=7979aeb87a83de31c4cf25f88eef4fbca4b56553;hp=45ad5d99874a0ef5c95b21c045a8fd6dd9520a24;hpb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;p=dcpomatic.git diff --git a/src/lib/filter_graph.h b/src/lib/filter_graph.h index 45ad5d998..5b43c5512 100644 --- a/src/lib/filter_graph.h +++ b/src/lib/filter_graph.h @@ -43,6 +43,8 @@ public: std::list, int64_t> > process (AVFrame * frame); private: + /** true if this graph has no filters in, so it just copies stuff straight through */ + bool _copy; AVFilterContext* _buffer_src_context; AVFilterContext* _buffer_sink_context; dcp::Size _size; ///< size of the images that this chain can process