X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fvideo_channel.cpp;h=267a821dbd50723cbc53edddbb2e18bdb2a5c2ae;hb=a486c25d5e6ce0ebe08e9a2d793a447ff3cb797a;hp=c1a37a78fe2c51814a73be1d0bc5ec8446562b92;hpb=8f091990c8e3c1997b4b2d89f97b319cb6ea889d;p=casparcg diff --git a/core/video_channel.cpp b/core/video_channel.cpp index c1a37a78f..267a821db 100644 --- a/core/video_channel.cpp +++ b/core/video_channel.cpp @@ -32,6 +32,8 @@ #include #include +#include "mixer/gpu/ogl_device.h" + #include #ifdef _MSC_VER @@ -151,5 +153,6 @@ safe_ptr video_channel::output() { return impl_->output_;} video_format_desc video_channel::get_video_format_desc() const{return impl_->context_.get_format_desc();} void video_channel::set_video_format_desc(const video_format_desc& format_desc){impl_->set_video_format_desc(format_desc);} std::wstring video_channel::print() const { return impl_->print();} +video_channel_context& video_channel::context(){return impl_->context_;} }} \ No newline at end of file