From c1963ed483c66e85ac19ce8c3a6dbc6b19ca30c3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 13 Apr 2008 01:16:15 +0000 Subject: Stop passing our single OutputBuffer object everywhere All of our main singleton data structures are implicitly shared, so there's no reason to keep passing them around and around in the stack and making our internal API harder to deal with. git-svn-id: https://svn.musicpd.org/mpd/trunk@7354 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playerData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playerData.h') diff --git a/src/playerData.h b/src/playerData.h index 2777edc17..80423717d 100644 --- a/src/playerData.h +++ b/src/playerData.h @@ -28,9 +28,9 @@ extern unsigned int buffered_before_play; extern PlayerControl pc; extern DecoderControl dc; +extern OutputBuffer cb; /* rename this to 'ob' */ typedef struct _PlayerData { - OutputBuffer buffer; mpd_uint8 *audioDeviceStates; } PlayerData; -- cgit v1.2.3