Skip to content

Commit e5e1618

Browse files
committed
uref_h265_flow: fix profile_compatibility name and type
profile_compability is 32 bits, it won't fit in a small unsigned the name is profile_compaTIbility There are no current users
1 parent 4bc0238 commit e5e1618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/upipe-framers/uref_h265_flow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ UREF_ATTR_VOID(h265_flow, tier, "h265.tier", tier)
4141
UREF_ATTR_SMALL_UNSIGNED(h265_flow, profile, "h265.profile", profile)
4242
UREF_ATTR_SMALL_UNSIGNED(h265_flow, profile_space, "h265.profilespace",
4343
profile space)
44-
UREF_ATTR_SMALL_UNSIGNED(h265_flow, profile_compability, "h265.profilecomp",
44+
UREF_ATTR_UNSIGNED(h265_flow, profile_compatibility, "h265.profilecomp",
4545
profile compatibility)
4646
UREF_ATTR_SMALL_UNSIGNED(h265_flow, level, "h265.level", level)
4747

0 commit comments

Comments
 (0)