tvhcsa_descramble: remove unused elementary_stream parameter
This commit is contained in:
parent
0e29d5acba
commit
626d2f01d7
3 changed files with 4 additions and 6 deletions
|
@ -274,7 +274,7 @@ descrambler_descramble ( service_t *t,
|
|||
}
|
||||
tvhcsa_descramble(td->td_csa,
|
||||
(mpegts_service_t *)td->td_service,
|
||||
st, tsb2);
|
||||
tsb2);
|
||||
}
|
||||
sbuf_free(&dr->dr_buf);
|
||||
}
|
||||
|
@ -289,7 +289,7 @@ forbid:
|
|||
}
|
||||
tvhcsa_descramble(td->td_csa,
|
||||
(mpegts_service_t *)td->td_service,
|
||||
st, tsb);
|
||||
tsb);
|
||||
return 1;
|
||||
}
|
||||
if (dr->dr_ecm_start) { /* ECM sent */
|
||||
|
|
|
@ -26,8 +26,7 @@
|
|||
|
||||
void
|
||||
tvhcsa_descramble
|
||||
( tvhcsa_t *csa, struct mpegts_service *s, struct elementary_stream *st,
|
||||
const uint8_t *tsb )
|
||||
( tvhcsa_t *csa, struct mpegts_service *s, const uint8_t *tsb )
|
||||
{
|
||||
#if ENABLE_DVBCSA
|
||||
uint8_t *pkt;
|
||||
|
|
|
@ -75,8 +75,7 @@ typedef struct tvhcsa
|
|||
|
||||
void
|
||||
tvhcsa_descramble
|
||||
( tvhcsa_t *csa, struct mpegts_service *s, struct elementary_stream *st,
|
||||
const uint8_t *tsb );
|
||||
( tvhcsa_t *csa, struct mpegts_service *s, const uint8_t *tsb );
|
||||
|
||||
void tvhcsa_init ( tvhcsa_t *csa );
|
||||
void tvhcsa_destroy ( tvhcsa_t *csa );
|
||||
|
|
Loading…
Add table
Reference in a new issue