renamed decoder plugin "oggvorbis" to "vorbis"

This plugin uses libvorbis.
This commit is contained in:
Max Kellermann
2009-02-16 19:31:06 +01:00
parent cafaf33aa8
commit c6205bd461
2 changed files with 3 additions and 3 deletions

View File

@@ -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,