X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fframe%2Fframe_factory.h;h=4f9d1c8d80e250efc85b2c6d5c07d87c7921628d;hb=c30ace6f19e057aff4d84a54f37596857df93750;hp=ac2cda11375294e061ec6f2e0ad252d3177762f4;hpb=0b5b222f19eaa060db90dbe3d2dce1b8d43b816f;p=casparcg diff --git a/core/frame/frame_factory.h b/core/frame/frame_factory.h index ac2cda113..4f9d1c8d8 100644 --- a/core/frame/frame_factory.h +++ b/core/frame/frame_factory.h @@ -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