Snippets for ffmpeg 9.0.1 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/p09n0ik9xx3k6w3fgh40cmzvj419fg0d-ffmpeg-full-9.0.1.drv.
-
libavfilter/vf_lcevc.c:250:24: warning: implicit conversion from enumeration type 'LCEVC_ColorRange' (aka 'enum LCEVC_ColorRange') to different enumeration type 'enum AVColorRange' [-Wimplicit-enum-enum-cast] 250 | out->color_range = map_range(desc.colorRange); | ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
libavfilter/vf_lcevc.c:83:33: warning: unused function 'map_av_range' [-Wunused-function] 83 | static inline enum AVColorRange map_av_range(int range) | ^~~~~~~~~~~~ -
libavfilter/vf_mcdeint.c:144:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 144 | case MODE_SLOW: | ^ -
libavfilter/vf_mcdeint.c:146:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 146 | case MODE_MEDIUM: | ^ -
libavfilter/vf_mcdeint.c:149:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 149 | case MODE_FAST: | ^ -
libavfilter/vf_quirc.c:104:65: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] 104 | "Found count %d codes in image #%ld\n", codes_count, inl->frame_count_out); | ~~~ ^~~~~~~~~~~~~~~~~~~~ | %lld -
libavutil/hwcontext_opencl.c:2217:28: warning: unused function 'opencl_mem_flags_for_mapping' [-Wunused-function] 2217 | static inline cl_mem_flags opencl_mem_flags_for_mapping(int map_flags) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
libavformat/jvdec.c:185:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 185 | case JV_VIDEO: | ^ -
libavformat/jvdec.c:209:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 209 | case JV_PADDING: | ^ -
libavformat/nspdec.c:81:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 81 | case MKBETAG('S', 'D', 'A', '_'): | ^ -
libavformat/nuv.c:279:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 279 | case NUV_VIDEO: | ^ -
libavcodec/lcevc_parser.c:192:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 192 | case LCEVC_NON_IDR_NUT: | ^ -
libavcodec/qdm2_tablegen.h:120:30: warning: passing 'const uint8_t *' (aka 'const unsigned char *') to parameter of type 'const int8_t *' (aka 'const signed char *') converts between pointers to integer types with different sign [-Wpointer-sign] 120 | &tab[0][1], 2, &tab[0][0], 2, 1, | ^~~~~~~~~~ -
fftools/ffplay.c:3579:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 3579 | case SDL_MOUSEMOTION: | ^ -
fftools/ffplay.c:3630:17: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 3630 | case SDL_WINDOWEVENT_EXPOSED: | ^ -
tools/seek_print.c:56:9: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] 56 | default: | ^