From b5cadc9c04c6a37c81475d5c8240a4e485f73555 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 14 Jan 2009 23:09:02 +0100 Subject: oggvorbis: no CamelCase Renamed functions and variables. --- src/decoder_list.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index 13e3ec047..43f954b4c 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -24,7 +24,7 @@ #include extern const struct decoder_plugin mp3Plugin; -extern const struct decoder_plugin oggvorbisPlugin; +extern const struct decoder_plugin vorbis_decoder_plugin; extern const struct decoder_plugin flacPlugin; extern const struct decoder_plugin oggflacPlugin; extern const struct decoder_plugin audiofilePlugin; @@ -41,7 +41,7 @@ static const struct decoder_plugin *const decoder_plugins[] = { &mp3Plugin, #endif #ifdef HAVE_OGGVORBIS - &oggvorbisPlugin, + &vorbis_decoder_plugin, #endif #if defined(HAVE_FLAC) || defined(HAVE_OGGFLAC) &oggflacPlugin, -- cgit v1.2.3