X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=core%2Fmixer%2Fread_frame.h;h=133dbf609145f5a9ba924c00e9948613178496ed;hb=ef45ae47b4f50ef057041b5122d0f34c1659cc11;hp=9575f1fd26364120d3471af873cead8a01f95b37;hpb=3eec30c622f808037088e60d9c481d561249a53d;p=casparcg diff --git a/core/mixer/read_frame.h b/core/mixer/read_frame.h index 9575f1fd2..133dbf609 100644 --- a/core/mixer/read_frame.h +++ b/core/mixer/read_frame.h @@ -23,7 +23,6 @@ #include #include -#include #include #include @@ -38,7 +37,7 @@ class read_frame : boost::noncopyable { public: read_frame(); - read_frame(ogl_device& ogl, size_t size, boost::unique_future>&& image_data, std::vector&& audio_data); + read_frame(ogl_device& ogl, size_t size, safe_ptr&& image_data, std::vector&& audio_data); virtual const boost::iterator_range image_data(); virtual const boost::iterator_range audio_data();