Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tsdebug: another compilation fix, fixes #4010
  • Loading branch information
perexg committed Oct 4, 2016
1 parent 592bdb8 commit 793b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_input.c
Expand Up @@ -1255,7 +1255,7 @@ tsdebug_check_tspkt( mpegts_mux_t *mm, uint8_t *pkt, int len )
if (!t)
return;
pos = 4 + 24 + 4;
tvhdebug("descrambler", "Keys from MPEG-TS source (PID 0x1FFF)!");
tvhdebug(LS_DESCRAMBLER, "Keys from MPEG-TS source (PID 0x1FFF)!");
tsdebugcw_new_keys((service_t *)t, type, pkt + pos, pkt + pos + keylen);
}
}
Expand Down

0 comments on commit 793b139

Please sign in to comment.