decoder: Rename all main decoder plugins functions to *decoder_plugin.

This commit is contained in:
Avuton Olrich
2009-04-02 15:52:13 -07:00
parent 9e93875ccd
commit fd90db35b7
5 changed files with 12 additions and 12 deletions

View File

@@ -529,7 +529,7 @@ static const char *const ffmpeg_mime_types[] = {
NULL
};
const struct decoder_plugin ffmpeg_plugin = {
const struct decoder_plugin ffmpeg_decoder_plugin = {
.name = "ffmpeg",
.init = ffmpeg_init,
.stream_decode = ffmpeg_decode,