aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pesparse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/pesparse.cpp')
-rw-r--r--lib/dvb/pesparse.cpp2
1 files changed, 0 insertions, 2 deletions
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)
{