decoder_plugin: rename struct to DecoderPlugin
This commit is contained in:
@@ -514,7 +514,7 @@ static const char *const dsdiff_mime_types[] = {
|
||||
nullptr
|
||||
};
|
||||
|
||||
const struct decoder_plugin dsdiff_decoder_plugin = {
|
||||
const struct DecoderPlugin dsdiff_decoder_plugin = {
|
||||
"dsdiff",
|
||||
dsdiff_init,
|
||||
nullptr,
|
||||
|
Reference in New Issue
Block a user