Skip to content

Commit b2685a4

Browse files
committed
h265_framer: export profile_compatibility
1 parent e5e1618 commit b2685a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/upipe-framers/upipe_h265_framer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,8 @@ static bool upipe_h265f_activate_sps(struct upipe *upipe, uint32_t sps_id)
806806
uref_h265_flow_set_profile(flow_def, upipe_h265f->profile_idc))
807807
UBASE_FATAL(upipe,
808808
uref_h265_flow_set_level(flow_def, upipe_h265f->level_idc))
809+
UBASE_FATAL(upipe,
810+
uref_h265_flow_set_profile_compatibility(flow_def, upipe_h265f->profile_compatibility))
809811

810812
uint64_t max_octetrate, max_bs;
811813
uint32_t max_luma_ps;

0 commit comments

Comments
 (0)