diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-16 09:36:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-16 09:36:28 +0200 |
commit | 6415cc900de3361925d22f879077be687fce3858 (patch) | |
tree | 98ab10cda016e125e33966e371ccfe01e5fd9bd1 /transfer.h | |
parent | 15030f6acece1060f9736f875fe3abbcf9392263 (diff) | |
download | vdr-6415cc900de3361925d22f879077be687fce3858.tar.gz vdr-6415cc900de3361925d22f879077be687fce3858.tar.bz2 |
Improved buffer handling
Diffstat (limited to 'transfer.h')
-rw-r--r-- | transfer.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: transfer.h 1.4 2003/05/11 08:48:36 kls Exp $ + * $Id: transfer.h 1.5 2004/10/15 12:39:54 kls Exp $ */ #ifndef __TRANSFER_H @@ -22,7 +22,6 @@ private: cRemux *remux; bool canToggleAudioTrack; uchar audioTrack; - bool gotBufferReserve; bool active; void StripAudioPackets(uchar *b, int Length, uchar Except = 0x00); protected: |