summaryrefslogtreecommitdiff
path: root/dvbdevice.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-11 16:13:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-11 16:13:19 +0100
commit2cae2ed28c0b6055b504e6fd00a79bba176d0637 (patch)
treeaf4e713252d9f4209b78ad897e7157431f22b4e3 /dvbdevice.h
parent609a4cd6cfd4baa6e56c6e2c8befaf77903dc887 (diff)
downloadvdr-2cae2ed28c0b6055b504e6fd00a79bba176d0637.tar.gz
vdr-2cae2ed28c0b6055b504e6fd00a79bba176d0637.tar.bz2
Modified switching to Dolby Digital audio in live mode
Diffstat (limited to 'dvbdevice.h')
-rw-r--r--dvbdevice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h
index 7da7e4f1..ed0cef8a 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbdevice.h 1.35 2005/08/20 15:20:15 kls Exp $
+ * $Id: dvbdevice.h 1.36 2005/11/11 14:51:38 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -69,6 +69,8 @@ public:
// PID handle facilities
+private:
+ bool SetAudioBypass(bool On);
protected:
virtual bool SetPid(cPidHandle *Handle, int Type, bool On);