Skip to content

Commit

Permalink
upipe_vblk: remove surface type from flow def
Browse files Browse the repository at this point in the history
  • Loading branch information
quarium authored and cmassiot committed Sep 25, 2024
1 parent 3fed774 commit 68fcc52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/upipe-modules/upipe_video_blank.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ static int upipe_vblk_set_pic_real(struct upipe *upipe, struct uref *uref)
static int upipe_vblk_check_flow_format(struct upipe *upipe,
struct uref *flow_format)
{
uref_pic_flow_delete_surface_type(flow_format);
upipe_vblk_require_ubuf_mgr(upipe, flow_format);
return UBASE_ERR_NONE;
}
Expand Down

0 comments on commit 68fcc52

Please sign in to comment.