diff options
Diffstat (limited to 'src/playerData.h')
-rw-r--r-- | src/playerData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h index ac64f3b85..2e1e445be 100644 --- a/src/playerData.h +++ b/src/playerData.h @@ -37,7 +37,7 @@ typedef struct _PlayerData { OutputBuffer buffer; PlayerControl playerControl; DecoderControl decoderControl; - mpd_sint8 audioDeviceEnabled[AUDIO_MAX_DEVICES]; + mpd_sint8 *audioDeviceEnabled; int pid; } PlayerData; |