]> git.sesse.net Git - casparcg/blobdiff - core/video_channel.h
2.0 image_mixer: Refactored, core: Fixed destruction proxy usage.
[casparcg] / core / video_channel.h
index 2ca9c674c77ff927af3aee67ce9a5c4fc3e79ef7..7a0225b6b0395d99281ebd3a558b2564b5da654c 100644 (file)
@@ -31,6 +31,7 @@ class mixer;
 class output;\r
 class ogl_device;\r
 struct video_format_desc;\r
+class video_channel_context;\r
 \r
 class video_channel : boost::noncopyable\r
 {\r
@@ -42,6 +43,8 @@ public:
        safe_ptr<mixer> mixer();\r
        safe_ptr<output> output();\r
 \r
+       video_channel_context& context();\r
+\r
        video_format_desc get_video_format_desc() const;\r
        void set_video_format_desc(const video_format_desc& format_desc);\r
 \r