Skip to content

Commit

Permalink
fixed accidental overwrite of sink.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Dec 14, 2023
1 parent 8f9db68 commit e433a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class SndfileSink : public ISink, public core::NonCopyable<> {
SF_INFO sf_info_out_;

core::Array<audio::sample_t> buffer_;
sf_count_t buffer_size_;
size_t buffer_size_;
core::nanoseconds_t frame_length_;
audio::SampleSpec sample_spec_;

Expand Down

0 comments on commit e433a2e

Please sign in to comment.