Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
descrambler: handle constcw initialization for forced CAIDs, too, fix…
…es #2942
  • Loading branch information
perexg committed Dec 26, 2015
1 parent 16ca870 commit eec4077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/descrambler/descrambler.c
Expand Up @@ -260,6 +260,14 @@ descrambler_service_start ( service_t *t )
if (count == 0)
return;

} else {

for (p = constcw_table; *p; p++)
if (*p == ((mpegts_service_t *)t)->s_dvb_forcecaid) {
constcw = 1;
break;
}

}

((mpegts_service_t *)t)->s_dvb_mux->mm_descrambler_flush = 0;
Expand Down

0 comments on commit eec4077

Please sign in to comment.