mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Minor code improvements
This commit is contained in:
@@ -543,7 +543,7 @@ bool MediaPlayer::isImage() const
|
||||
return media_.isimage;
|
||||
}
|
||||
|
||||
std::string MediaPlayer::hardwareDecoderName()
|
||||
std::string MediaPlayer::hardwareDecoderName() const
|
||||
{
|
||||
return hardware_decoder_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user