From 41e81dbca01254c15ad5352e99eda4dbc67714e5 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 20 Oct 2004 21:09:04 +0000 Subject: i changed somethin *shrug* git-svn-id: https://svn.musicpd.org/mpd/trunk@2286 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audioOutput_shout.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/audioOutput_shout.c') diff --git a/src/audioOutput_shout.c b/src/audioOutput_shout.c index 5e14b0467..d1f217151 100644 --- a/src/audioOutput_shout.c +++ b/src/audioOutput_shout.c @@ -28,11 +28,18 @@ #include #include +#include static int shoutInitCount = 0; typedef struct _ShoutData { shout_t * shoutConn; + ogg_page og; + ogg_packet op; + vorbis_dsp_state vd; + vorbis_block vb; + vorbis_info vi; + vorbis_comment vc; } ShoutData; static ShoutData * newShoutData() { -- cgit v1.2.3