From afacbb3dd76a6bf7d51e5205badb0f5535dd6575 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 22 Oct 2014 17:35:45 +0200 Subject: [PATCH] profile: fixed copy-and-paste error --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index fe57b78d..ea07790e 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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;