X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fmixer%2Fwrite_frame.h;h=cf95d1728c5a05c2c9c269dabb53ea718a7c6381;hb=ffcb75eabba1d77eab8d83447136261462e3e088;hp=9f295f819fc4f7c3f84d5b4f4bba165455bf2e8d;hpb=69e82acba97a416547fabd5751195df5e8b6bda7;p=casparcg diff --git a/core/mixer/write_frame.h b/core/mixer/write_frame.h index 9f295f819..cf95d1728 100644 --- a/core/mixer/write_frame.h +++ b/core/mixer/write_frame.h @@ -23,6 +23,7 @@ #include #include +#include #include #include @@ -54,7 +55,7 @@ public: boost::iterator_range image_data(size_t plane_index = 0); const boost::iterator_range image_data(size_t plane_index = 0) const; - std::vector& audio_data(); + audio_buffer& audio_data(); const boost::iterator_range audio_data() const; void commit(uint32_t plane_index);