Skip to content

Commit ff8ccc8

Browse files
funmannto
andauthored
Update itu/h265.h
Co-authored-by: Clément Vasseur <[email protected]>
1 parent f26e1ed commit ff8ccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itu/h265.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ static inline uint32_t h265hvcc_get_profile_compatibility(const uint8_t *p)
412412
return (p[2] << 24) | (p[3] << 16) | (p[4] << 8) | p[5];
413413
}
414414

415-
static const char *h265_get_range_ext_profile(bool max_12bit, bool max_10bit, bool max_8bit, bool max_422chroma, bool max_420chroma, bool max_monochrome, bool intra, bool one_picture_only, bool lower_bit_rate)
415+
static inline const char *h265_get_range_ext_profile(bool max_12bit, bool max_10bit, bool max_8bit, bool max_422chroma, bool max_420chroma, bool max_monochrome, bool intra, bool one_picture_only, bool lower_bit_rate)
416416
{
417417
/* ITU-T H.265 (V9) Table A.2 */
418418

0 commit comments

Comments
 (0)