move _file_frame from DiskIOProcessor into DiskReader (only place where it is needed...
[ardour.git] / libs / ardour / ardour / disk_reader.h
index c07dbab585b1465474837cf03ff7684af34297ca..cc98a1174b43f525f62962a58dc5292379c80d51 100644 (file)
@@ -122,7 +122,7 @@ class LIBARDOUR_API DiskReader : public DiskIOProcessor
        bool          _pending_overwrite;
        bool          overwrite_queued;
        IOChange      input_change_pending;
-       framecnt_t    wrap_buffer_size;
+       framepos_t    file_frame[DataType::num_types];
 
        int _do_refill_with_alloc (bool partial_fill);