diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 13:34:12 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-11 13:34:12 +0100 |
commit | a05b544414c30a82108827d17a2a41dbdca020a2 (patch) | |
tree | e3f9bc8123e5d255030150ea2ab86e32bcfd2f0d /PLUGINS/src/dvbsddevice | |
parent | c174dc0f5bd839d96e0e3d43de3e26d49c87a235 (diff) | |
download | vdr-a05b544414c30a82108827d17a2a41dbdca020a2.tar.gz vdr-a05b544414c30a82108827d17a2a41dbdca020a2.tar.bz2 |
Replaced some non-ASCII characters
Diffstat (limited to 'PLUGINS/src/dvbsddevice')
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c index 25be281a..56018792 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.c +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.c 2.32 2012/03/07 13:52:48 kls Exp $ + * $Id: dvbsdffdevice.c 2.33 2012/03/11 13:32:42 kls Exp $ */ #include "dvbsdffdevice.h" @@ -431,7 +431,7 @@ bool cDvbSdFfDevice::SetChannelDevice(const cChannel *Channel, bool LiveView) } if (IsPrimaryDevice()) AddPid(Channel->Tpid(), ptTeletext); - CHECK(ioctl(fd_audio, AUDIO_SET_MUTE, true)); // actually one would expect 'false' here, but according to Marco Schlüßler <marco@lordzodiac.de> this works + CHECK(ioctl(fd_audio, AUDIO_SET_MUTE, true)); // actually one would expect 'false' here, but according to Marco Schluessler <marco@lordzodiac.de> this works // to avoid missing audio after replaying a DVD; with 'false' there is an audio disturbance when switching // between two channels on the same transponder on DVB-S CHECK(ioctl(fd_audio, AUDIO_SET_AV_SYNC, true)); |