blacklist feed tsid/onid
authorghost <andreas.monzner@multimedia-labs.de>
Sun, 17 May 2009 14:35:57 +0000 (16:35 +0200)
committerghost <andreas.monzner@multimedia-labs.de>
Sun, 17 May 2009 14:35:57 +0000 (16:35 +0200)
lib/dvb/scan.cpp

index 04c78c611b44332188323c13f1e868a54093629b..0948c503102278afe280ce972d2640c13b89281a 100644 (file)
@@ -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: