Actually, only set tht_scrambled_seen if tht_scrambled is set
This commit is contained in:
parent
a534bae4ca
commit
b39078d316
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ ts_recv_packet1(th_transport_t *t, uint8_t *tsb)
|
|||
(t->tht_scrambled_seen && st->st_type != SCT_CA &&
|
||||
st->st_type != SCT_PAT && st->st_type != SCT_PMT)) {
|
||||
|
||||
t->tht_scrambled_seen = 1;
|
||||
t->tht_scrambled_seen = tht_scrambled;
|
||||
|
||||
/* scrambled stream */
|
||||
n = m = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue