Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually, only set tht_scrambled_seen if tht_scrambled is set
  • Loading branch information
andoma committed Sep 26, 2009
1 parent a534bae commit b39078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsdemux.c
Expand Up @@ -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;
Expand Down

0 comments on commit b39078d

Please sign in to comment.