From 5e9d7e3c93082cf310efe6074653aaee34f0fe4f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 19 Oct 2002 10:17:11 +0200 Subject: Fixed a small glitch when switching channels --- dvbdevice.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dvbdevice.c') 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)); -- cgit v1.2.3