summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-11-03 14:32:03 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-11-03 14:32:03 +0100
commit06f813d2a81b889ac1d1e2e8eb9c805243408abe (patch)
tree0463d5675384e28b505f82989dac09341574066e /device.h
parent2fa568654d92277511ee53e66fc73b5dc6efd376 (diff)
downloadvdr-06f813d2a81b889ac1d1e2e8eb9c805243408abe.tar.gz
vdr-06f813d2a81b889ac1d1e2e8eb9c805243408abe.tar.bz2
Added a workaround for recovering from wrongfully interpreted "pre 1.3.19 PS1 packets"
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index 825aadf5..0139f4e1 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.85 2007/10/14 13:09:12 kls Exp $
+ * $Id: device.h 1.86 2007/11/03 13:30:00 kls Exp $
*/
#ifndef __DEVICE_H
@@ -377,7 +377,7 @@ private:
cMutex mutexCurrentSubtitleTrack;
int currentAudioTrackMissingCount;
bool autoSelectPreferredSubtitleLanguage;
- bool pre_1_3_19_PrivateStream;
+ int pre_1_3_19_PrivateStream;
protected:
virtual void SetAudioTrackDevice(eTrackType Type);
///< Sets the current audio track to the given value.