Skip to content

Commit

Permalink
Fix emm processing for ddci (#843)
Browse files Browse the repository at this point in the history
* fix coverity

* Fix EMM processing for ddci

Co-authored-by: Catalin Toda <[email protected]>
  • Loading branch information
catalinii and Catalin Toda authored May 11, 2021
1 parent 05fba65 commit 65f7685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ddci.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ int ddci_process_pmt(adapter *ad, SPMT *pmt) {
{
d->tid = ad->transponder_id;
add_pid_mapping_table(ad->id, 1, pmt->id, d, 1); // add pid 1
set_pid_rewrite(d, ad->id, 1, 0);
}

LOG("found DDCI %d for pmt %d, running channels %d", ddid, pmt->id,
Expand Down

0 comments on commit 65f7685

Please sign in to comment.