From 77b56da51f2aa2ddebb235a4fb3d5a145eec36ef Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 30 May 2003 13:23:54 +0200 Subject: Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after going into "Pause live video" mode --- menu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 64930a7e..ecf2493c 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menu.c 1.252 2003/05/29 11:43:36 kls Exp $ + * $Id: menu.c 1.253 2003/05/30 09:53:57 kls Exp $ */ #include "menu.h" @@ -3141,7 +3141,6 @@ bool cRecordControls::PauseLiveVideo(void) sleep(1); // allow device to replay some frames, so we have a picture Interface->Close(); rc->ProcessKey(kPause); // pause, allowing replay mode display - sleep(3); // allow recorded file to fill up enough to continue replaying return true; } Interface->Close(); -- cgit v1.2.3