diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h index e3fe53da7..8c19d3d50 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -48,7 +48,7 @@ struct decoder_control { volatile mpd_sint8 seekError; volatile mpd_sint8 seekable; volatile double seekWhere; - AudioFormat audioFormat; + struct audio_format audioFormat; Song *current_song; Song *volatile next_song; volatile float totalTime; |