Merge branch 'efuhgeh' of git://github.com/neheb/MPD

This commit is contained in:
Max Kellermann
2020-02-16 19:03:35 +01:00
3 changed files with 14 additions and 14 deletions

View File

@@ -120,7 +120,7 @@ PreparedOpusEncoder::PreparedOpusEncoder(const ConfigBlock &block)
throw std::runtime_error("Invalid signal");
}
static PreparedEncoder *
PreparedEncoder *
opus_encoder_init(const ConfigBlock &block)
{
return new PreparedOpusEncoder(block);