git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
93ff1a6
)
remove unused variable 'i'
author
Andreas Oberritter
<obi@opendreambox.org>
Wed, 26 Mar 2008 00:01:28 +0000
(
00:01
+0000)
committer
Andreas Oberritter
<obi@opendreambox.org>
Wed, 26 Mar 2008 00:01:28 +0000
(
00:01
+0000)
lib/dvb/pesparse.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb/pesparse.cpp
b/lib/dvb/pesparse.cpp
index da50c0400b8f51394a17b4e51dd5a5a227de93d7..b0352fe60faa7f20e72bab1b8c881fe0dc04f320 100644
(file)
--- 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)
{