Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
descrambler: DVBCAM (HW CAM) - unset TSS_NO_DESCRAMBLER state flag in…
… descrambler_external()
  • Loading branch information
perexg committed Oct 17, 2016
1 parent fd0dec0 commit ee87ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/descrambler.c
Expand Up @@ -425,6 +425,7 @@ descrambler_external ( service_t *t, int state )
if (t == NULL || (dr = t->s_descramble) == NULL)
return;
dr->dr_external = state ? 1 : 0;
service_set_streaming_status_flags(t, TSS_NO_DESCRAMBLER);
}

void
Expand Down

0 comments on commit ee87ef1

Please sign in to comment.