summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-23 14:10:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-23 14:10:15 +0100
commit1743213a1d73cbaf076b84d69b9e53de28d1337b (patch)
tree864856872637a9b8eb6b988f6c5d9b2ff11fe8f8 /device.h
parent4549c7407882bd87836fb957a5a00d670fba2be3 (diff)
downloadvdr-1743213a1d73cbaf076b84d69b9e53de28d1337b.tar.gz
vdr-1743213a1d73cbaf076b84d69b9e53de28d1337b.tar.bz2
Recording and Transfer Mode can now handle up to 8 Dolby Digital tracks
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index f04ba509..9ab15c9f 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.52 2005/01/16 14:26:16 kls Exp $
+ * $Id: device.h 1.53 2005/01/22 14:58:07 kls Exp $
*/
#ifndef __DEVICE_H
@@ -315,6 +315,7 @@ public:
private:
tTrackId availableTracks[ttMaxTrackTypes];
eTrackType currentAudioTrack;
+ bool pre_1_3_19_PrivateStream;
protected:
virtual void SetAudioTrackDevice(eTrackType Type);
///< Sets the current audio track to the given value.