X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/34e6431eb2c9fcfe1dd9ecf310970a257609c64a..acb231d17468a18e7ee92654b8cdf07059a9ca66:/lib/dvb/pesparse.cpp diff --git a/lib/dvb/pesparse.cpp b/lib/dvb/pesparse.cpp index da50c040..b0352fe6 100644 --- a/lib/dvb/pesparse.cpp +++ b/lib/dvb/pesparse.cpp @@ -20,8 +20,6 @@ void ePESParser::setStreamID(unsigned char id, unsigned char id_mask) void ePESParser::processData(const __u8 *p, int len) { - int i; - /* this is a state machine, handling arbitary amounts of pes-formatted data. */ while (len) {