tuxtxt_common.h: add missing init to readcnt

Origin commit data
------------------
Branch: ni/coolstream
Commit: bfeb3c47ff
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-10-24 (Tue, 24 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2017-10-24 07:44:30 +02:00
parent c3978aa926
commit 477175f4e5

View File

@@ -605,7 +605,7 @@ void *tuxtxt_CacheThread(void * /*arg*/)
continue;
/* read packet */
ssize_t readcnt;
ssize_t readcnt = 0;
readcnt = dmx->Read(pes_packet, sizeof (pes_packet), 1000);
//if (readcnt != sizeof(pes_packet))