X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fproducer%2Fframe_producer.h;h=c13e30fdc481f1df32f8377142c264a4ae000484;hb=ae9046a81c650f0f0565fc16021b019f37420822;hp=c7d62b35be5fd8489259777f4121db0cab2c9818;hpb=93c19e59741f52956b37f62a4c7a3def75131129;p=casparcg diff --git a/core/producer/frame_producer.h b/core/producer/frame_producer.h index c7d62b35b..c13e30fdc 100644 --- a/core/producer/frame_producer.h +++ b/core/producer/frame_producer.h @@ -47,6 +47,7 @@ namespace core { class basic_frame; class parameters; struct frame_factory; +struct media_info; struct frame_producer : boost::noncopyable { @@ -75,7 +76,7 @@ public: virtual safe_ptr receive(int hints) = 0; virtual safe_ptr last_frame() const = 0; - virtual safe_ptr create_thumbnail_frame(); + virtual safe_ptr create_thumbnail_frame(media_info& additional_info); static const safe_ptr& empty(); // nothrow