diff options
Diffstat (limited to 'src/audio_core/sink_context.h')
| -rw-r--r-- | src/audio_core/sink_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/sink_context.h b/src/audio_core/sink_context.h index 9e2b69785..254961fe2 100644 --- a/src/audio_core/sink_context.h +++ b/src/audio_core/sink_context.h | |||
| @@ -84,7 +84,6 @@ public: | |||
| 84 | [[nodiscard]] bool InUse() const; | 84 | [[nodiscard]] bool InUse() const; |
| 85 | [[nodiscard]] std::vector<u8> OutputBuffers() const; | 85 | [[nodiscard]] std::vector<u8> OutputBuffers() const; |
| 86 | 86 | ||
| 87 | [[nodiscard]] bool HasDownMixingCoefficients() const; | ||
| 88 | [[nodiscard]] const DownmixCoefficients& GetDownmixCoefficients() const; | 87 | [[nodiscard]] const DownmixCoefficients& GetDownmixCoefficients() const; |
| 89 | 88 | ||
| 90 | private: | 89 | private: |
| @@ -92,7 +91,6 @@ private: | |||
| 92 | s32 use_count{}; | 91 | s32 use_count{}; |
| 93 | std::array<u8, AudioCommon::MAX_CHANNEL_COUNT> buffers{}; | 92 | std::array<u8, AudioCommon::MAX_CHANNEL_COUNT> buffers{}; |
| 94 | std::size_t sink_count{}; | 93 | std::size_t sink_count{}; |
| 95 | bool has_downmix_coefs{false}; | ||
| 96 | DownmixCoefficients downmix_coefficients{}; | 94 | DownmixCoefficients downmix_coefficients{}; |
| 97 | }; | 95 | }; |
| 98 | } // namespace AudioCore | 96 | } // namespace AudioCore |