summaryrefslogtreecommitdiff
path: root/dvbdevice.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-19 10:17:11 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-19 10:17:11 +0200
commit5e9d7e3c93082cf310efe6074653aaee34f0fe4f (patch)
treed84ad74399aa8460a4d02b55ecb4814cb4a06c16 /dvbdevice.c
parent733b42a5869e6afca3ee3a901da48ae4d9e9ff2c (diff)
downloadvdr-5e9d7e3c93082cf310efe6074653aaee34f0fe4f.tar.gz
vdr-5e9d7e3c93082cf310efe6074653aaee34f0fe4f.tar.bz2
Fixed a small glitch when switching channels
Diffstat (limited to 'dvbdevice.c')
-rw-r--r--dvbdevice.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbdevice.c b/dvbdevice.c
index a4a4308d..fc2e12ba 100644
--- a/dvbdevice.c
+++ b/dvbdevice.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.c 1.24 2002/10/12 11:15:45 kls Exp $
+ * $Id: dvbdevice.c 1.25 2002/10/19 10:12:12 kls Exp $
*/
#include "dvbdevice.h"
@@ -733,8 +733,6 @@ bool cDvbDevice::SetChannelDevice(const cChannel *Channel, bool LiveView)
if (IsPrimaryDevice())
AddPid(Channel->Tpid(), ptTeletext);
CHECK(ioctl(fd_audio, AUDIO_SET_AV_SYNC, true));
- CHECK(ioctl(fd_audio, AUDIO_SET_MUTE, false));
- CHECK(ioctl(fd_video, VIDEO_SET_BLANK, false));
}
else if (StartTransferMode)
cControl::Launch(new cTransferControl(this, Channel->Vpid(), Channel->Apid1(), 0, 0, 0));