From 0243b1c8a77fce65ea831971ae5b2a898f3f4d89 Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 22 Feb 2012 15:10:47 +0100 Subject: Fix bug: No OSD until valid video stream shown. --- softhddev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'softhddev.c') 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; -- cgit v1.2.3