Minor code improvements

This commit is contained in:
Bruno
2021-05-17 16:13:21 +02:00
parent c87b1ac363
commit 579f7d5609
4 changed files with 8 additions and 8 deletions

View File

@@ -543,7 +543,7 @@ bool MediaPlayer::isImage() const
return media_.isimage;
}
std::string MediaPlayer::hardwareDecoderName()
std::string MediaPlayer::hardwareDecoderName() const
{
return hardware_decoder_;
}