decoder_plugin: rename struct to DecoderPlugin
This commit is contained in:
@@ -246,7 +246,7 @@ static const char *const sndfile_mime_types[] = {
|
||||
nullptr
|
||||
};
|
||||
|
||||
const struct decoder_plugin sndfile_decoder_plugin = {
|
||||
const struct DecoderPlugin sndfile_decoder_plugin = {
|
||||
"sndfile",
|
||||
nullptr,
|
||||
nullptr,
|
||||
|
Reference in New Issue
Block a user