diff options
author | Johns <johns98@gmx.net> | 2013-01-06 19:14:46 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-01-06 19:14:46 +0100 |
commit | 7cc74795be2775f06ea91b046ca022d5f31c71bd (patch) | |
tree | 7a16f2822283f94581fbd0ac13cdab5d2998cd79 /softhddev.c | |
parent | 534b4094b5ee884900f64c428291488bb0ddf53a (diff) | |
download | vdr-plugin-softhddevice-7cc74795be2775f06ea91b046ca022d5f31c71bd.tar.gz vdr-plugin-softhddevice-7cc74795be2775f06ea91b046ca022d5f31c71bd.tar.bz2 |
Fix bug: missing external reference with -DUSE_PIP.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
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; |