WIP: more
[dcpomatic.git] / src / lib / audio_buffers.h
index 146d5bd3e2d8f88c260b3f7776d0104cd66d8c0b..5427766b8762ae13a4c043bfb788e0fb07e7dc30 100644 (file)
@@ -84,6 +84,7 @@ public:
        void accumulate_frames (AudioBuffers const * from, int32_t frames, int32_t read_offset, int32_t write_offset);
        void append (std::shared_ptr<const AudioBuffers> other);
        void trim_start (int32_t frames);
+       void trim_end (int32_t frames);
 
 private:
        void allocate (int channels, int32_t frames);