fix pip autodetect for grab

Origin commit data
------------------
Commit: e068e948db
Author: TangoCash <eric@loxat.de>
Date: 2022-11-22 (Tue, 22 Nov 2022)
This commit is contained in:
TangoCash
2022-11-22 13:41:38 +01:00
committed by vanhofen
parent 834506508c
commit b55fa0d6dc

View File

@@ -707,6 +707,7 @@ bool CZapit::StopPip(int pip)
pipVideoDemux[pip]->Stop();
pipVideoDecoder[pip]->Stop();
#if !HAVE_CST_HARDWARE
pipVideoDecoder[pip]->setBlank(pip);
pipAudioDemux[pip]->Stop();
pipAudioDecoder[pip]->Stop();
#endif