summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--softhddev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c
index fd9397d..3211480 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2830,7 +2830,9 @@ void Suspend(int video, int audio, int dox11)
Debug(3, "[softhddev]%s:\n", __FUNCTION__);
+#ifdef USE_PIP
DelPip(); // must stop PIP
+#endif
MyVideoStream->SkipStream = 1;
SkipAudio = 1;