diff options
Diffstat (limited to 'src/decoder/PcmDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/PcmDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/PcmDecoderPlugin.cxx b/src/decoder/PcmDecoderPlugin.cxx index 874fb5b89..8cde45cd7 100644 --- a/src/decoder/PcmDecoderPlugin.cxx +++ b/src/decoder/PcmDecoderPlugin.cxx @@ -100,7 +100,7 @@ static const char *const pcm_mime_types[] = { nullptr }; -const struct decoder_plugin pcm_decoder_plugin = { +const struct DecoderPlugin pcm_decoder_plugin = { "pcm", nullptr, nullptr, |