diff options
author | Johns <johns98@gmx.net> | 2012-02-22 15:10:47 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-22 15:10:47 +0100 |
commit | 0243b1c8a77fce65ea831971ae5b2a898f3f4d89 (patch) | |
tree | feb649080b8984095718fb2d7c99b195210da9b7 /softhddev.c | |
parent | 6ce760ccd807545ff77722baca338c4d56833608 (diff) | |
download | vdr-plugin-softhddevice-0243b1c8a77fce65ea831971ae5b2a898f3f4d89.tar.gz vdr-plugin-softhddevice-0243b1c8a77fce65ea831971ae5b2a898f3f4d89.tar.bz2 |
Fix bug: No OSD until valid video stream shown.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c index 3ea5e1c..ec73ba5 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1834,6 +1834,7 @@ void SetPlayMode(void) return; } Resume(); + VideoDisplayWakeup(); if (MyVideoDecoder) { if (VideoCodecID != CODEC_ID_NONE) { NewVideoStream = 1; |