aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutputs/audioOutput_shout_ogg.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-12 16:39:53 +0200
committerMax Kellermann <max@duempel.org>2008-09-12 16:39:53 +0200
commitebd194998aa6f140a0889a9d51fb356f76639361 (patch)
treee6fa2a3ee1a459e5202f3b660485d786f61b9a57 /src/audioOutputs/audioOutput_shout_ogg.c
parentd9f170b5dbad075a4cc3651054bd1751c3f66fbc (diff)
downloadmpd-ebd194998aa6f140a0889a9d51fb356f76639361.tar.gz
mpd-ebd194998aa6f140a0889a9d51fb356f76639361.tar.xz
mpd-ebd194998aa6f140a0889a9d51fb356f76639361.zip
shout: constant plugin declarations
Declare both shout plugins "const", since they will never change, once initialized at compile time.
Diffstat (limited to '')
-rw-r--r--src/audioOutputs/audioOutput_shout_ogg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutputs/audioOutput_shout_ogg.c b/src/audioOutputs/audioOutput_shout_ogg.c
index 327c90b24..746341a75 100644
--- a/src/audioOutputs/audioOutput_shout_ogg.c
+++ b/src/audioOutputs/audioOutput_shout_ogg.c
@@ -289,7 +289,7 @@ static int shout_ogg_encoder_encode(struct shout_data *sd,
return 0;
}
-struct shout_encoder_plugin shout_ogg_encoder = {
+const struct shout_encoder_plugin shout_ogg_encoder = {
"ogg",
SHOUT_FORMAT_VORBIS,