Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts service: forgot to remove the problematic code, fixes #3747
  • Loading branch information
perexg committed Apr 26, 2016
1 parent 4244439 commit 10f1326
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/input/mpegts/mpegts_service.c
Expand Up @@ -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);

Expand Down

0 comments on commit 10f1326

Please sign in to comment.