diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-03 14:12:08 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-03 14:12:08 +0100 |
commit | 9fb7cc796b34f9faf8fa50354102a875e73fa476 (patch) | |
tree | 6e0bf5af8aa32fecfcc6b383bda35484e55d0e81 /src/Partition.hxx | |
parent | 3472208c054507e2fd6616268570121579b5fcdb (diff) |
decoder/Control: add attribute configured_audio_format
Obsoletes the same variable from AudioConfig.cxx.
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index c7fda3055..9637c5d30 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -59,6 +59,7 @@ struct Partition final : QueueListener, PlayerListener, MixerListener { unsigned max_length, unsigned buffer_chunks, unsigned buffered_before_play, + AudioFormat configured_audio_format, const ReplayGainConfig &replay_gain_config); void EmitGlobalEvent(unsigned mask) { |