+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffmpeg3-3.4.13nb4/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ffmpeg3-3.4.13nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for ffmpeg3-3.4.13nb4 GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/reverse.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/xcbgrab.o GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o CC libavfilter/af_acopy.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': libavfilter/avfiltergraph.c:132:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] 132 | av_freep(&(*graph)->resample_lavr_opts); | ^~~~~~~~ In file included from libavfilter/avfiltergraph.c:38: libavfilter/avfilter.h:862:32: note: declared here 862 | attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters | ^~~~~~~~~~~~~~~~~~ CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o libavfilter/lavfutils.c: In function 'ff_load_image': libavfilter/lavfutils.c:93:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 93 | ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); | ^~~ In file included from ./libavformat/avformat.h:319, from libavfilter/lavfutils.h:27, from libavfilter/lavfutils.c:22: ./libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/scale.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o libavfilter/src_movie.c: In function 'open_stream': libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 175 | st->codec_ctx->refcounted_frames = 1; | ^~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ libavfilter/src_movie.c: In function 'movie_push_frame': libavfilter/src_movie.c:531:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 531 | ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ libavfilter/src_movie.c:534:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] 534 | ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:4944:5: note: declared here 4944 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_bbox.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_deinterlace_vaapi.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_drawtext.o CC libavfilter/vf_edgedetect.o libavfilter/vf_edgedetect.c: In function 'gaussian_blur': libavfilter/vf_edgedetect.c:125:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 125 | if (h > 1) | ^~ libavfilter/vf_edgedetect.c:126:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 126 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ libavfilter/vf_edgedetect.c:159:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 159 | if (h > 2) | ^~ libavfilter/vf_edgedetect.c:160:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 160 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o libavfilter/vf_geq.c: In function 'geq_init': libavfilter/vf_geq.c:143:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] 143 | snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); | ^~ libavfilter/vf_geq.c:143:50: note: directive argument in the range [-2147483648, 2147483646] 143 | snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); | ^~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavfilter/vf_geq.c:29: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 12 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hwupload_cuda.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o libavfilter/vf_mcdeint.c: In function 'filter_frame': libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 189 | ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); | ^~~ In file included from libavfilter/vf_mcdeint.c:54: ./libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ libavfilter/vf_mcdeint.c:193:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 193 | frame_dec = mcdeint->enc_ctx->coded_frame; | ^~~~~~~~~ In file included from libavfilter/vf_mcdeint.c:54: ./libavcodec/avcodec.h:3183:35: note: declared here 3183 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o In file included from ./libavutil/common.h:483, from ./libavutil/avutil.h:296, from libavfilter/avfilter.h:41, from libavfilter/vf_scale.c:29: libavfilter/vf_scale.c: In function 'scale_slice': libavfilter/vf_scale.c:391:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 391 | in[i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]); ./libavutil/internal.h:169:32: note: in definition of macro 'FF_PTR_ADD' 169 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ libavfilter/vf_scale.c:392:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 392 | out[i] = FF_PTR_ADD(out_buf->data[i], field * out_buf->linesize[i]); ./libavutil/internal.h:169:32: note: in definition of macro 'FF_PTR_ADD' 169 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ CC libavfilter/vf_scale_vaapi.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_subtitles.o libavfilter/vf_subtitles.c: In function 'config_input': libavfilter/vf_subtitles.c:149:9: warning: 'ass_set_aspect_ratio' is deprecated: use 'ass_set_pixel_aspect' instead [-Wdeprecated-declarations] 149 | ass_set_aspect_ratio(ass->renderer, (double)inlink->w / inlink->h, | ^~~~~~~~~~~~~~~~~~~~ In file included from libavfilter/vf_subtitles.c:30: /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/ass/ass.h:489:6: note: declared here 489 | void ass_set_aspect_ratio(ASS_Renderer *priv, double dar, double sar); | ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o libavfilter/vf_uspp.c: In function 'filter': libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 253 | ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); | ^~~ In file included from libavfilter/internal.h:35, from libavfilter/vf_uspp.c:34: ./libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 259 | p->frame_dec = p->avctx_enc[i]->coded_frame; | ^ In file included from libavfilter/internal.h:35, from libavfilter/vf_uspp.c:34: ./libavcodec/avcodec.h:3183:35: note: declared here 3183 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o STRIP libavfilter/x86/af_afir.o skipping strip -x libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_volume.o skipping strip -x libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o STRIP libavfilter/x86/avf_showcqt.o skipping strip -x libavfilter/x86/avf_showcqt.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/vf_blend.o STRIP libavfilter/x86/vf_blend.o skipping strip -x libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o X86ASM libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/vf_bwdif.o skipping strip -x libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_fspp.o STRIP libavfilter/x86/vf_fspp.o skipping strip -x libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o STRIP libavfilter/x86/colorspacedsp.o skipping strip -x libavfilter/x86/colorspacedsp.o CC libavfilter/x86/vf_gradfun_init.o libavfilter/x86/vf_gradfun.asm:52: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:52: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:52: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:70: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:70: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:70: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavfilter/x86/vf_gradfun.asm:110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here STRIP libavfilter/x86/vf_gradfun.o skipping strip -x libavfilter/x86/vf_gradfun.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_hqdn3d.o skipping strip -x libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o STRIP libavfilter/x86/vf_idet.o skipping strip -x libavfilter/x86/vf_idet.o X86ASM libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_interlace_init.o STRIP libavfilter/x86/vf_interlace.o skipping strip -x libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_maskedmerge.o skipping strip -x libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_limiter.o skipping strip -x libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_noise.o X86ASM libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_pp7.o skipping strip -x libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_psnr.o skipping strip -x libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_pullup_init.o X86ASM libavfilter/x86/vf_removegrain.o STRIP libavfilter/x86/vf_pullup.o skipping strip -x libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_removegrain_init.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o STRIP libavfilter/x86/vf_ssim.o skipping strip -x libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_stereo3d.o STRIP libavfilter/x86/vf_removegrain.o skipping strip -x libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_stereo3d_init.o CC libavfilter/x86/vf_tinterlace_init.o STRIP libavfilter/x86/vf_stereo3d.o skipping strip -x libavfilter/x86/vf_stereo3d.o X86ASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_w3fdif.o skipping strip -x libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o STRIP libavfilter/x86/vf_yadif.o skipping strip -x libavfilter/x86/vf_yadif.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/yadif-10.o skipping strip -x libavfilter/x86/yadif-10.o CC libavresample/audio_convert.o CC libavresample/audio_data.o STRIP libavfilter/x86/yadif-16.o skipping strip -x libavfilter/x86/yadif-16.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o CC libavresample/resample.o CC libavresample/utils.o X86ASM libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o X86ASM libavresample/x86/audio_mix.o STRIP libavresample/x86/audio_convert.o skipping strip -x libavresample/x86/audio_convert.o CC libavresample/x86/audio_mix_init.o X86ASM libavresample/x86/dither.o STRIP libavresample/x86/dither.o skipping strip -x libavresample/x86/dither.o CC libavresample/x86/dither_init.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o STRIP libavresample/x86/audio_mix.o skipping strip -x libavresample/x86/audio_mix.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_cuda.o CC libavutil/hwcontext_vaapi.o CC libavutil/hwcontext_vdpau.o CC libavutil/imgutils.o CC libavutil/integer.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o In function 'set_string_video_rate', inlined from 'av_opt_set' at libavutil/opt.c:486:15: libavutil/opt.c:340:9: warning: '%s' directive argument is null [-Wformat-overflow=] 340 | av_log(obj, AV_LOG_ERROR, "Unable to parse option value \"%s\" as video rate\n", val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/slicethread.o CC libavutil/sha512.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o libavutil/timecode.c: In function 'av_timecode_make_string': libavutil/timecode.c:103:60: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~ libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavutil/timecode.c:29: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 12 and 32 bytes into a destination of size 23 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o X86ASM libavutil/x86/cpuid.o libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:31: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:545: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:548: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+pp-macro-params-legacy] libavutil/x86/x86inc.asm:697: ... from macro `cglobal' defined here libavutil/x86/x86inc.asm:732: ... from macro `cglobal_internal' defined here libavutil/x86/x86inc.asm:550: ... from macro `PROLOGUE' defined here X86ASM libavutil/x86/fixed_dsp.o STRIP libavutil/x86/cpuid.o skipping strip -x libavutil/x86/cpuid.o CC libavutil/x86/fixed_dsp_init.o X86ASM libavutil/x86/float_dsp.o STRIP libavutil/x86/fixed_dsp.o skipping strip -x libavutil/x86/fixed_dsp.o CC libavutil/x86/float_dsp_init.o X86ASM libavutil/x86/imgutils.o STRIP libavutil/x86/float_dsp.o skipping strip -x libavutil/x86/float_dsp.o CC libavutil/x86/imgutils_init.o STRIP libavutil/x86/imgutils.o skipping strip -x libavutil/x86/imgutils.o X86ASM libavutil/x86/lls.o CC libavutil/x86/lls_init.o STRIP libavutil/x86/lls.o skipping strip -x libavutil/x86/lls.o X86ASM libavutil/x86/pixelutils.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o STRIP libavutil/x86/pixelutils.o skipping strip -x libavutil/x86/pixelutils.o CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/log2_tab.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/output.o X86ASM libswscale/x86/input.o STRIP libswscale/x86/input.o skipping strip -x libswscale/x86/input.o CC libswscale/x86/rgb2rgb.o STRIP libswscale/x86/output.o skipping strip -x libswscale/x86/output.o X86ASM libswscale/x86/scale.o CC libswscale/x86/swscale.o STRIP libswscale/x86/scale.o skipping strip -x libswscale/x86/scale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o CC libpostproc/postprocess.o CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o In file included from /usr/include/string.h:519, from ./libavutil/common.h:40, from ./libavutil/avutil.h:296, from ./libavutil/samplefmt.h:24, from ./libavcodec/avcodec.h:31, from libavformat/avformat.h:319, from libavformat/aadec.c:26: In function 'strncpy', inlined from 'aa_read_header' at libavformat/aadec.c:110:13: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bluray.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashdec.o CC libavformat/dashenc.o libavformat/dashenc.c: In function 'dash_flush': libavformat/dashenc.c:988:55: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 988 | snprintf(full_path, sizeof(full_path), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/dashenc.c:1033:61: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1033 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->segments[j]->file); | ^~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/dashenc.c: In function 'dash_write_trailer': libavformat/dashenc.c:1146:53: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1146 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/dashenc.c: In function 'dash_init': libavformat/dashenc.c:482:49: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 482 | snprintf(as->id, sizeof(as->id), "%d", i); | ^ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 10 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/dashenc.c:772:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 772 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.m4s", basename, i); | ^~~~~~~ libavformat/dashenc.c:772:62: note: directive argument in the range [0, 2147483647] 772 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.m4s", basename, i); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 13 and 1045 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/dashenc.c:776:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 776 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/dashenc.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o libavformat/dump.c: In function 'dump_stream_format': libavformat/dump.c:473:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 473 | avctx->properties = st->codec->properties; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:474:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 474 | avctx->codec = st->codec->codec; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 475 | avctx->qmin = st->codec->qmin; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 476 | avctx->qmax = st->codec->qmax; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 477 | avctx->coded_width = st->codec->coded_width; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 478 | avctx->coded_height = st->codec->coded_height; | ^~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 513 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 513 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/dump.c:525:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 525 | print_fps(1 / av_q2d(st->codec->time_base), "tbc"); | ^~~~~~~~~ In file included from libavformat/dump.c:37: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o libavformat/ftp.c: In function 'ftp_move': libavformat/ftp.c:1100:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=] 1100 | snprintf(command, sizeof(command), "RNTO %s\r\n", path); | ^~ ~~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/log.h:25, from ./libavutil/timer.h:49, from ./libavutil/internal.h:42, from libavformat/ftp.c:22: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/golomb_tab.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hdsenc.o CC libavformat/hevc.o libavformat/hdsenc.c: In function 'write_manifest': libavformat/hdsenc.c:172:45: warning: '/index.f4m' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 172 | snprintf(filename, sizeof(filename), "%s/index.f4m", s->filename); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 1034 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c:173:55: warning: '/index.f4m.tmp' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 173 | snprintf(temp_filename, sizeof(temp_filename), "%s/index.f4m.tmp", s->filename); | ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 15 and 1038 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c: In function 'write_abst': libavformat/hdsenc.c:239:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 239 | "%s/stream%d.abst", s->filename, index); | ^~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 1047 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c:241:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 241 | "%s/stream%d.abst.tmp", s->filename, index); | ^~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 1051 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c: In function 'hds_flush': libavformat/hdsenc.c:479:17: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 479 | "%s/stream%dSeg1-Frag%d", s->filename, index, os->fragment_index); | ^~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 19 and 1062 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c: In function 'hds_write_trailer': libavformat/hdsenc.c:552:49: warning: '/index.f4m' directive output may be truncated writing 10 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 552 | snprintf(filename, sizeof(filename), "%s/index.f4m", s->filename); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 11 and 1034 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c:555:53: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 555 | snprintf(filename, sizeof(filename), "%s/stream%d.abst", s->filename, i); | ^~~~~~~ libavformat/hdsenc.c:555:50: note: directive argument in the range [0, 2147483647] 555 | snprintf(filename, sizeof(filename), "%s/stream%d.abst", s->filename, i); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 1046 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/hdsenc.c: In function 'hds_write_header': libavformat/hdsenc.c:415:21: warning: '/stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 415 | "%s/stream%d_temp", s->filename, i); | ^~~~~~~ libavformat/hdsenc.c:415:18: note: directive argument in the range [0, 2147483647] 415 | "%s/stream%d_temp", s->filename, i); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/hdsenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 1046 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o libavformat/img2enc.c: In function 'write_packet': libavformat/img2enc.c:112:59: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 112 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); | ^~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/img2enc.c:24: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 5 and 1028 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/ingenientdec.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/log2_tab.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o libavformat/matroskaenc.c: In function 'mkv_write_trailer': libavformat/matroskaenc.c:2629:62: warning: '%012.9f' directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=] 2629 | snprintf(duration_string, 20, "%02d:%02d:%012.9f", | ^~~~~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from libavformat/avio.h:31, from libavformat/avc.h:26, from libavformat/matroskaenc.c:24: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 19 and 333 bytes into a destination of size 20 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/movenc.o libavformat/movenc.c: In function 'handle_eac3': libavformat/movenc.c:458:9: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] 458 | if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) | ^~ In file included from libavformat/avformat.h:319, from libavformat/movenc.h:27, from libavformat/movenc.c:27: ./libavcodec/avcodec.h:4640:5: note: declared here 4640 | int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o libavformat/protocols.c: In function 'avio_enum_protocols': libavformat/protocols.c:100:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 100 | p = p ? p + 1 : url_protocols; | ^ CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpcrypt.o CC libavformat/rtmpdh.o libavformat/rtmpcrypt.c: In function 'rtmpe_write': libavformat/rtmpcrypt.c:304:36: warning: passing argument 2 of 'av_rc4_crypt' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 304 | av_rc4_crypt(&rt->key_out, buf, buf, size, NULL, 1); | ^~~ In file included from libavformat/rtmpcrypt.c:32: ./libavutil/rc4.h:60:45: note: expected 'uint8_t *' {aka 'unsigned char *'} but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} 60 | void av_rc4_crypt(struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt); | ~~~~~~~~~^~~ CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o libavformat/rtspdec.c: In function 'rtsp_read_packet': libavformat/rtspdec.c:831:40: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1011 [-Wformat-truncation=] 831 | "Unsubscribe: %s\r\n", | ^~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/rtspdec.c:27: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 16 and 1039 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/rtspenc.o libavformat/rtsp.c: In function 'rtp_read_header': libavformat/rtsp.c:2486:32: warning: '%s' directive output may be truncated writing up to 499 bytes into a region of size 486 [-Wformat-truncation=] 2486 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~ 2487 | addr.ss_family == AF_INET ? 4 : 6, host, | ~~~~ libavformat/rtsp.c:2486:14: note: directive argument in the range [0, 127] 2486 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/rtsp.c:22: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 38 and 555 bytes into a destination of size 500 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/s337m.o CC libavformat/samidec.o libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request': libavformat/rtsp.c:1535:30: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2037 [-Wformat-truncation=] 1535 | "Transport: %s\r\n", | ^~ 1536 | transport); | ~~~~~~~~~ In file included from /usr/include/stdio.h:900, from ./libavutil/common.h:38, from ./libavutil/avutil.h:296, from ./libavutil/avassert.h:31, from libavformat/rtsp.c:22: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 2061 bytes into a destination of size 2048 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o CC libavformat/sdr2.o libavformat/sdp.c: In function 'sdp_write_media_attributes': libavformat/sdp.c:700:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 700 | if (st->codec) { | ^~ In file included from libavformat/sdp.c:29: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/sdp.c:704:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 704 | if (st->codec->flags & AV_CODEC_FLAG_QSCALE) | ^~ In file included from libavformat/sdp.c:29: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/sdp.c:706:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 706 | else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) | ^~~~ In file included from libavformat/sdp.c:29: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segment.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o libavformat/smoothstreamingenc.c: In function 'write_manifest': libavformat/smoothstreamingenc.c:224:45: warning: '/Manifest' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 224 | snprintf(filename, sizeof(filename), "%s/Manifest", s->filename); | ^~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 10 and 1033 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c:225:55: warning: '/Manifest.tmp' directive output may be truncated writing 13 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 225 | snprintf(temp_filename, sizeof(temp_filename), "%s/Manifest.tmp", s->filename); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 14 and 1037 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/soxdec.o libavformat/smoothstreamingenc.c: In function 'ism_flush': libavformat/smoothstreamingenc.c:528:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 528 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 6 and 1029 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c:544:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 544 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 18 or more bytes (assuming 1041) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c:545:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 545 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 1038) into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c: In function 'ism_write_trailer': libavformat/smoothstreamingenc.c:612:49: warning: '/Manifest' directive output may be truncated writing 9 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 612 | snprintf(filename, sizeof(filename), "%s/Manifest", s->filename); | ^~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 10 and 1033 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c: In function 'ism_write_header': libavformat/smoothstreamingenc.c:327:55: warning: '/QualityLevels(' directive output may be truncated writing 15 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 327 | snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->filename, s->streams[i]->codecpar->bit_rate); | ^~~~~~~~~~~~~~~ libavformat/smoothstreamingenc.c:327:52: note: using the range [-9223372036854775808, 9223372036854775807] for directive argument 327 | snprintf(os->dirname, sizeof(os->dirname), "%s/QualityLevels(%"PRId64")", s->filename, s->streams[i]->codecpar->bit_rate); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from libavformat/avformat.h:318, from libavformat/smoothstreamingenc.c:28: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 18 and 1060 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tls.o CC libavformat/tls_openssl.o CC libavformat/tmv.o libavformat/tls_openssl.c: In function 'ff_openssl_deinit': libavformat/tls_openssl.c:182:43: warning: the comparison will always evaluate as 'false' for the address of 'openssl_lock' will never be NULL [-Waddress] 182 | if (CRYPTO_get_locking_callback() == openssl_lock) { | ^~ CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o libavformat/tty.c:174:23: warning: initialization of 'int (*)(AVProbeData *)' from incompatible pointer type 'int (*)(const AVProbeData *)' [-Wincompatible-pointer-types] 174 | .read_probe = read_probe, | ^~~~~~~~~~ libavformat/tty.c:174:23: note: (near initialization for 'ff_tty_demuxer.read_probe') CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': libavformat/utils.c:5554:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5554 | const AVCodecContext *dec_ctx = ist->codec; | ^~~~~ In file included from libavformat/audiointerleave.h:27, from libavformat/utils.c:43: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ libavformat/utils.c:5555:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5555 | AVCodecContext *enc_ctx = ost->codec; | ^~~~~~~~~~~~~~ In file included from libavformat/audiointerleave.h:27, from libavformat/utils.c:43: libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vivo.o libavformat/vivo.c: In function 'vivo_read_header': libavformat/vivo.c:168:17: warning: '%s' directive argument is null [-Wformat-overflow=] 168 | av_log(s, AV_LOG_WARNING, "missing colon in key:value pair '%s'\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 169 | value); | ~~~~~~ CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o CC libavcodec/012v.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aacadtsdec.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o In file included from libavcodec/aacps_float.c:24: In function 'hybrid_analysis', inlined from 'ff_ps_apply' at libavcodec/aacps.c:993:5: libavcodec/aacps.c:398:9: warning: 'hybrid2_re.constprop' reading 32 bytes from a region of size 28 [-Wstringop-overread] 398 | hybrid2_re(in[1], out+6, g1_Q2, len, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacps.c: In function 'ff_ps_apply': libavcodec/aacps.c:398:9: note: referencing argument 3 of type 'const INTFLOAT *' {aka 'const float *'} libavcodec/aacps.c:317:13: note: in a call to function 'hybrid2_re.constprop' 317 | static void hybrid2_re(INTFLOAT (*in)[2], INTFLOAT (*out)[32][2], const INTFLOAT filter[8], int len, int reverse) | ^~~~~~~~~~ In function 'hybrid_analysis', inlined from 'ff_ps_apply' at libavcodec/aacps.c:993:5: libavcodec/aacps.c:399:9: warning: 'hybrid2_re.constprop' reading 32 bytes from a region of size 28 [-Wstringop-overread] 399 | hybrid2_re(in[2], out+8, g1_Q2, len, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacps.c: In function 'ff_ps_apply': libavcodec/aacps.c:399:9: note: referencing argument 3 of type 'const INTFLOAT *' {aka 'const float *'} libavcodec/aacps.c:317:13: note: in a call to function 'hybrid2_re.constprop' 317 | static void hybrid2_re(INTFLOAT (*in)[2], INTFLOAT (*out)[32][2], const INTFLOAT filter[8], int len, int reverse) | ^~~~~~~~~~ CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o In file included from libavcodec/aacps_fixed.c:24: In function 'hybrid_analysis', inlined from 'ff_ps_apply_fixed' at libavcodec/aacps.c:993:5: libavcodec/aacps.c:398:9: warning: 'hybrid2_re.constprop' reading 32 bytes from a region of size 28 [-Wstringop-overread] 398 | hybrid2_re(in[1], out+6, g1_Q2, len, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacps.c: In function 'ff_ps_apply_fixed': libavcodec/aacps.c:398:9: note: referencing argument 3 of type 'const INTFLOAT *' {aka 'const int *'} libavcodec/aacps.c:317:13: note: in a call to function 'hybrid2_re.constprop' 317 | static void hybrid2_re(INTFLOAT (*in)[2], INTFLOAT (*out)[32][2], const INTFLOAT filter[8], int len, int reverse) | ^~~~~~~~~~ In function 'hybrid_analysis', inlined from 'ff_ps_apply_fixed' at libavcodec/aacps.c:993:5: libavcodec/aacps.c:399:9: warning: 'hybrid2_re.constprop' reading 32 bytes from a region of size 28 [-Wstringop-overread] 399 | hybrid2_re(in[2], out+8, g1_Q2, len, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacps.c: In function 'ff_ps_apply_fixed': libavcodec/aacps.c:399:9: note: referencing argument 3 of type 'const INTFLOAT *' {aka 'const int *'} libavcodec/aacps.c:317:13: note: in a call to function 'hybrid2_re.constprop' 317 | static void hybrid2_re(INTFLOAT (*in)[2], INTFLOAT (*out)[32][2], const INTFLOAT filter[8], int len, int reverse) | ^~~~~~~~~~ CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o libavcodec/acelp_vectors.c: In function 'ff_set_fixed_vector': libavcodec/acelp_vectors.c:243:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 243 | if (in->pitch_lag > 0) | ^~ libavcodec/acelp_vectors.c:245:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 245 | do { | ^~ CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/audio_frame_queue.o CC libavcodec/audioconvert.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o libavcodec/avrndec.c: In function 'init': libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 59 | a->mjpeg_avctx->refcounted_frames = 1; | ^ In file included from libavcodec/avrndec.c:22: libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ libavcodec/avrndec.c: In function 'decode_frame': libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 110 | ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); | ^~~ In file included from libavcodec/avrndec.c:22: libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/avs.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_next': libavcodec/bitstream_filter.c:39:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 39 | return av_bsf_next(&opaque); | ^~~~~~~~~~~~~~~~~~~~ libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter': libavcodec/bitstream_filter.c:134:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 134 | pkt.data = buf; | ^ CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o libavcodec/cfhd.c: In function 'alloc_buffers': libavcodec/cfhd.c:165:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 165 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/cfhd.c:32: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cuvid.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o libavcodec/decode.c: In function 'compat_decode': libavcodec/decode.c:794:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 794 | if (!avctx->refcounted_frames) { | ^~ In file included from libavcodec/decode.c:40: libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ libavcodec/decode.c: In function 'avcodec_flush_buffers': libavcodec/decode.c:1748:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 1748 | if (!avctx->refcounted_frames) | ^~ In file included from libavcodec/decode.c:40: libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ CC libavcodec/dfa.o CC libavcodec/dirac.o libavcodec/dirac.c: In function 'parse_source_parameters': libavcodec/dirac.c:272:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 272 | avcodec_get_chroma_sub_sample(dsh->pix_fmt, &chroma_x_shift, &chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/dirac.c:31: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o libavcodec/diracdec.c: In function 'get_buffer_with_edge': libavcodec/diracdec.c:1943:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1943 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift, &chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/diracdec.c:30: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/diracdec.c: In function 'dirac_decode_data_unit': libavcodec/diracdec.c:2142:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2142 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/diracdec.c:30: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/diracdsp.o libavcodec/diracdsp.c: In function 'dequant_subband_int16_t_c': libavcodec/diracdsp.c:198:15: warning: unused variable 'sign' [-Wunused-variable] 198 | PX c, sign, *src_r = (PX *)src, *dst_r = (PX *)dst; \ | ^~~~ libavcodec/diracdsp.c:210:1: note: in expansion of macro 'DEQUANT_SUBBAND' 210 | DEQUANT_SUBBAND(int16_t) | ^~~~~~~~~~~~~~~ libavcodec/diracdsp.c: In function 'dequant_subband_int32_t_c': libavcodec/diracdsp.c:198:15: warning: unused variable 'sign' [-Wunused-variable] 198 | PX c, sign, *src_r = (PX *)src, *dst_r = (PX *)dst; \ | ^~~~ libavcodec/diracdsp.c:211:1: note: in expansion of macro 'DEQUANT_SUBBAND' 211 | DEQUANT_SUBBAND(int32_t) | ^~~~~~~~~~~~~~~ CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/elsdec.o CC libavcodec/encode.o CC libavcodec/error_resilience.o libavcodec/encode.c: In function 'do_encode': libavcodec/encode.c:378:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 378 | ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, | ^~~ libavcodec/encode.c:267:25: note: declared here 267 | int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ libavcodec/encode.c:381:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] 381 | ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, | ^~~ libavcodec/encode.c:118:25: note: declared here 118 | int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/exr.o CC libavcodec/exrdsp.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o libavcodec/ffv1enc.c: In function 'encode_init': libavcodec/ffv1enc.c:761:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 761 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/ffv1enc.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/frame_thread_encoder.o libavcodec/frame_thread_encoder.c: In function 'worker': libavcodec/frame_thread_encoder.c:89:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 89 | ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); | ^~~ In file included from libavcodec/frame_thread_encoder.h:24, from libavcodec/frame_thread_encoder.c:23: libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ libavcodec/frame_thread_encoder.c:95:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] 95 | int ret2 = av_dup_packet(pkt); | ^~~ In file included from libavcodec/frame_thread_encoder.h:24, from libavcodec/frame_thread_encoder.c:23: libavcodec/avcodec.h:4621:5: note: declared here 4621 | int av_dup_packet(AVPacket *pkt); | ^~~~~~~~~~~~~ CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o In file included from libavcodec/h264idct.c:31: libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:31: libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:31: libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:31: libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:31: libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:38:1: note: in expansion of macro 'H264_IDCT' 38 | H264_IDCT( 8) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:35: libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:35: libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:35: libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:35: libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:35: libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:39:1: note: in expansion of macro 'H264_IDCT' 39 | H264_IDCT( 9) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:39: libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:39: libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:39: libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:39: libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:39: libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:40:1: note: in expansion of macro 'H264_IDCT' 40 | H264_IDCT(10) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:43: libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:43: libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:43: libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:43: libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:43: libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:41:1: note: in expansion of macro 'H264_IDCT' 41 | H264_IDCT(12) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:47: libavcodec/h264idct_template.c:174:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 174 | void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:29:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 29 | void ff_h264_idct_add16_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:47: libavcodec/h264idct_template.c:185:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 185 | void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:30:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 30 | void ff_h264_idct_add16intra_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:47: libavcodec/h264idct_template.c:193:113: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 193 | void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:31:121: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 31 | void ff_h264_idct8_add4_ ## depth ## _c(uint8_t *dst, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:47: libavcodec/h264idct_template.c:204:114: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 204 | void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:33:122: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 33 | void ff_h264_idct_add8_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ In file included from libavcodec/h264idct.c:47: libavcodec/h264idct_template.c:216:118: warning: argument 5 of type 'const uint8_t[120]' {aka 'const unsigned char[120]'} with mismatched bound [-Warray-parameter=] 216 | void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){ | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from libavcodec/h264idct.c:28: libavcodec/h264idct.h:32:126: note: previously declared as 'const uint8_t[48]' {aka 'const unsigned char[48]'} 32 | void ff_h264_idct_add8_422_ ## depth ## _c(uint8_t **dest, const int *blockoffset, int16_t *block, int stride, const uint8_t nnzc[6*8]);\ | ~~~~~~~~~~~~~~^~~~~~~~~ libavcodec/h264idct.h:42:1: note: in expansion of macro 'H264_IDCT' 42 | H264_IDCT(14) | ^~~~~~~~~ CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o libavcodec/j2kenc.c: In function 'j2kenc_init': libavcodec/j2kenc.c:1154:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1154 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/j2kenc.c:67: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o libavcodec/jrevdct.c:212:28: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 212 | void ff_j_rev_dct(DCTBLOCK data) | ~~~~~~~~~^~~~ In file included from libavcodec/jrevdct.c:67: libavcodec/dct.h:62:28: note: previously declared as 'int16_t *' {aka 'short int *'} 62 | void ff_j_rev_dct(int16_t *data); | ~~~~~~~~~^~~~ libavcodec/jrevdct.c:950:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 950 | void ff_j_rev_dct4(DCTBLOCK data) | ~~~~~~~~~^~~~ In file included from libavcodec/jrevdct.c:67: libavcodec/dct.h:63:29: note: previously declared as 'int16_t *' {aka 'short int *'} 63 | void ff_j_rev_dct4(int16_t *data); | ~~~~~~~~~^~~~ libavcodec/jrevdct.c:1137:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1137 | void ff_j_rev_dct2(DCTBLOCK data){ | ~~~~~~~~~^~~~ In file included from libavcodec/jrevdct.c:67: libavcodec/dct.h:64:29: note: previously declared as 'int16_t *' {aka 'short int *'} 64 | void ff_j_rev_dct2(int16_t *data); | ~~~~~~~~~^~~~ libavcodec/jrevdct.c:1152:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1152 | void ff_j_rev_dct1(DCTBLOCK data){ | ~~~~~~~~~^~~~ In file included from libavcodec/jrevdct.c:67: libavcodec/dct.h:65:29: note: previously declared as 'int16_t *' {aka 'short int *'} 65 | void ff_j_rev_dct1(int16_t *data); | ~~~~~~~~~^~~~ CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/libmp3lame.o CC libavcodec/libopencore-amr.o CC libavcodec/libopus.o CC libavcodec/libopusdec.o CC libavcodec/libopusenc.o CC libavcodec/libspeexdec.o CC libavcodec/libspeexenc.o CC libavcodec/libtheoraenc.o libavcodec/libtheoraenc.c: In function 'encode_init': libavcodec/libtheoraenc.c:211:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 211 | avcodec_get_chroma_sub_sample(avc_context->pix_fmt, &h->uv_hshift, &h->uv_vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/libtheoraenc.c:39: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/libvorbisdec.o CC libavcodec/libvorbisenc.o CC libavcodec/libvpx.o CC libavcodec/libvpxdec.o CC libavcodec/libvpxenc.o CC libavcodec/libx264.o CC libavcodec/libx265.o In file included from libavcodec/libx265.c:27: /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:35:5: warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef] 35 | #if _MSC_VER | ^~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:186:5: warning: "X265_DEPTH" is not defined, evaluates to 0 [-Wundef] 186 | #if X265_DEPTH < 10 | ^~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:643:5: warning: "ENABLE_MULTIVIEW" is not defined, evaluates to 0 [-Wundef] 643 | #if ENABLE_MULTIVIEW | ^~~~~~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:650:5: warning: "ENABLE_ALPHA" is not defined, evaluates to 0 [-Wundef] 650 | #if ENABLE_ALPHA | ^~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:656:5: warning: "ENABLE_ALPHA" is not defined, evaluates to 0 [-Wundef] 656 | #if ENABLE_ALPHA || ENABLE_MULTIVIEW | ^~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:656:21: warning: "ENABLE_MULTIVIEW" is not defined, evaluates to 0 [-Wundef] 656 | #if ENABLE_ALPHA || ENABLE_MULTIVIEW | ^~~~~~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:665:5: warning: "ENABLE_SCC_EXT" is not defined, evaluates to 0 [-Wundef] 665 | #if ENABLE_SCC_EXT | ^~~~~~~~~~~~~~ In file included from libavcodec/libx265.c:27: /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:2400:5: warning: "ENABLE_SCC_EXT" is not defined, evaluates to 0 [-Wundef] 2400 | #if ENABLE_SCC_EXT | ^~~~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:2618:5: warning: "ENABLE_LIBVMAF" is not defined, evaluates to 0 [-Wundef] 2618 | #if ENABLE_LIBVMAF | ^~~~~~~~~~~~~~ /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/x265.h:2690:5: warning: "ENABLE_LIBVMAF" is not defined, evaluates to 0 [-Wundef] 2690 | #if ENABLE_LIBVMAF | ^~~~~~~~~~~~~~ libavcodec/libx265.c: In function 'libx265_encode_frame': libavcodec/libx265.c:297:5: warning: 'ff_alloc_packet' is deprecated [-Wdeprecated-declarations] 297 | ret = ff_alloc_packet(pkt, payload); | ^~~ In file included from libavcodec/libx265.c:35: libavcodec/internal.h:290:26: note: declared here 290 | attribute_deprecated int ff_alloc_packet(AVPacket *avpkt, int size); | ^~~~~~~~~~~~~~~ CC libavcodec/libxvid.o CC libavcodec/libxvid_rc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/log2_tab.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc.o libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': libavcodec/mjpegdec.c:2449:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2449 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/mjpegdec.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/mjpegdec.c:2508:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2508 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/mjpegdec.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/mjpegdec.c:2536:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2536 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/mjpegdec.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o libavcodec/mpegvideo.c: In function 'ff_mpv_common_init': libavcodec/mpegvideo.c:918:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 918 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/mpegvideo.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/mpegvideo.c: In function 'ff_print_debug_info2': libavcodec/mpegvideo.c:1768:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1768 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/mpegvideo.c:36: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/mscc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/nvenc.o CC libavcodec/nvenc_h264.o CC libavcodec/nvenc_hevc.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o libavcodec/opus_silk.c: In function 'silk_lsf2lpc': libavcodec/opus_silk.c:230:5: warning: 'silk_lsp2poly' accessing 64 bytes in a region of size 36 [-Wstringop-overflow=] 230 | silk_lsp2poly(lsp , p, order >> 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/opus_silk.c:230:5: note: referencing argument 2 of type 'int32_t *' {aka 'int *'} libavcodec/opus_silk.c:194:13: note: in a call to function 'silk_lsp2poly' 194 | static void silk_lsp2poly(const int32_t lsp[16], int32_t pol[16], int half_order) | ^~~~~~~~~~~~~ libavcodec/opus_silk.c:231:5: warning: 'silk_lsp2poly' reading 64 bytes from a region of size 60 [-Wstringop-overread] 231 | silk_lsp2poly(lsp + 1, q, order >> 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/opus_silk.c:231:5: note: referencing argument 1 of type 'const int32_t *' {aka 'const int *'} libavcodec/opus_silk.c:231:5: warning: 'silk_lsp2poly' accessing 64 bytes in a region of size 36 [-Wstringop-overflow=] libavcodec/opus_silk.c:231:5: note: referencing argument 2 of type 'int32_t *' {aka 'int *'} libavcodec/opus_silk.c:194:13: note: in a call to function 'silk_lsp2poly' 194 | static void silk_lsp2poly(const int32_t lsp[16], int32_t pol[16], int half_order) | ^~~~~~~~~~~~~ CC libavcodec/opusdec.o CC libavcodec/opusenc.o CC libavcodec/opusenc_psy.o libavcodec/opusenc_psy.c: In function 'celt_search_for_tf': libavcodec/opusenc_psy.c:367:9: warning: unused variable 'i' [-Wunused-variable] 367 | int i, j, k, cway, config[2][CELT_MAX_BANDS] = { { 0 } }; | ^ CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/resample.o CC libavcodec/resample2.o libavcodec/resample.c: In function 'audio_resample': libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 313 | if (av_audio_convert(s->convert_ctx[0], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 314 | ibuf, istride, nb_samples * s->input_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/resample.c:313:13: note: referencing argument 2 of type 'void * const*' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 3 of type 'const int *' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 4 of type 'const void * const*' libavcodec/resample.c:313:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:313:13: note: referencing argument 5 of type 'const int *' In file included from libavcodec/resample.c:30: libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] 408 | if (av_audio_convert(s->convert_ctx[1], obuf, ostride, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | ibuf, istride, nb_samples1 * s->output_channels) < 0) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/resample.c:408:13: note: referencing argument 2 of type 'void * const*' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 3 of type 'const int *' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 48 bytes from a region of size 8 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 4 of type 'const void * const*' libavcodec/resample.c:408:13: warning: 'av_audio_convert' reading 24 bytes from a region of size 4 [-Wstringop-overread] libavcodec/resample.c:408:13: note: referencing argument 5 of type 'const int *' In file included from libavcodec/resample.c:30: libavcodec/audioconvert.h:80:5: note: in a call to function 'av_audio_convert' 80 | int av_audio_convert(AVAudioConvert *ctx, | ^~~~~~~~~~~~~~~~ CC libavcodec/reverse.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqvideo.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 131 | s->avctx->refcounted_frames = 1; | ^ In file included from libavcodec/smvjpegdec.c:28: libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 162 | ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); | ^~~ In file included from libavcodec/smvjpegdec.c:28: libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o libavcodec/snowenc.c: In function 'encode_init': libavcodec/snowenc.c:137:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 137 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/snowenc.c:25: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/tdsc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/v4l2_buffers.o CC libavcodec/v4l2_context.o CC libavcodec/v4l2_fmt.o CC libavcodec/v4l2_m2m.o In file included from /usr/include/string.h:519, from ./libavutil/common.h:40, from ./libavutil/avutil.h:296, from ./libavutil/samplefmt.h:24, from ./libavcodec/avcodec.h:31, from libavcodec/v4l2_m2m.c:30: In function 'strncpy', inlined from 'ff_v4l2_m2m_codec_init' at libavcodec/v4l2_m2m.c:365:9: /usr/include/bits/string_fortified.h:95:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/v4l2_m2m.c: In function 'ff_v4l2_m2m_codec_init': libavcodec/v4l2_m2m.c:365:35: note: length computed here 365 | strncpy(s->devname, node, strlen(node) + 1); | ^~~~~~~~~~~~ CC libavcodec/v4l2_m2m_dec.o CC libavcodec/v4l2_m2m_enc.o CC libavcodec/vaapi_decode.o CC libavcodec/vaapi_encode.o CC libavcodec/vaapi_encode_h264.o libavcodec/vaapi_encode_h264.c: In function 'vaapi_encode_h264_write_extra_header': libavcodec/vaapi_encode_h264.c:758:9: warning: 'VAEncPackedHeaderH264_SEI' is deprecated [-Wdeprecated-declarations] 758 | *type = VAEncPackedHeaderH264_SEI; | ^ In file included from /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/va/va.h:5405, from libavcodec/vaapi_encode_h264.c:19: /home/pbulk/build/multimedia/ffmpeg3/work/.buildlink/include/va/va_enc_h264.h:125:5: note: declared here 125 | VAEncPackedHeaderH264_SEI va_deprecated_enum = (0x80000000 | 1), | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/vaapi_encode_h265.o In file included from libavcodec/vaapi_encode_h265.c:32: libavcodec/vaapi_encode_h265.c: In function 'vaapi_encode_h265_write_sequence_header': libavcodec/vaapi_encode_h265.c:304:49: warning: array subscript 1 is above array bounds of 'char[1][64]' [-Warray-bounds] 304 | u(1, mseq_var(layer_id_included_flag[i][j])); | ^ libavcodec/vaapi_encode_h26x.h:32:63: note: in definition of macro 'write_u' 32 | #define write_u(pbc, width, value, name) put_bits(pbc, width, value) | ^~~~~ libavcodec/vaapi_encode_h265.c:304:13: note: in expansion of macro 'u' 304 | u(1, mseq_var(layer_id_included_flag[i][j])); | ^ libavcodec/vaapi_encode_h265.c:304:18: note: in expansion of macro 'mseq_var' 304 | u(1, mseq_var(layer_id_included_flag[i][j])); | ^~~~~~~~ libavcodec/vaapi_encode_h265.c:69:10: note: while referencing 'layer_id_included_flag' 69 | char layer_id_included_flag[MAX_LAYERS][64]; | ^~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/vaapi_encode_h26x.o CC libavcodec/vaapi_encode_mjpeg.o CC libavcodec/vaapi_encode_mpeg2.o CC libavcodec/vaapi_encode_vp8.o CC libavcodec/vaapi_encode_vp9.o CC libavcodec/vaapi_h264.o CC libavcodec/vaapi_hevc.o CC libavcodec/vaapi_mpeg2.o CC libavcodec/vaapi_mpeg4.o CC libavcodec/vaapi_vc1.o CC libavcodec/vaapi_vp9.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o libavcodec/vc2enc.c: In function 'vc2_encode_init': libavcodec/vc2enc.c:1143:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1143 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/dirac.h:34, from libavcodec/vc2enc.c:24: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/vdpau.o CC libavcodec/vdpau_h264.o CC libavcodec/vdpau_hevc.o CC libavcodec/vdpau_mpeg12.o CC libavcodec/vdpau_mpeg4.o CC libavcodec/vdpau_vc1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o libavcodec/vp3.c: In function 'vp3_decode_init': libavcodec/vp3.c:1771:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1771 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/vp3.c:38: libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o {standard input}: Assembler messages: {standard input}: Fatal error: can't write 18 bytes to section .text of libavcodec/vp9.o: 'No space left on device' libavcodec/vp9.c:1790:1: fatal error: closing dependency file libavcodec/vp9.d: No space left on device 1790 | }; | ^ compilation terminated. {standard input}: Fatal error: can't close libavcodec/vp9.o: No space left on device make: *** [ffbuild/common.mak:60: libavcodec/vp9.o] Error 1 make: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/multimedia/ffmpeg3 *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/multimedia/ffmpeg3