Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / lib / video_filter_graph.h
index 08de557cad89490890f513f11ed3cdb603e967c6..8607e02fcae2f4abaa87d2cf6a294bf430ed4bcf 100644 (file)
@@ -29,7 +29,9 @@ public:
 
 protected:
        std::string src_parameters () const;
-       AVBufferSinkParams* sink_parameters () const;
+       std::string src_name () const;
+       void* sink_parameters () const;
+       std::string sink_name () const;
 
 private:
        dcp::Size _size; ///< size of the images that this chain can process