Merge remote-tracking branch 'origin/pr/186'
This commit is contained in:
commit
c43e59f9eb
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ ts_recv_packet1(service_t *t, const uint8_t *tsb, int64_t *pcrp)
|
||||||
m++;
|
m++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!error) {
|
if(!error && t->s_scrambled != 0) {
|
||||||
if(n == 0) {
|
if(n == 0) {
|
||||||
service_set_streaming_status_flags(t, TSS_NO_DESCRAMBLER);
|
service_set_streaming_status_flags(t, TSS_NO_DESCRAMBLER);
|
||||||
} else if(m == n) {
|
} else if(m == n) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue