profile: fixed copy-and-paste error

This commit is contained in:
Jaroslav Kysela 2014-10-22 17:35:45 +02:00
parent 584c8c28c8
commit afacbb3dd7

View file

@ -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;