Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb_ca: fix issue with wrongly set PMT list management code in C…
…APMT sent to CAM
  • Loading branch information
dmarion authored and perexg committed May 4, 2015
1 parent b77a315 commit f7bfac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/linuxdvb/linuxdvb_ca.c
Expand Up @@ -772,8 +772,8 @@ linuxdvb_ca_send_capmt(linuxdvb_ca_t *lca, uint8_t slot, const uint8_t *ptr, int
goto fail;
}

size = en50221_ca_format_pmt(pmt, capmt, sizeof(capmt),
CA_LIST_MANAGEMENT_ONLY, slot,
size = en50221_ca_format_pmt(pmt, capmt, sizeof(capmt), 1,
CA_LIST_MANAGEMENT_ONLY,
CA_PMT_CMD_ID_OK_DESCRAMBLING);

if (size < 0) {
Expand Down

0 comments on commit f7bfac0

Please sign in to comment.