aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index 017744a8..3ec0485b 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -53,6 +53,12 @@ struct audio_output {
void *data;
/**
+ * This flag is true, when the audio_format of this device is
+ * configured in mpd.conf.
+ */
+ bool config_audio_format;
+
+ /**
* Has the user enabled this device?
*/
bool enabled;
@@ -83,12 +89,6 @@ struct audio_output {
*/
struct audio_format out_audio_format;
- /**
- * The audio_format which was configured. Only set if
- * convertAudioFormat is true.
- */
- struct audio_format config_audio_format;
-
struct pcm_convert_state convert_state;
/**