mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Fixed an issue where hidden videos would still play.
This commit is contained in:
parent
3795edb1b9
commit
73e0e59b8c
|
@ -1217,6 +1217,9 @@ bool VideoFFmpegComponent::decoderInitHW()
|
|||
|
||||
void VideoFFmpegComponent::startVideoStream()
|
||||
{
|
||||
if (mThemeOpacity == 0.0f)
|
||||
return;
|
||||
|
||||
mIsPlaying = true;
|
||||
|
||||
if (!mFormatContext) {
|
||||
|
|
Loading…
Reference in a new issue