Fix bug: missing external reference with -DUSE_PIP.

This commit is contained in:
Johns 2013-01-06 19:14:46 +01:00
parent 534b4094b5
commit 7cc74795be
1 changed files with 2 additions and 0 deletions

View File

@ -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;