Skip to content

Commit

Permalink
less gynmastics #2
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Oct 18, 2017
1 parent e3db4fd commit 5837926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upipe-framers/upipe_s337_framer.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static struct upipe *upipe_s337f_alloc(struct upipe_mgr *mgr,
upipe_s337f_init_output(upipe);
upipe_s337f_init_flow_def(upipe);
upipe_s337f->uref = NULL;
upipe_throw_ready(&upipe_s337f->upipe);
upipe_throw_ready(upipe);
return upipe;
}

Expand Down

0 comments on commit 5837926

Please sign in to comment.