summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-07-22 09:34:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-07-22 09:34:55 +0200
commit9dcd0fc6e3a22978c0d4380b10253475c00816f0 (patch)
tree643118a96496a84eacf92cb5428568f71ab5ad20 /dvbapi.c
parent06236395e7a196d7ff3b01279c7f0d715f3197bf (diff)
downloadvdr-9dcd0fc6e3a22978c0d4380b10253475c00816f0.tar.gz
vdr-9dcd0fc6e3a22978c0d4380b10253475c00816f0.tar.bz2
Removed a superfluous VIDEO_FREEZE call in the replay buffer
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dvbapi.c b/dvbapi.c
index 34af18a3..237b3e76 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.85 2001/07/22 09:33:01 kls Exp $
+ * $Id: dvbapi.c 1.86 2001/07/22 09:34:55 kls Exp $
*/
#include "dvbapi.h"
@@ -869,7 +869,6 @@ void cReplayBuffer::Clear(bool Block)
Lock();
cRingBuffer::Clear();
playIndex = -1;
- CHECK(ioctl(videoDev, VIDEO_FREEZE));
CHECK(ioctl(videoDev, VIDEO_CLEAR_BUFFER));
CHECK(ioctl(audioDev, AUDIO_CLEAR_BUFFER));
}