]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Compile before commit
authorAndreas Öman <andreas@lonelycoder.com>
Sat, 26 Sep 2009 08:21:16 +0000 (08:21 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sat, 26 Sep 2009 08:21:16 +0000 (08:21 +0000)
yes

src/tsdemux.c

index adc27eb048d6be833b09e6e1a7b5b0b2afc9ee12..ce5aeabb54d3ad47e53309eef260c980cdfd5045 100644 (file)
@@ -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 = tht_scrambled;
+    t->tht_scrambled_seen = t->tht_scrambled;
 
     /* scrambled stream */
     n = m = 0;