Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
descrambler: Fix the graceful flush for cwc
  • Loading branch information
perexg committed Sep 18, 2014
1 parent 249eac3 commit abad739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/descrambler.c
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit abad739

Please sign in to comment.