summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/demux_ts.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demuxers/demux_ts.c b/src/demuxers/demux_ts.c
index 64cd7ab01..5c681e5e2 100644
--- a/src/demuxers/demux_ts.c
+++ b/src/demuxers/demux_ts.c
@@ -1966,7 +1966,6 @@ static void demux_ts_parse_packet (demux_ts_t*this) {
/* PMT */
program_count=0;
- if(this->media_num<MAX_PMTS)
while ((this->program_number[program_count] != INVALID_PROGRAM) &&
(program_count < MAX_PMTS)) {
if (pid == this->pmt_pid[program_count]) {