]> git.sesse.net Git - casparcg/blobdiff - core/producer/frame_producer.h
Moved framerate calculation from CLS/CINF to thumbnail generation time for each file...
[casparcg] / core / producer / frame_producer.h
index c7d62b35be5fd8489259777f4121db0cab2c9818..c13e30fdc481f1df32f8377142c264a4ae000484 100644 (file)
@@ -47,6 +47,7 @@ namespace core {
 class basic_frame;\r
 class parameters;\r
 struct frame_factory;\r
+struct media_info;\r
 \r
 struct frame_producer : boost::noncopyable\r
 {\r
@@ -75,7 +76,7 @@ public:
        \r
        virtual safe_ptr<basic_frame> receive(int hints) = 0;\r
        virtual safe_ptr<core::basic_frame> last_frame() const = 0;\r
-       virtual safe_ptr<basic_frame> create_thumbnail_frame();\r
+       virtual safe_ptr<basic_frame> create_thumbnail_frame(media_info& additional_info);\r
 \r
        static const safe_ptr<frame_producer>& empty(); // nothrow\r
 \r