aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pesparse.cpp
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2008-03-26 00:01:28 +0000
committerAndreas Oberritter <obi@opendreambox.org>2008-03-26 00:01:28 +0000
commitf7bc48ee3a738ec6edb3e7eedec753b106f945f9 (patch)
treeff45d9c4a0855a69e0999507a73fedcae92fb77c /lib/dvb/pesparse.cpp
parent93ff1a63d34e62db3f83779de962b13a0464500f (diff)
downloadenigma2-f7bc48ee3a738ec6edb3e7eedec753b106f945f9.tar.gz
enigma2-f7bc48ee3a738ec6edb3e7eedec753b106f945f9.zip
remove unused variable 'i'
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)
{