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

Optimized streamer thread termination.

This commit is contained in:
Rolf Ahrenberg
2008-09-10 17:22:36 +03:00
parent 4e8e26a4b3
commit c5a7598544
3 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ class cIptvStreamer : public cThread, public cIptvStreamerStatistics {
private:
cRingBufferLinear* ringBuffer;
cMutex* mutex;
cCondWait sleep;
unsigned char* readBuffer;
unsigned int readBufferLen;
cIptvProtocolIf* protocol;