fixed stream guard card data length.
This commit is contained in:
parent
2a0968633b
commit
592f85183d
1 changed files with 2 additions and 2 deletions
|
@ -1654,8 +1654,8 @@ capmt_send_request(capmt_service_t *ct, int lm)
|
|||
cad.cad_length = 0x05;
|
||||
cad.cad_data[4] = cce2->cce_providerid & 0xff;
|
||||
} else if (cce2->cce_caid == 0x4ad2) {
|
||||
cad.cad_length = 0x05;
|
||||
cad.cad_data[4] = cce2->cce_providerid & 0xffffff;
|
||||
cad.cad_length = 0x04;
|
||||
cad.cad_data[3] = cce2->cce_providerid & 0xffffff;
|
||||
}else
|
||||
tvhlog(LOG_WARNING, "capmt", "Unknown CAID type, don't know where to put provider ID");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue