profile: fix transcode subscription flags, fixes #2735
This commit is contained in:
parent
4f2b94f281
commit
cc58797fb6
1 changed files with 1 additions and 0 deletions
|
@ -1566,6 +1566,7 @@ profile_transcode_open(profile_chain_t *prch,
|
|||
{
|
||||
int r;
|
||||
|
||||
prch->prch_flags = SUBSCRIPTION_PACKET;
|
||||
prch->prch_sq.sq_maxsize = qsize;
|
||||
|
||||
r = profile_transcode_work(prch, &prch->prch_sq.sq_st, 0, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue