Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: fixed copy-and-paste error
  • Loading branch information
perexg committed Oct 22, 2014
1 parent 584c8c2 commit afacbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -539,7 +539,7 @@ profile_htsp_work(profile_chain_t *prch,
uint32_t timeshift_period, int flags)
{
if (flags & PRCH_FLAG_TSFIX)
dst = prch->prch_tsfix = tsfix_create(prch->prch_transcoder);
dst = prch->prch_tsfix = tsfix_create(dst);

prch->prch_st = dst;

Expand Down

0 comments on commit afacbb3

Please sign in to comment.