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/player_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index 1b13fd415..cf5e71f61 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -158,7 +158,7 @@ static void processDecodeInput(int *pause_r, unsigned int *bbp_r, } static int playChunk(ob_chunk * chunk, - const AudioFormat * format, double sizeToTime) + const struct audio_format *format, double sizeToTime) { pc.elapsedTime = chunk->times; pc.bitRate = chunk->bitRate; -- cgit v1.2.3