]> git.sesse.net Git - casparcg/blobdiff - core/frame/frame_factory.h
[image_producer] refuse too large images nicely instead of letting OpenGL tell us...
[casparcg] / core / frame / frame_factory.h
index ac2cda11375294e061ec6f2e0ad252d3177762f4..4f9d1c8d80e250efc85b2c6d5c07d87c7921628d 100644 (file)
@@ -48,6 +48,8 @@ public:
                        const core::audio_channel_layout& channel_layout) = 0;
 
        // Properties
+
+       virtual int get_max_frame_size() = 0;
 };
 
 }}
\ No newline at end of file