X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdvb%2Fpesparse.cpp;h=b0352fe60faa7f20e72bab1b8c881fe0dc04f320;hb=19718f4eb905c6f3a933ba57bcb24ee3ecbb504f;hp=da50c0400b8f51394a17b4e51dd5a5a227de93d7;hpb=34e6431eb2c9fcfe1dd9ecf310970a257609c64a;p=vuplus_dvbapp diff --git a/lib/dvb/pesparse.cpp b/lib/dvb/pesparse.cpp index da50c04..b0352fe 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) {