Another macOS std::list boost::thread SNAFU.
[dcpomatic.git] / src / lib / audio_buffers.h
index 64ad4ba9539e5e665eb6efe61704bd0954e88e93..63e4fac9d5089421374dcdb66033226df65c5e11 100644 (file)
@@ -41,6 +41,7 @@ public:
        AudioBuffers (int channels, int32_t frames);
        AudioBuffers (AudioBuffers const &);
        explicit AudioBuffers (boost::shared_ptr<const AudioBuffers>);
+       AudioBuffers (boost::shared_ptr<const AudioBuffers> other, int32_t frames_to_copy, int32_t read_offset);
        ~AudioBuffers ();
 
        AudioBuffers & operator= (AudioBuffers const &);