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
(parent:
f30dd87
)
blacklist feed tsid/onid
author
ghost
<andreas.monzner@multimedia-labs.de>
Sun, 17 May 2009 14:35:57 +0000
(16:35 +0200)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Sun, 17 May 2009 14:35:57 +0000
(16:35 +0200)
lib/dvb/scan.cpp
patch
|
blob
|
history
diff --git
a/lib/dvb/scan.cpp
b/lib/dvb/scan.cpp
index 04c78c611b44332188323c13f1e868a54093629b..0948c503102278afe280ce972d2640c13b89281a 100644
(file)
--- a/
lib/dvb/scan.cpp
+++ b/
lib/dvb/scan.cpp
@@
-46,6
+46,8
@@
int eDVBScan::isValidONIDTSID(int orbital_position, eOriginalNetworkID onid, eTr
return orbital_position == 192;
case 0x00B1:
return tsid != 0x00B0;
+ case 0x00eb:
+ return tsid != 0x4321;
case 0x0002:
return abs(orbital_position-282) < 6;
default: