From f1dd9c209c3a1cf6826d3a38b60f638e0faeadab Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 7 Sep 2008 19:19:55 +0200 Subject: audio_format: converted typedef AudioFormat to struct audio_format Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies. --- src/decoder_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_control.h') 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; -- cgit v1.2.3