]> git.sesse.net Git - casparcg/blobdiff - modules/image/consumer/image_consumer.h
#174 Fixed bug in the contrast/saturation/brightness code where the wrong luma coeffi...
[casparcg] / modules / image / consumer / image_consumer.h
index d9e8bc522bd0d69eef189fc9816caf876a7b86aa..111e319c1425006bee55bfba2322bb6bef0280b2 100644 (file)
 #include <string>
 #include <vector>
 
-namespace caspar { 
+namespace caspar {
 
 namespace image {
-       
+
 void write_cropped_png(
                const class core::const_frame& frame,
                const core::video_format_desc& format_desc,
@@ -42,6 +42,8 @@ void write_cropped_png(
                int width,
                int height);
 
-spl::shared_ptr<core::frame_consumer> create_consumer(const std::vector<std::wstring>& params, struct core::interaction_sink*);
+void describe_consumer(core::help_sink& sink, const core::help_repository& repo);
+spl::shared_ptr<core::frame_consumer> create_consumer(
+               const std::vector<std::wstring>& params, struct core::interaction_sink*, std::vector<spl::shared_ptr<core::video_channel>> channels);
 
 }}