diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 14:32:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-11-03 14:32:03 +0100 |
commit | 06f813d2a81b889ac1d1e2e8eb9c805243408abe (patch) | |
tree | 0463d5675384e28b505f82989dac09341574066e /device.h | |
parent | 2fa568654d92277511ee53e66fc73b5dc6efd376 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |