diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-30 13:23:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-30 13:23:54 +0200 |
commit | 77b56da51f2aa2ddebb235a4fb3d5a145eec36ef (patch) | |
tree | 2711963c2184f5caf809937b26dc4db076829157 /menu.c | |
parent | de86dc7d01eca1e890027ea80aebdbb407c640fb (diff) | |
download | vdr-77b56da51f2aa2ddebb235a4fb3d5a145eec36ef.tar.gz vdr-77b56da51f2aa2ddebb235a4fb3d5a145eec36ef.tar.bz2 |
Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after going into "Pause live video" mode1.2.0pre1
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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(); |