]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Updated "UK Cable Virgin" in comments
authordollis-developer <32422784+dollis-developer@users.noreply.github.com>
Tue, 3 Oct 2017 12:00:28 +0000 (13:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 9 Oct 2017 14:10:13 +0000 (16:10 +0200)
src/epggrab/module/eit.c

index 7d44ee6f3eec8bbc0c8a06fa20dd3ee41c253f91..9add68ff9e2edccc44579ea976b6a9b8fb1a8460 100644 (file)
@@ -852,7 +852,7 @@ _eit_callback
     st->sections[sa/32] &= ~mask;
   }
   
-  /* UK Cable: EPG data for services in other transponders is transmitted 
+  /* UK Cable Virgin: EPG data for services in other transponders is transmitted 
   // in the 'actual' transpoder table IDs */
   if (spec == EIT_SPEC_UK_CABLE_VIRGIN && (tableid == 0x50 || tableid == 0x4E)) {
     mm = mpegts_network_find_mux(mm->mm_network, onid, tsid, 1);