From e433a2e066b4a7187bab4c02efbe7c3cef2bdcce Mon Sep 17 00:00:00 2001 From: Hunter Rick Date: Wed, 13 Dec 2023 23:05:46 -0800 Subject: [PATCH] fixed accidental overwrite of sink.h --- .../roc_sndio/target_sndfile/roc_sndio/sndfile_sink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_sink.h b/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_sink.h index b41021dc51..4d587d6253 100644 --- a/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_sink.h +++ b/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_sink.h @@ -89,7 +89,7 @@ class SndfileSink : public ISink, public core::NonCopyable<> { SF_INFO sf_info_out_; core::Array buffer_; - sf_count_t buffer_size_; + size_t buffer_size_; core::nanoseconds_t frame_length_; audio::SampleSpec sample_spec_;