fix typo, add tsid correction
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 3 Oct 2007 08:31:47 +0000 (08:31 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 3 Oct 2007 08:31:47 +0000 (08:31 +0000)
lib/dvb/epgcache.cpp

index 4b4e6a8843cdc035e4052198d24e30e7c4269bef..6767c4ad4a93ed574736b797b7426428bdabc14c 100644 (file)
@@ -2503,7 +2503,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey &current_service, const __
                                                case 0x0300f5: sid = 0xdc; break;
                                                case 0x0400d2: sid = 0xe2; tsid = 0x11; break;
                                                case 0x1100d3: sid = 0xe3; break;
-                                               case 0x0100e4: sid = 0xe4; break;
+                                               case 0x0100d4: sid = 0xe4; tsid = 4; break;
                                        }
                                }
 ////////////////////////////////////////////