1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Removed old channels.conf format support and disabled re-tuning of EXT protocol.

This commit is contained in:
Rolf Ahrenberg
2008-04-02 20:22:48 +00:00
parent 613152c6db
commit e798ff1424
5 changed files with 28 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: streamer.h,v 1.14 2008/01/30 21:57:33 rahrenbe Exp $
* $Id: streamer.h,v 1.15 2008/04/02 20:22:48 rahrenbe Exp $
*/
#ifndef __IPTV_STREAMER_H
@@ -24,6 +24,9 @@ private:
unsigned char* readBuffer;
unsigned int readBufferLen;
cIptvProtocolIf* protocol;
cString location;
int parameter;
int index;
public:
cIptvStreamer(cRingBufferLinear* RingBuffer, cMutex* Mutex);