Fix some additional warnings

This commit is contained in:
SirLynix
2022-11-19 13:44:33 +01:00
parent 082015a0c5
commit 85b7e06ae8
2 changed files with 3 additions and 3 deletions

View File

@@ -467,7 +467,7 @@ namespace
m_ffmpegLoaderEntry = nullptr;
}
std::string_view GetDescription() const
std::string_view GetDescription() const override
{
return "Adds supports to load and decode videos streams";
}