aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-16 19:31:06 +0100
committerMax Kellermann <max@duempel.org>2009-02-16 19:31:06 +0100
commitc6205bd4617b12f080cff86ecf0d964ebe39dd62 (patch)
tree79d00ed5e3dde3fc478875cb6544484c1222cafe /src/decoder
parentcafaf33aa89f7002522712e12e26a2565e6d832d (diff)
downloadmpd-c6205bd4617b12f080cff86ecf0d964ebe39dd62.tar.gz
mpd-c6205bd4617b12f080cff86ecf0d964ebe39dd62.tar.xz
mpd-c6205bd4617b12f080cff86ecf0d964ebe39dd62.zip
renamed decoder plugin "oggvorbis" to "vorbis"
This plugin uses libvorbis.
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/vorbis_plugin.c (renamed from src/decoder/oggvorbis_plugin.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/oggvorbis_plugin.c b/src/decoder/vorbis_plugin.c
index e935870de..526824cfc 100644
--- a/src/decoder/oggvorbis_plugin.c
+++ b/src/decoder/vorbis_plugin.c
@@ -407,7 +407,7 @@ static const char *const vorbis_mime_types[] = {
};
const struct decoder_plugin vorbis_decoder_plugin = {
- .name = "oggvorbis",
+ .name = "vorbis",
.stream_decode = vorbis_stream_decode,
.tag_dup = vorbis_tag_dup,
.suffixes = vorbis_suffixes,