Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts input: add CAT PID to the service subscription list
  • Loading branch information
perexg committed Oct 11, 2015
1 parent 6769c0e commit 284a95b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/mpegts_input.c
Expand Up @@ -580,6 +580,8 @@ mpegts_input_open_service ( mpegts_input_t *mi, mpegts_service_t *s, int flags,
mpegts_input_open_pid(mi, mm, s->s_pcr_pid, MPS_SERVICE, MPS_WEIGHT_PCR, s);
mpegts_pid_add(pids, s->s_pmt_pid, MPS_WEIGHT_PMT);
mpegts_pid_add(pids, s->s_pcr_pid, MPS_WEIGHT_PCR);
if (s->s_scrambled_pass)
mpegts_input_open_pid(mi, mm, DVB_CAT_PID, MPS_SERVICE, MPS_WEIGHT_CAT, s);
/* Open only filtered components here */
TAILQ_FOREACH(st, &s->s_filt_components, es_filt_link)
if (s->s_scrambled_pass || st->es_type != SCT_CA) {
Expand Down

0 comments on commit 284a95b

Please sign in to comment.