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/outputBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/outputBuffer.h') diff --git a/src/outputBuffer.h b/src/outputBuffer.h index 512334d90..b6fdda926 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -51,7 +51,7 @@ struct output_buffer { the buffer becomes non-empty */ int lazy; - AudioFormat audioFormat; + struct audio_format audioFormat; Notify *notify; }; -- cgit v1.2.3