descrambler: Fix the graceful flush for cwc
This commit is contained in:
parent
249eac3e11
commit
abad73972d
1 changed files with 1 additions and 1 deletions
|
@ -122,6 +122,7 @@ descrambler_service_start ( service_t *t )
|
|||
if (!st)
|
||||
return;
|
||||
|
||||
((mpegts_service_t *)t)->s_dvb_mux->mm_descrambler_flush = 0;
|
||||
#if ENABLE_CWC
|
||||
cwc_service_start(t);
|
||||
#endif
|
||||
|
@ -134,7 +135,6 @@ descrambler_service_start ( service_t *t )
|
|||
dr->dr_key_index = 0xff;
|
||||
dr->dr_last_descramble = dispatch_clock;
|
||||
}
|
||||
((mpegts_service_t *)t)->s_dvb_mux->mm_descrambler_flush = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Reference in a new issue