From fd90db35b7a084b10f4c6d347c5ba6e315bb3f5d Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 2 Apr 2009 15:52:13 -0700 Subject: decoder: Rename all main decoder plugins functions to *decoder_plugin. --- src/decoder/audiofile_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/audiofile_plugin.c') diff --git a/src/decoder/audiofile_plugin.c b/src/decoder/audiofile_plugin.c index 35d6ac3e9..f66d90dc1 100644 --- a/src/decoder/audiofile_plugin.c +++ b/src/decoder/audiofile_plugin.c @@ -212,7 +212,7 @@ static const char *const audiofile_mime_types[] = { NULL }; -const struct decoder_plugin audiofilePlugin = { +const struct decoder_plugin audiofile_decoder_plugin = { .name = "audiofile", .stream_decode = audiofile_stream_decode, .tag_dup = audiofile_tag_dup, -- cgit v1.2.3