fix compile

Origin commit data
------------------
Commit: eba0bf2d69
Author: TangoCash <eric@loxat.de>
Date: 2021-10-16 (Sat, 16 Oct 2021)
This commit is contained in:
TangoCash
2021-10-16 19:59:41 +02:00
committed by vanhofen
parent 88b597178e
commit 29e4de9cd3

View File

@@ -3627,11 +3627,12 @@ void CNeutrinoApp::RealRun()
{
if (CZapit::getInstance()->GetPipChannelID())
CZapit::getInstance()->StopPip();
#if !HAVE_GENERIC_HARDWARE
if (!avinput_pip)
StartAVInputPiP();
else
StopAVInputPiP();
#endif
}
}
#endif