]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mpegts service: forgot to remove the problematic code, fixes #3747
authorJaroslav Kysela <perex@perex.cz>
Tue, 26 Apr 2016 19:24:08 +0000 (21:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 26 Apr 2016 19:24:08 +0000 (21:24 +0200)
src/input/mpegts/mpegts_service.c

index 8ff8f77f66e48437e9b3618f4253b83e0839b0c9..780a61547c46a01e0b9fbcdad3314a8713da766b 100644 (file)
@@ -293,10 +293,6 @@ mpegts_service_enlist_raw
 
   assert(s->s_source_type == S_MPEG_TS);
 
-  /* invalid PMT */
-  if (s->s_pmt_pid <= 0 || s->s_pmt_pid >= 8191)
-    return SM_CODE_INVALID_SERVICE;
-
   /* Create instances */
   m->mm_create_instances(m);