Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Process packet after descrambling
  • Loading branch information
spdfrk authored and perexg committed Aug 6, 2014
1 parent ef598fa commit 7f23bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/descrambler/tvhcsa.c
Expand Up @@ -29,6 +29,7 @@ tvhcsa_aes_descramble
( tvhcsa_t *csa, struct mpegts_service *s, const uint8_t *tsb )
{
aes_decrypt_packet(csa->csa_aes_keys, (unsigned char *)tsb);
ts_recv_packet2(s, tsb);
}

static void
Expand Down

0 comments on commit 7f23bdc

Please sign in to comment.