mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +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()
|
void VideoFFmpegComponent::startVideoStream()
|
||||||
{
|
{
|
||||||
|
if (mThemeOpacity == 0.0f)
|
||||||
|
return;
|
||||||
|
|
||||||
mIsPlaying = true;
|
mIsPlaying = true;
|
||||||
|
|
||||||
if (!mFormatContext) {
|
if (!mFormatContext) {
|
||||||
|
|
Loading…
Reference in a new issue