Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
profile: fix transcode subscription flags, fixes #2735
  • Loading branch information
perexg committed Mar 24, 2015
1 parent 4f2b94f commit cc58797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/profile.c
Expand Up @@ -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);
Expand Down

0 comments on commit cc58797

Please sign in to comment.