aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audio_format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_format.h b/src/audio_format.h
index fa892b846..b4b40c69f 100644
--- a/src/audio_format.h
+++ b/src/audio_format.h
@@ -22,9 +22,9 @@
#include "mpd_types.h"
struct audio_format {
- mpd_sint8 channels;
mpd_uint32 sampleRate;
mpd_sint8 bits;
+ mpd_sint8 channels;
};
static inline double audio_format_time_to_size(const struct audio_format *af)