aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audioOutputs/audioOutput_shout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audioOutputs/audioOutput_shout.h b/src/audioOutputs/audioOutput_shout.h
index b3ad00139..ddab852df 100644
--- a/src/audioOutputs/audioOutput_shout.h
+++ b/src/audioOutputs/audioOutput_shout.h
@@ -54,9 +54,8 @@ struct shout_encoder_plugin {
};
struct shout_buffer {
- unsigned char *data;
+ unsigned char data[8192];
size_t len;
- size_t max_len;
};
struct shout_data {