Skip to content

Commit

Permalink
s337: less gymnastics
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Oct 18, 2017
1 parent cb5b810 commit e3db4fd
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 @@ -105,7 +105,7 @@ static struct upipe *upipe_s337f_alloc(struct upipe_mgr *mgr,
upipe_s337f_init_flow_def(upipe);
upipe_s337f->uref = NULL;
upipe_throw_ready(&upipe_s337f->upipe);
return &upipe_s337f->upipe;
return upipe;
}

/** @internal @This finds the position of the s337m sync word in the frame
Expand Down

0 comments on commit e3db4fd

Please sign in to comment.