Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts table: mpegts_table_add - tableid must be different, too
  • Loading branch information
perexg committed Nov 6, 2015
1 parent 09b5144 commit 87fe1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/mpegts_table.c
Expand Up @@ -201,6 +201,8 @@ mpegts_table_add
} else if (pid >= 0) {
if (mt->mt_pid != pid)
continue;
if (mt->mt_table != tableid)
continue;
if (mt->mt_callback != callback)
continue;
} else {
Expand Down

0 comments on commit 87fe1b3

Please sign in to comment.