mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Fix bug: missing external reference with -DUSE_PIP.
This commit is contained in:
parent
534b4094b5
commit
7cc74795be
@ -2830,7 +2830,9 @@ void Suspend(int video, int audio, int dox11)
|
|||||||
|
|
||||||
Debug(3, "[softhddev]%s:\n", __FUNCTION__);
|
Debug(3, "[softhddev]%s:\n", __FUNCTION__);
|
||||||
|
|
||||||
|
#ifdef USE_PIP
|
||||||
DelPip(); // must stop PIP
|
DelPip(); // must stop PIP
|
||||||
|
#endif
|
||||||
|
|
||||||
MyVideoStream->SkipStream = 1;
|
MyVideoStream->SkipStream = 1;
|
||||||
SkipAudio = 1;
|
SkipAudio = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user