libavcodec/tests/h265_levels.c: In function 'main':
libavcodec/tests/h265_levels.c:278:54: warning: passing argument 1 of 'ff_h265_get_profile' makes integer from pointer without a cast [-Wint-conversion]
         profile = ff_h265_get_profile(test_bitrate[i].ptl);
                                       ~~~~~~~~~~~~~~~^~~~
In file included from libavcodec/tests/h265_levels.c:20:
./libavcodec/h265_profile_level.h:133:30: note: expected 'int' but argument is of type 'const H265RawProfileTierLevel * const' {aka 'const struct H265RawProfileTierLevel * const'}
 const H265ProfileDescriptor *ff_h265_get_profile(int profile);
                              ^~~~~~~~~~~~~~~~~~~
make: *** [tests/Makefile:311: fate-h265-levels] Error 134
cpu_flags(raw) = 0x00000003
cpu_flags_str(raw) = lsx lasx
cpu_flags(effective) = 0x00000003
cpu_flags_str(effective) = lsx lasx
threads = 1 (cpu_count = 32)
make: Target 'fate' not remade because of errors.