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 src/libavdevice/avdevice.c: In function 'device_next': src/libavdevice/avdevice.c:88:13: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] 88 | if (!(prev = av_oformat_next(prev))) | ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2095:17: note: declared here 2095 | AVOutputFormat *av_oformat_next(const AVOutputFormat *f); | ^~~~~~~~~~~~~~~ src/libavdevice/avdevice.c:92:13: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] 92 | if (!(prev = av_iformat_next(prev))) | ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2087:17: note: declared here 2087 | AVInputFormat *av_iformat_next(const AVInputFormat *f); | ^~~~~~~~~~~~~~~ CC libavdevice/lavfi.o CC libavdevice/utils.o AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o CC libavfilter/af_acontrast.o CC libavfilter/af_acopy.o CC libavfilter/af_acrossover.o CC libavfilter/af_acrusher.o CC libavfilter/af_adeclick.o CC libavfilter/af_adelay.o CC libavfilter/af_aderivative.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anlmdn.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_asoftclip.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_drmeter.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_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o src/libavfilter/af_resample.c: In function 'init': src/libavfilter/af_resample.c:54:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] 54 | const AVClass *avr_class = avresample_get_class(); | ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here 183 | const AVClass *avresample_get_class(void); | ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'uninit': src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 83 | avresample_close(s->avr); | ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here 245 | void avresample_close(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] 84 | avresample_free(&s->avr); | ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here 258 | void avresample_free(AVAudioResampleContext **avr); | ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'config_output': src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 127 | avresample_close(s->avr); | ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here 245 | void avresample_close(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] 128 | avresample_free(&s->avr); | ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here 258 | void avresample_free(AVAudioResampleContext **avr); | ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:140:5: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] 140 | if (!(s->avr = avresample_alloc_context())) | ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:194:25: note: declared here 194 | AVAudioResampleContext *avresample_alloc_context(void); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:161:5: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] 161 | if ((ret = avresample_open(s->avr)) < 0) | ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:214:5: note: declared here 214 | int avresample_open(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'request_frame': src/libavfilter/af_resample.c:199:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] 199 | int nb_samples = avresample_get_out_samples(s->avr, 0); | ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here 403 | int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:208:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] 208 | ret = avresample_convert(s->avr, frame->extended_data, | ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here 451 | int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, | ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'filter_frame': src/libavfilter/af_resample.c:235:9: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] 235 | delay = avresample_get_delay(s->avr); | ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:473:5: note: declared here 473 | int avresample_get_delay(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:236:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] 236 | nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); | ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here 403 | int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:244:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] 244 | ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], | ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here 451 | int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, | ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:253:9: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] 253 | av_assert0(!avresample_available(s->avr)); | ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:494:5: note: declared here 494 | int avresample_available(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'resample_child_class_next': src/libavfilter/af_resample.c:311:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] 311 | return prev ? NULL : avresample_get_class(); | ^~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here 183 | const AVClass *avresample_get_class(void); | ^~~~~~~~~~~~~~~~~~~~ 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_hilbert.o CC libavfilter/asrc_sinc.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_showspatial.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] 135 | av_freep(&(*graph)->resample_lavr_opts); | ^~~~~~~~ In file included from src/libavfilter/avfiltergraph.c:39: src/libavfilter/avfilter.h:847:32: note: declared here 847 | attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters | ^~~~~~~~~~~~~~~~~~ CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn_backend_native.o CC libavfilter/dnn_interface.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.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 src/libavfilter/lavfutils.c: In function 'ff_load_image': src/libavfilter/lavfutils.c:91:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 91 | ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); | ^~~ In file included from src/libavformat/avformat.h:317, from src/libavfilter/lavfutils.h:27, from src/libavfilter/lavfutils.c:22: src/libavcodec/avcodec.h:4824:5: note: declared here 4824 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/scale.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o src/libavfilter/src_movie.c: In function 'open_stream': src/libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 175 | st->codec_ctx->refcounted_frames = 1; | ^~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:2392:9: note: declared here 2392 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c: In function 'movie_push_frame': src/libavfilter/src_movie.c:529:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 529 | ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4824:5: note: declared here 4824 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:532:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] 532 | ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4775:5: note: declared here 4775 | 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_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c: In function 'filter_frame': src/libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 223 | int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); | ^~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_codecview.c:35: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.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_deblock.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dedot.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_derain.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_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.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_fillborders.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_freezedetect.o CC libavfilter/vf_fspp.o src/libavfilter/vf_fspp.c: In function 'filter_frame': src/libavfilter/vf_fspp.c:585:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 585 | qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); | ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_fspp.c:42: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o src/libavfilter/vf_geq.c: In function 'geq_init': src/libavfilter/vf_geq.c:146:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] 146 | snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); | ^~ src/libavfilter/vf_geq.c:146:50: note: directive argument in the range [-2147483648, 2147483646] 146 | snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); | ^~~~ src/libavfilter/vf_geq.c:146:9: note: 'snprintf' output between 2 and 12 bytes into a destination of size 8 146 | snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_gradfun.o 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_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lagfun.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_maskfun.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c: In function 'filter_frame': src/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 src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:5458:5: note: declared here 5458 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/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 src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:2811:35: note: declared here 2811 | 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_mix.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_normalize.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 src/libavfilter/vf_pp.c: In function 'pp_filter_frame': src/libavfilter/vf_pp.c:140:5: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 140 | qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); | ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp.c:29: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_pp7.o src/libavfilter/vf_pp7.c: In function 'filter_frame': src/libavfilter/vf_pp7.c:328:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 328 | qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); | ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp7.c:34: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ 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 src/libavfilter/vf_qp.c: In function 'filter_frame': src/libavfilter/vf_qp.c:113:5: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 113 | in_qp_table = av_frame_get_qp_table(in, &stride, &type); | ^~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] 114 | av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:693:5: note: declared here 693 | int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); | ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.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 src/libavfilter/vf_spp.c: In function 'filter_frame': src/libavfilter/vf_spp.c:369:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 369 | qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); | ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_spp.c:38: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o 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_tpad.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o src/libavfilter/vf_uspp.c: In function 'filter': src/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 src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:5458:5: note: declared here 5458 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/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 src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:2811:35: note: declared here 2811 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ src/libavfilter/vf_uspp.c: In function 'filter_frame': src/libavfilter/vf_uspp.c:395:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] 395 | qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); | ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_uspp.c:34: src/libavutil/frame.h:691:9: note: declared here 691 | int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.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_xmedian.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 CC libavfilter/x86/af_afir_init.o CC libavfilter/x86/af_anlmdn_init.o CC libavfilter/x86/af_volume_init.o CC libavfilter/x86/avf_showcqt_init.o CC libavfilter/x86/colorspacedsp_init.o CC libavfilter/x86/scene_sad_init.o CC libavfilter/x86/vf_blend_init.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o CC libavfilter/x86/vf_framerate_init.o CC libavfilter/x86/vf_fspp_init.o CC libavfilter/x86/vf_gblur_init.o CC libavfilter/x86/vf_gradfun_init.o CC libavfilter/x86/vf_hflip_init.o CC libavfilter/x86/vf_hqdn3d_init.o CC libavfilter/x86/vf_idet_init.o CC libavfilter/x86/vf_limiter_init.o CC libavfilter/x86/vf_maskedmerge_init.o CC libavfilter/x86/vf_noise.o CC libavfilter/x86/vf_overlay_init.o CC libavfilter/x86/vf_pp7_init.o CC libavfilter/x86/vf_psnr_init.o CC libavfilter/x86/vf_pullup_init.o CC libavfilter/x86/vf_removegrain_init.o CC libavfilter/x86/vf_spp.o CC libavfilter/x86/vf_ssim_init.o CC libavfilter/x86/vf_stereo3d_init.o CC libavfilter/x86/vf_threshold_init.o CC libavfilter/x86/vf_tinterlace_init.o CC libavfilter/x86/vf_w3fdif_init.o CC libavfilter/x86/vf_yadif_init.o CC libavfilter/yadif_common.o AR libavfilter/libavfilter.a GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o src/libavformat/aadec.c: In function 'aa_read_header': src/libavformat/aadec.c:116:13: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] 116 | strncpy(codec_name, val, sizeof(codec_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/aptxdec.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/au.o CC libavformat/audiointerleave.o CC libavformat/av1.o CC libavformat/avc.o src/libavformat/avc.c: In function 'ff_avc_decode_sps': src/libavformat/avc.c:321:56: warning: passing argument 3 of 'ff_nal_unit_extract_rbsp' from incompatible pointer type [-Wincompatible-pointer-types] 321 | rbsp_buf = ff_nal_unit_extract_rbsp(buf, buf_size, &rbsp_size, 0); | ^~~~~~~~~~ | | | int * src/libavformat/avc.c:247:45: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 247 | uint32_t *dst_len, int header_len) | ~~~~~~~~~~^~~~~~~ CC libavformat/avidec.o src/libavformat/avidec.c: In function 'avi_read_header': src/libavformat/avidec.c:755:54: warning: passing argument 3 of 'ff_get_bmp_header' from incompatible pointer type [-Wincompatible-pointer-types] 755 | tag1 = ff_get_bmp_header(pb, st, &esize); | ^~~~~~ | | | unsigned int * In file included from src/libavformat/avidec.c:37: src/libavformat/riff.h:47:64: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 47 | int ff_get_bmp_header(AVIOContext *pb, AVStream *st, uint32_t *size); | ~~~~~~~~~~^~~~ 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/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o In file included from src/libavformat/os_support.h:94, from src/libavformat/cache.c:45: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/cache.c:41: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ 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/codec2.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 In file included from src/libavformat/os_support.h:94, from src/libavformat/internal.h:28, from src/libavformat/dash.c:38: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/dash.c:24: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ CC libavformat/dashenc.o In file included from src/libavformat/os_support.h:94, from src/libavformat/internal.h:28, from src/libavformat/dashenc.c:45: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/dashenc.c:25: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_init': src/libavformat/dashenc.c:815:49: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 815 | snprintf(as->id, sizeof(as->id), "%d", i); | ^ src/libavformat/dashenc.c:815:13: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 815 | snprintf(as->id, sizeof(as->id), "%d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1236:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1236 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~ src/libavformat/dashenc.c:1236:62: note: directive argument in the range [0, 2147483647] 1236 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1236:17: note: 'snprintf' output 10 or more bytes (assuming 1042) into a destination of size 1024 1236 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1240:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1240 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:1240:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1240 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'flush_init_segment': src/libavformat/dashenc.c:526:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 526 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:526:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 526 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'write_hls_media_playlist': src/libavformat/dashenc.c:418:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 418 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~ src/libavformat/dashenc.c:418:9: note: 'snprintf' output between 13 and 1046 bytes into a destination of size 1024 418 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'write_manifest': src/libavformat/dashenc.c:1006:61: warning: 'master.m3u8' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1006 | snprintf(filename_hls, sizeof(filename_hls), "%smaster.m3u8", c->dirname); | ^~~~~~~~~~~ src/libavformat/dashenc.c:1006:13: note: 'snprintf' output between 12 and 1035 bytes into a destination of size 1024 1006 | snprintf(filename_hls, sizeof(filename_hls), "%smaster.m3u8", c->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_flush': src/libavformat/dashenc.c:1560:63: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1560 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:1560:13: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1560 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_write_trailer': src/libavformat/dashenc.c:418:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 418 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~ src/libavformat/dashenc.c:418:46: note: directive argument in the range [0, 2147483647] 418 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:418:9: note: 'snprintf' output between 13 and 1045 bytes into a destination of size 1024 418 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1826:53: warning: 'master.m3u8' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1826 | snprintf(filename, sizeof(filename), "%smaster.m3u8", c->dirname); | ^~~~~~~~~~~ src/libavformat/dashenc.c:1826:13: note: 'snprintf' output between 12 and 1035 bytes into a destination of size 1024 1826 | snprintf(filename, sizeof(filename), "%smaster.m3u8", c->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_write_packet': src/libavformat/dashenc.c:1758:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1758 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~ src/libavformat/dashenc.c:1758:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1758 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1759 | os->filename); | ~~~~~~~~~~~~~ src/libavformat/dashenc.c:1758:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1758 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~ src/libavformat/dashenc.c:1758:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1758 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1759 | os->filename); | ~~~~~~~~~~~~~ CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/dhav.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 src/libavformat/dump.c: In function 'dump_stream_format': src/libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 475 | avctx->properties = st->codec->properties; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 476 | avctx->codec = st->codec->codec; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 477 | avctx->qmin = st->codec->qmin; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 478 | avctx->qmax = st->codec->qmax; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:479:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 479 | avctx->coded_width = st->codec->coded_width; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:480:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 480 | avctx->coded_height = st->codec->coded_height; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 515 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 515 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:527:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 527 | print_fps(1 / av_q2d(st->codec->time_base), "tbc"); | ^~~~~~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ CC libavformat/dv.o 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/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo_test.o CC libavformat/file.o In file included from src/libavformat/os_support.h:94, from src/libavformat/file.c:38: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/file.c:34: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ 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 src/libavformat/ftp.c: In function 'ftp_move': src/libavformat/ftp.c:1097:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=] 1097 | snprintf(command, sizeof(command), "RNTO %s\r\n", path); | ^~ ~~~~ src/libavformat/ftp.c:1097:5: note: 'snprintf' output between 8 and 4103 bytes into a destination of size 4096 1097 | snprintf(command, sizeof(command), "RNTO %s\r\n", path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/g722.o CC libavformat/g723_1.o 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/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/hcom.o src/libavformat/hcom.c: In function 'hcom_read_header': src/libavformat/hcom.c:41:36: warning: variable 'huffcount' set but not used [-Wunused-but-set-variable] 41 | unsigned data_size, rsrc_size, huffcount; | ^~~~~~~~~ src/libavformat/hcom.c:41:25: warning: variable 'rsrc_size' set but not used [-Wunused-but-set-variable] 41 | unsigned data_size, rsrc_size, huffcount; | ^~~~~~~~~ src/libavformat/hcom.c:41:14: warning: variable 'data_size' set but not used [-Wunused-but-set-variable] 41 | unsigned data_size, rsrc_size, huffcount; | ^~~~~~~~~ CC libavformat/hdsenc.o In file included from src/libavformat/os_support.h:94, from src/libavformat/internal.h:28, from src/libavformat/hdsenc.c:30: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/hdsenc.c:25: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o In function 'new_rendition', inlined from 'parse_playlist' at src/libavformat/hls.c:792:13: src/libavformat/hls.c:520:13: warning: 'strncpy' output may be truncated copying between 2 and 62 bytes from a string of length 63 [-Wstringop-truncation] 520 | strncpy(rend->language + langlen + 1, info->assoc_language, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 521 | sizeof(rend->language) - langlen - 2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/hlsenc.o In file included from src/libavformat/os_support.h:94, from src/libavformat/internal.h:28, from src/libavformat/hlsenc.c:52: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/hlsenc.c:27: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ CC libavformat/hlsplaylist.o In file included from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:317, from src/libavformat/hlsplaylist.c:28: src/libavformat/hlsplaylist.c: In function 'ff_hls_write_file_entry': src/libavutil/common.h:72:23: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] 72 | #define FFABS(a) ((a) >= 0 ? (a) : (-(a))) | ^~ src/libavformat/hlsplaylist.c:147:23: note: in expansion of macro 'FFABS' 147 | tz_min = (FFABS(wrongsecs - tt) + 30) / 60; | ^~~~~ 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 src/libavformat/img2enc.c: In function 'write_packet': src/libavformat/img2enc.c:119:59: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 119 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); | ^~~~ src/libavformat/img2enc.c:119:13: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 119 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/ingenientdec.o CC libavformat/ip.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/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 src/libavformat/matroskaenc.c: In function 'mkv_write_trailer': src/libavformat/matroskaenc.c:2644: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=] 2644 | snprintf(duration_string, 20, "%02d:%02d:%012.9f", | ^~~~~~~ src/libavformat/matroskaenc.c:2644:21: note: 'snprintf' output between 19 and 333 bytes into a destination of size 20 2644 | snprintf(duration_string, 20, "%02d:%02d:%012.9f", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2645 | (int) duration_sec / 3600, ((int) duration_sec / 60) % 60, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2646 | fmod(duration_sec, 60)); | ~~~~~~~~~~~~~~~~~~~~~~~ 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/mov_esds.o CC libavformat/movenc.o src/libavformat/movenc.c: In function 'handle_eac3': src/libavformat/movenc.c:521:9: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] 521 | if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) | ^~ In file included from src/libavformat/avformat.h:317, from src/libavformat/movenc.h:27, from src/libavformat/movenc.c:27: src/libavcodec/avcodec.h:4459:5: note: declared here 4459 | 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 src/libavformat/mxfdec.c: In function 'mxf_read_partition_pack': src/libavformat/mxfdec.c:724:40: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 724 | snprintf(str, sizeof(str), "%08x.%08x.%08x.%08x", AV_RB32(&op[0]), AV_RB32(&op[4]), AV_RB32(&op[8]), AV_RB32(&op[12])); | ~~~^ | | | unsigned int | %08lx src/libavformat/mxfdec.c:724:45: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 724 | snprintf(str, sizeof(str), "%08x.%08x.%08x.%08x", AV_RB32(&op[0]), AV_RB32(&op[4]), AV_RB32(&op[8]), AV_RB32(&op[12])); | ~~~^ | | | unsigned int | %08lx src/libavformat/mxfdec.c:724:50: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 724 | snprintf(str, sizeof(str), "%08x.%08x.%08x.%08x", AV_RB32(&op[0]), AV_RB32(&op[4]), AV_RB32(&op[8]), AV_RB32(&op[12])); | ~~~^ | | | unsigned int | %08lx src/libavformat/mxfdec.c:724:55: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 724 | snprintf(str, sizeof(str), "%08x.%08x.%08x.%08x", AV_RB32(&op[0]), AV_RB32(&op[4]), AV_RB32(&op[8]), AV_RB32(&op[12])); | ~~~^ | | | unsigned int | %08lx CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.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 src/libavformat/options.c: In function 'format_child_class_next': src/libavformat/options.c:64:5: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] 64 | while ((ifmt = av_iformat_next(ifmt))) | ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2087:17: note: declared here 2087 | AVInputFormat *av_iformat_next(const AVInputFormat *f); | ^~~~~~~~~~~~~~~ src/libavformat/options.c:69:9: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] 69 | while ((ofmt = av_oformat_next(ofmt))) | ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2095:17: note: declared here 2095 | AVOutputFormat *av_oformat_next(const AVOutputFormat *f); | ^~~~~~~~~~~~~~~ src/libavformat/options.c:73:9: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] 73 | while (ifmt = av_iformat_next(ifmt)) | ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2087:17: note: declared here 2087 | AVInputFormat *av_iformat_next(const AVInputFormat *f); | ^~~~~~~~~~~~~~~ src/libavformat/options.c:77:5: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] 77 | while (ofmt = av_oformat_next(ofmt)) | ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2095:17: note: declared here 2095 | AVOutputFormat *av_oformat_next(const AVOutputFormat *f); | ^~~~~~~~~~~~~~~ CC libavformat/os_support.o In file included from /home/fate/watt/include/sys/select.h:9, from src/libavformat/os_support.c:40: /home/fate/watt/include/tcp.h:658:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 658 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/libavformat/os_support.c:29: /home/fate/watt/include/sys/socket.h:311:25: note: previous declaration of 'gethostname' was here 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/libavformat/os_support.c:40: /home/fate/watt/include/tcp.h:671:28: warning: redundant redeclaration of 'gethostid' [-Wredundant-decls] 671 | W32_FUNC u_long W32_CALL gethostid (void); | ^~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/libavformat/os_support.c:29: /home/fate/watt/include/sys/socket.h:324:28: note: previous declaration of 'gethostid' was here 324 | W32_FUNC u_long W32_CALL gethostid (void); | ^~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/libavformat/os_support.c:40: /home/fate/watt/include/tcp.h:672:28: warning: redundant redeclaration of 'sethostid' [-Wredundant-decls] 672 | W32_FUNC u_long W32_CALL sethostid (u_long ip); | ^~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/libavformat/os_support.c:29: /home/fate/watt/include/sys/socket.h:325:28: note: previous declaration of 'sethostid' was here 325 | W32_FUNC u_long W32_CALL sethostid (u_long ip); | ^~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/libavformat/os_support.c:40: /home/fate/watt/include/tcp.h:673:28: warning: redundant redeclaration of 'sethostname' [-Wredundant-decls] 673 | W32_FUNC int W32_CALL sethostname (const char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/libavformat/os_support.c:29: /home/fate/watt/include/sys/socket.h:326:28: note: previous declaration of 'sethostname' was here 326 | W32_FUNC int W32_CALL sethostname (const char *name, int len); | ^~~~~~~~~~~ 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 src/libavformat/protocols.c: In function 'avio_enum_protocols': src/libavformat/protocols.c:98:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 98 | 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/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o src/libavformat/rtmppkt.c: In function 'ff_rtmp_packet_dump': src/libavformat/rtmppkt.c:665:85: warning: format '%d' expects argument of type 'int', but argument 7 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 665 | av_log(ctx, AV_LOG_DEBUG, "RTMP packet type '%s'(%d) for channel %d, timestamp %d, extra field %d size %d\n", | ~^ | | | int | %ld 666 | rtmp_packet_type(p->type), p->type, p->channel_id, p->timestamp, p->extra, p->size); | ~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmppkt.c:665:101: warning: format '%d' expects argument of type 'int', but argument 8 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 665 | av_log(ctx, AV_LOG_DEBUG, "RTMP packet type '%s'(%d) for channel %d, timestamp %d, extra field %d size %d\n", | ~^ | | | int | %ld 666 | rtmp_packet_type(p->type), p->type, p->channel_id, p->timestamp, p->extra, p->size); | ~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmppkt.c:678:67: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 678 | av_log(ctx, AV_LOG_DEBUG, "Window acknowledgement size = %d\n", AV_RB32(p->data)); | ~^ | | | int | %ld src/libavformat/rtmppkt.c:680:51: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 680 | av_log(ctx, AV_LOG_DEBUG, "Set Peer BW = %d\n", AV_RB32(p->data)); | ~^ | | | int | %ld CC libavformat/rtmpproto.o src/libavformat/rtmpproto.c: In function 'gen_pause': src/libavformat/rtmpproto.c:820:67: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 820 | av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", | ~^ | | | int | %ld 821 | timestamp); | ~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c: In function 'handle_window_ack_size': src/libavformat/rtmpproto.c:1591:73: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1591 | av_log(s, AV_LOG_ERROR, "Incorrect window acknowledgement size %d\n", | ~^ | | | int | %ld 1592 | rt->receive_report_size); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c:1595:61: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1595 | av_log(s, AV_LOG_DEBUG, "Window acknowledgement size = %d\n", rt->receive_report_size); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | int uint32_t {aka long unsigned int} | %ld src/libavformat/rtmpproto.c: In function 'do_adobe_auth': src/libavformat/rtmpproto.c:1613:50: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1613 | snprintf(challenge2, sizeof(challenge2), "%08x", av_get_random_seed()); | ~~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %08lx src/libavformat/rtmpproto.c: In function 'do_llnw_auth': src/libavformat/rtmpproto.c:1656:42: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1656 | snprintf(cnonce, sizeof(cnonce), "%08x", av_get_random_seed()); | ~~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %08lx src/libavformat/rtmpproto.c: In function 'rtmp_pause': src/libavformat/rtmpproto.c:2939:50: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 2939 | av_log(s, AV_LOG_DEBUG, "Pause at timestamp %d\n", | ~^ | | | int | %ld 2940 | rt->last_timestamp); | ~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c:2942:77: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 2942 | av_log(s, AV_LOG_ERROR, "Unable to send pause command at timestamp %d\n", | ~^ | | | int | %ld 2943 | rt->last_timestamp); | ~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} 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 src/libavformat/rtpenc_mpv.c: In function 'ff_rtp_send_mpegvideo': src/libavformat/rtpenc_mpv.c:59:53: warning: passing argument 3 of 'avpriv_find_start_code' from incompatible pointer type [-Wincompatible-pointer-types] 59 | r = avpriv_find_start_code(r1, end, &start_code); | ^~~~~~~~~~~ | | | int * In file included from src/libavformat/rtpenc_mpv.c:23: src/libavcodec/internal.h:345:16: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 345 | const uint8_t *avpriv_find_start_code(const uint8_t *p, | ^~~~~~~~~~~~~~~~~~~~~~ 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 src/libavformat/rtsp.c: In function 'ff_rtsp_connect': src/libavformat/rtsp.c:1755:60: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1755 | snprintf(sessioncookie, sizeof(sessioncookie), "%08x%08x", | ~~~^ | | | unsigned int | %08lx 1756 | av_get_random_seed(), av_get_random_seed()); | ~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtsp.c:1755:64: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1755 | snprintf(sessioncookie, sizeof(sessioncookie), "%08x%08x", | ~~~^ | | | unsigned int | %08lx 1756 | av_get_random_seed(), av_get_random_seed()); | ~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtsp.c: In function 'rtp_read_header': src/libavformat/rtsp.c:2514:32: warning: '%s' directive output may be truncated writing up to 499 bytes into a region of size 486 [-Wformat-truncation=] 2514 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~ 2515 | addr.ss_family == AF_INET ? 4 : 6, host, | ~~~~ src/libavformat/rtsp.c:2514:14: note: directive argument in the range [0, 127] 2514 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:2513:5: note: 'snprintf' output between 38 and 555 bytes into a destination of size 500 2513 | snprintf(sdp, sizeof(sdp), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 2514 | "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2515 | addr.ss_family == AF_INET ? 4 : 6, host, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2516 | par->codec_type == AVMEDIA_TYPE_DATA ? "application" : | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2517 | par->codec_type == AVMEDIA_TYPE_VIDEO ? "video" : "audio", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2518 | port, payload_type); | ~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request': src/libavformat/rtsp.c:1545:30: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2037 [-Wformat-truncation=] 1545 | "Transport: %s\r\n", | ^~ 1546 | transport); | ~~~~~~~~~ src/libavformat/rtsp.c:1544:9: note: 'snprintf' output between 14 and 2061 bytes into a destination of size 2048 1544 | snprintf(cmd, sizeof(cmd), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1545 | "Transport: %s\r\n", | ~~~~~~~~~~~~~~~~~~~~ 1546 | transport); | ~~~~~~~~~~ CC libavformat/rtspdec.o src/libavformat/rtspdec.c: In function 'rtsp_read_setup': src/libavformat/rtspdec.c:329:44: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 329 | av_strlcatf(rt->session_id, 512, "%u", av_get_random_seed()); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu src/libavformat/rtspdec.c: In function 'rtsp_read_packet': src/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", | ^~ src/libavformat/rtspdec.c:830:17: note: 'snprintf' output between 16 and 1039 bytes into a destination of size 1024 830 | snprintf(cmd, sizeof(cmd), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 831 | "Unsubscribe: %s\r\n", | ~~~~~~~~~~~~~~~~~~~~~~ 832 | rt->last_subscription); | ~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o src/libavformat/sdp.c: In function 'sdp_write_media_attributes': src/libavformat/sdp.c:707:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 707 | if (st->codec) { | ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/sdp.c:711:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 711 | if (st->codec->flags & AV_CODEC_FLAG_QSCALE) | ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/sdp.c:713:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 713 | else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) | ^~~~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.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 In file included from src/libavformat/os_support.h:94, from src/libavformat/internal.h:28, from src/libavformat/smoothstreamingenc.c:30: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/smoothstreamingenc.c:25: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ src/libavformat/smoothstreamingenc.c: In function 'ism_flush': src/libavformat/smoothstreamingenc.c:530:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 530 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ src/libavformat/smoothstreamingenc.c:530:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024 530 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:559:53: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 559 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ src/libavformat/smoothstreamingenc.c:559:13: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024 559 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:566:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 566 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:566:9: note: 'snprintf' output 18 or more bytes (assuming 1041) into a destination of size 1024 566 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:567:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 567 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:567:9: note: 'snprintf' output 15 or more bytes (assuming 1038) into a destination of size 1024 567 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o 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/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o src/libavformat/udp.c: In function 'udp_set_multicast_sources': src/libavformat/udp.c:249:9: warning: unused variable 'i' [-Wunused-variable] 249 | int i; | ^ CC libavformat/uncodedframecrcenc.o src/libavformat/uncodedframecrcenc.c: In function 'audio_frame_cksum': src/libavformat/uncodedframecrcenc.c:97:27: warning: passing argument 1 of 'cksum_line_u8' from incompatible pointer type [-Wincompatible-pointer-types] 97 | cksum_line_u8(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:31:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 31 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:42:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 42 | DEFINE_CKSUM_LINE(u8, uint8_t, *p) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:101:28: warning: passing argument 1 of 'cksum_line_s16' from incompatible pointer type [-Wincompatible-pointer-types] 101 | cksum_line_s16(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:31:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 31 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:43:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 43 | DEFINE_CKSUM_LINE(s16, int16_t, *p + 0x8000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:105:28: warning: passing argument 1 of 'cksum_line_s32' from incompatible pointer type [-Wincompatible-pointer-types] 105 | cksum_line_s32(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:31:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 31 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:44:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 44 | DEFINE_CKSUM_LINE(s32, int32_t, *p + 0x80000000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:109:28: warning: passing argument 1 of 'cksum_line_flt' from incompatible pointer type [-Wincompatible-pointer-types] 109 | cksum_line_flt(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:31:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 31 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:45:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 45 | DEFINE_CKSUM_LINE(flt, float, *p * 0x80000000 + 0x80000000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:113:28: warning: passing argument 1 of 'cksum_line_dbl' from incompatible pointer type [-Wincompatible-pointer-types] 113 | cksum_line_dbl(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:31:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 31 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:46:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 46 | DEFINE_CKSUM_LINE(dbl, double, *p * 0x80000000 + 0x80000000) | ^~~~~~~~~~~~~~~~~ CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o src/libavformat/utils.c: In function 'find_probe_decoder': src/libavformat/utils.c:225:9: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] 225 | while (probe_codec = av_codec_next(probe_codec)) { | ^~~~~ In file included from src/libavcodec/internal.h:33, from src/libavformat/utils.c:41: src/libavcodec/avcodec.h:4114:10: note: declared here 4114 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': src/libavformat/utils.c:5728:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5728 | const AVCodecContext *dec_ctx = ist->codec; | ^~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/libavformat/utils.c:5729:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5729 | AVCodecContext *enc_ctx = ost->codec; | ^~~~~~~~~~~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vividas.o src/libavformat/vividas.c: In function 'decode_block': src/libavformat/vividas.c:160:37: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 160 | xor_block(tmp, tmp, 4, key, &tmpkey); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:124:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 124 | static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) | ~~~~~~~~~~^~~~~~~ src/libavformat/vividas.c:169:24: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 169 | key, key_ptr); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:124:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 124 | static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) | ~~~~~~~~~~^~~~~~~ src/libavformat/vividas.c:176:39: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 176 | xor_block(&tmp, &tmp, 4, key, key_ptr); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:124:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 124 | static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) | ~~~~~~~~~~^~~~~~~ src/libavformat/vividas.c: In function 'load_sb_block': src/libavformat/vividas.c:461:40: warning: passing argument 2 of 'read_sb_block' from incompatible pointer type [-Wincompatible-pointer-types] 461 | viv->sb_buf = read_sb_block(s->pb, &size, &viv->sb_key, expected_size); | ^~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:230:59: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 230 | static uint8_t *read_sb_block(AVIOContext *src, unsigned *size, | ~~~~~~~~~~^~~~ CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o src/libavformat/vorbiscomment.c: In function 'ff_vorbiscomment_write': src/libavformat/vorbiscomment.c:102:63: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] 102 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~ src/libavformat/vorbiscomment.c:102:62: note: directive argument in the range [0, 1073741822] 102 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~~~ src/libavformat/vorbiscomment.c:102:13: note: 'snprintf' output between 4 and 11 bytes into a destination of size 4 102 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:69: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 1 and 7 [-Wformat-truncation=] 103 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); | ^~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-59, 59] 103 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-999, 999] src/libavformat/vorbiscomment.c:103:13: note: 'snprintf' output between 13 and 21 bytes into a destination of size 13 103 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o src/libavformat/wavdec.c: In function 'find_tag': src/libavformat/wavdec.c:124:29: warning: passing argument 2 of 'next_tag' from incompatible pointer type [-Wincompatible-pointer-types] 124 | size = next_tag(pb, &tag, wav->rifx); | ^~~~ | | | unsigned int * src/libavformat/wavdec.c:97:52: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 97 | static int64_t next_tag(AVIOContext *pb, uint32_t *tag, int big_endian) | ~~~~~~~~~~^~~ 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 AR libavformat/libavformat.a GEN libavformat/libavformat.pc 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/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o In file included from src/libavcodec/lpc.h:28, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c: In function 'aac_static_table_init': src/libavcodec/aacdec_template.c:1138:47: warning: passing argument 1 of 'ff_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1138 | AAC_RENAME(ff_kbd_window_init)(AAC_RENAME(ff_aac_kbd_long_1024), 4.0, 1024); | ^~~~~~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ In file included from src/libavcodec/aacdec_fixed.c:72: src/libavcodec/kbdwin.h:36:40: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 36 | void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ In file included from src/libavcodec/lpc.h:28, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:1139:47: warning: passing argument 1 of 'ff_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1139 | AAC_RENAME(ff_kbd_window_init)(AAC_RENAME(ff_aac_kbd_short_128), 6.0, 128); | ^~~~~~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ In file included from src/libavcodec/aacdec_fixed.c:72: src/libavcodec/kbdwin.h:36:40: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 36 | void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ In file included from src/libavcodec/aacdec_fixed.c:449: src/libavcodec/aacdec_template.c: In function 'windowing_and_mdct_ltp': src/libavcodec/aacdec_template.c:2565:43: warning: passing argument 2 of 'ac->mdct_ltp.mdct_calc' from incompatible pointer type [-Wincompatible-pointer-types] 2565 | ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2565:43: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2565:48: warning: passing argument 3 of 'ac->mdct_ltp.mdct_calc' from incompatible pointer type [-Wincompatible-pointer-types] 2565 | ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in); | ^~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2565:48: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c: In function 'imdct_and_windowing': src/libavcodec/aacdec_template.c:2657:60: warning: passing argument 2 of 'ac->mdct_small.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2657 | ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); | ~~~~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2657:60: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2657:68: warning: passing argument 3 of 'ac->mdct_small.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2657 | ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); | ~~~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2657:68: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2659:40: warning: passing argument 2 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2659 | ac->mdct.imdct_half(&ac->mdct, buf, in); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2659:40: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2659:45: warning: passing argument 3 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2659 | ac->mdct.imdct_half(&ac->mdct, buf, in); | ^~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2659:45: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2674:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2674 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2674:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2674:61: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2674 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2674:61: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2674:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2674 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2674:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2674:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2674 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2674:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2679:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2679 | ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2679:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2679:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2679 | ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2679:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2679:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2679 | ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2679:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2679:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2679 | ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2679:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2680:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2680 | ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2680:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2680:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2680 | ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2680:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2680:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2680 | ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2680:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2680:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2680 | ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2680:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2681:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2681 | ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2681:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2681:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2681 | ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2681:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2681:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2681 | ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2681:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2681:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2681 | ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2681:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2682:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2682 | ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2682:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2682:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2682 | ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2682:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2682:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2682 | ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2682:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2682:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2682 | ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2682:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2683:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2683 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2683:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2683:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2683 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2683:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2683:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2683 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2683:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2683:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2683 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2683:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2686:46: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2686 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2686:46: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2686:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2686 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2686:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2686:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2686 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2686:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2686:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2686 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2686:92: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2694:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2694 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2694:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2694:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2694 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2694:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2694:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2694 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2694:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2694:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2694 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2694:82: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2695:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2695 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2695:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2695:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2695 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2695:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2695:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2695 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2695:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2695:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2695 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2695:82: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c:2696:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2696 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2696:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2696:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2696 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2696:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2696:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2696 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2696:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2696:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2696 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2696:82: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'const INTFLOAT *' {aka 'const int *'} src/libavcodec/aacdec_template.c: In function 'imdct_and_windowing_ld': src/libavcodec/aacdec_template.c:2784:39: warning: passing argument 2 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2784 | ac->mdct.imdct_half(&ac->mdct_ld, buf, in); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2784:39: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2784:44: warning: passing argument 3 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2784 | ac->mdct.imdct_half(&ac->mdct_ld, buf, in); | ^~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2784:44: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); | ~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:55: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:55: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:62: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:62: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} In file included from src/libavcodec/lpc.h:28, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:2795:78: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); | ^~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ src/libavcodec/aacdec_template.c:2795:78: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 2795 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); | ^~~~~~~~~~~ src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ In file included from src/libavcodec/aacdec_fixed.c:449: src/libavcodec/aacdec_template.c:2798:38: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2798 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2798:38: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2798:43: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2798 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); | ^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2798:43: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2798:50: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2798 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2798:50: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} In file included from src/libavcodec/lpc.h:28, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:2798:66: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2798 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); | ^~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ src/libavcodec/aacdec_template.c:2798:66: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 2798 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); | ^~~~~~~~~~~ src/libavcodec/aac_defines.h:35:29: note: in definition of macro 'AAC_RENAME' 35 | #define AAC_RENAME(x) x ## _fixed | ^ In file included from src/libavcodec/aacdec_fixed.c:449: src/libavcodec/aacdec_template.c: In function 'imdct_and_windowing_eld': src/libavcodec/aacdec_template.c:2833:43: warning: passing argument 2 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2833 | ac->mdct.imdct_half(&ac->mdct_ld, buf, in); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2833:43: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2833:48: warning: passing argument 3 of 'ac->mdct.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 2833 | ac->mdct.imdct_half(&ac->mdct_ld, buf, in); | ^~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2833:48: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 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 CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o In file included from src/libavcodec/aacsbr_fixed.c:613: src/libavcodec/aacsbr_template.c: In function 'sbr_qmf_analysis': src/libavcodec/aacsbr_template.c:1202:32: warning: passing argument 2 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1202 | mdct->imdct_half(mdct, z, z+64); | ^ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1202:32: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1202:36: warning: passing argument 3 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1202 | mdct->imdct_half(mdct, z, z+64); | ~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1202:36: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c: In function 'sbr_qmf_synthesis': src/libavcodec/aacsbr_template.c:1242:36: warning: passing argument 2 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1242 | mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); | ^~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1242:36: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1242:53: warning: passing argument 3 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1242 | mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); | ~~~~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1242:53: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1246:36: warning: passing argument 2 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1246 | mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); | ^~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1246:36: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1246:53: warning: passing argument 3 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1246 | mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); | ~~~~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1246:53: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1247:44: warning: passing argument 2 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1247 | mdct->imdct_half(mdct, mdct_buf[1], X[1][i]); | ^ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1247:44: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacsbr_template.c:1247:53: warning: passing argument 3 of 'mdct->imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 1247 | mdct->imdct_half(mdct, mdct_buf[1], X[1][i]); | ~~~~^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacsbr_template.c:1247:53: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 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 In file included from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/ac3dec.c: In function 'ac3_decode_init': src/libavcodec/ac3dec.c:194:37: warning: passing argument 1 of 'ff_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 194 | AC3_RENAME(ff_kbd_window_init)(s->window, 5.0, 256); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} In file included from src/libavcodec/ac3dec.c:42, from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/kbdwin.h:36:40: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 36 | void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/ac3dec.c: In function 'ac3_decode_transform_coeffs_ch': src/libavcodec/ac3dec.c:519:23: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 519 | int32_t *coeffs = s->fixed_coeffs[ch_index]; | ^ src/libavcodec/ac3dec.c: In function 'do_imdct': src/libavcodec/ac3dec.c:694:28: warning: initialization of 'FFTSample *' {aka 'long int *'} from incompatible pointer type 'INTFLOAT *' {aka 'int *'} [-Wincompatible-pointer-types] 694 | FFTSample *x = s->tmp_output + 128; | ^ src/libavcodec/ac3dec.c:697:53: warning: passing argument 2 of 's->imdct_256.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 697 | s->imdct_256.imdct_half(&s->imdct_256, s->tmp_output, x); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:697:53: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:699:75: warning: passing argument 2 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 699 | s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1 + offset], | ~~~~~~~~^~~~~~~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:699:75: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:700:41: warning: passing argument 3 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 700 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:700:41: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:700:56: warning: passing argument 4 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 700 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:700:56: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:707:60: warning: passing argument 2 of 's->imdct_256.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 707 | s->imdct_256.imdct_half(&s->imdct_256, s->delay[ch - 1 + offset], x); | ~~~~~~~~^~~~~~~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:707:60: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:709:53: warning: passing argument 2 of 's->imdct_512.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 709 | s->imdct_512.imdct_half(&s->imdct_512, s->tmp_output, s->transform_coeffs[ch]); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:709:53: note: expected 'FFTSample *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:709:86: warning: passing argument 3 of 's->imdct_512.imdct_half' from incompatible pointer type [-Wincompatible-pointer-types] 709 | s->imdct_512.imdct_half(&s->imdct_512, s->tmp_output, s->transform_coeffs[ch]); | ~~~~~~~~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:709:86: note: expected 'const FFTSample *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:711:75: warning: passing argument 2 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 711 | s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1 + offset], | ~~~~~~~~^~~~~~~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:711:75: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:712:41: warning: passing argument 3 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 712 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:712:41: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:712:56: warning: passing argument 4 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 712 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:712:56: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c: In function 'decode_audio_block': src/libavcodec/ac3dec.c:1401:40: warning: passing argument 1 of 'scale_coefs' from incompatible pointer type [-Wincompatible-pointer-types] 1401 | scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec_fixed.c:62:14: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 62 | int32_t *dst, | ~~~~~~~~~^~~ In file included from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/ac3dec.c:1401:61: warning: passing argument 2 of 'scale_coefs' from incompatible pointer type [-Wincompatible-pointer-types] 1401 | scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~^~~~ | | | int * src/libavcodec/ac3dec_fixed.c:63:20: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' 63 | const int32_t *src, | ~~~~~~~~~~~~~~~^~~ In file included from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/ac3dec.c:1443:65: warning: passing argument 2 of 'ff_ac3dsp_downmix_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1443 | AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->xcfptr + 1, s->downmix_coeffs, | ~~~~~~~~~~^~~ | | | INTFLOAT ** {aka int **} In file included from src/libavcodec/ac3dec.h:57, from src/libavcodec/ac3dec_fixed.c:53: src/libavcodec/ac3dsp.h:162:58: note: expected 'int32_t **' {aka 'long int **'} but argument is of type 'INTFLOAT **' {aka 'int **'} 162 | void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, | ~~~~~~~~~~^~~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/ac3dec.c:1449:56: warning: passing argument 2 of 'ff_ac3dsp_downmix_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1449 | AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, | ~^~~~~~~~ | | | INTFLOAT ** {aka int **} In file included from src/libavcodec/ac3dec.h:57, from src/libavcodec/ac3dec_fixed.c:53: src/libavcodec/ac3dsp.h:162:58: note: expected 'int32_t **' {aka 'long int **'} but argument is of type 'INTFLOAT **' {aka 'int **'} 162 | void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, | ~~~~~~~~~~^~~~~~~ CC libavcodec/ac3dec_float.o In file included from src/libavcodec/ac3dec_float.c:32: src/libavcodec/ac3dec.c: In function 'ac3_decode_transform_coeffs_ch': src/libavcodec/ac3dec.c:519:23: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 519 | int32_t *coeffs = s->fixed_coeffs[ch_index]; | ^ src/libavcodec/ac3dec.c: In function 'decode_audio_block': src/libavcodec/ac3dec.c:1407:63: warning: passing argument 2 of 's->fmt_conv.int32_to_float_fmul_scalar' from incompatible pointer type [-Wincompatible-pointer-types] 1407 | s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~^~~~ | | | int * src/libavcodec/ac3dec.c:1407:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o In file included from src/libavcodec/ac3enc_fixed.c:110: src/libavcodec/ac3enc_template.c: In function 'apply_mdct': src/libavcodec/ac3enc_template.c:107:58: warning: passing argument 2 of 's->mdct.mdct_calcw' from incompatible pointer type [-Wincompatible-pointer-types] 107 | s->mdct.mdct_calcw(&s->mdct, block->mdct_coef[ch+1], | ~~~~~~~~~~~~~~~~^~~~~~ | | | CoefType * {aka long int *} src/libavcodec/ac3enc_template.c:107:58: note: expected 'FFTDouble *' {aka 'int *'} but argument is of type 'CoefType *' {aka 'long int *'} 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 CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/agm.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/aptx.o CC libavcodec/arbc.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/atrac9dec.o src/libavcodec/atrac9dec.c: In function 'read_scalefactors': src/libavcodec/atrac9dec.c:282:31: warning: initialization of 'const int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 282 | const int *baseline = mode == 4 ? c->scalefactors_prev : | ^~~~ src/libavcodec/atrac9dec.c:304:31: warning: initialization of 'const int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 304 | const int *baseline = channel_idx ? b->channel[0].scalefactors : | ^~~~~~~~~~~ src/libavcodec/atrac9dec.c: In function 'read_coeffs_coarse': src/libavcodec/atrac9dec.c:391:23: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 391 | int *coeffs = &c->q_coeffs_coarse[at9_q_unit_to_coeff_idx[i]]; | ^ CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_frame_split_bsf.o CC libavcodec/av1_metadata_bsf.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o src/libavcodec/avrndec.c: In function 'init': src/libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 59 | a->mjpeg_avctx->refcounted_frames = 1; | ^ In file included from src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:2392:9: note: declared here 2392 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/avrndec.c: In function 'decode_frame': src/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 src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:4824:5: note: declared here 4824 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/avs.o CC libavcodec/avs2_parser.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 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/cbs.o CC libavcodec/cbs_av1.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_vp9.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 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/codec2utils.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/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o src/libavcodec/dca_core.c: In function 'filter_frame_fixed': src/libavcodec/dca_core.c:2129:62: warning: passing argument 1 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2129 | s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2129:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2130:62: warning: passing argument 2 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2130 | s->output_samples[DCA_SPEAKER_R], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2130:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2136:62: warning: passing argument 1 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2136 | s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_Ls], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2136:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2137:62: warning: passing argument 2 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2137 | s->output_samples[DCA_SPEAKER_Rs], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2137:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} 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 src/libavcodec/dcaadpcm.c: In function 'ff_dcaadpcm_subband_analysis': src/libavcodec/dcaadpcm.c:151:54: warning: passing argument 3 of 'calc_prediction_gain' from incompatible pointer type [-Wincompatible-pointer-types] 151 | pg = calc_prediction_gain(pred_vq, input_buffer, diff, len); | ^~~~ | | | int * src/libavcodec/dcaadpcm.c:104:85: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 104 | static inline int64_t calc_prediction_gain(int pred_vq, const int32_t *in, int32_t *out, int len) | ~~~~~~~~~^~~ CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o src/libavcodec/dcaenc.c: In function 'adpcm_analysis': src/libavcodec/dcaenc.c:583:72: warning: passing argument 4 of 'ff_dcaadpcm_subband_analysis' from incompatible pointer type [-Wincompatible-pointer-types] 583 | SUBBAND_SAMPLES, estimated_diff); | ^~~~~~~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libavcodec/dcaenc.c:34: src/libavcodec/dcaadpcm.h:44:99: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 44 | int ff_dcaadpcm_subband_analysis(const DCAADPCMEncContext *s, const int32_t *input, int len, int *diff); | ~~~~~^~~~ src/libavcodec/dcaenc.c: In function 'accumulate_huff_bit_consumption': src/libavcodec/dcaenc.c:693:51: warning: passing argument 1 of 'ff_dca_vlc_calc_quant_bits' from incompatible pointer type [-Wincompatible-pointer-types] 693 | result[sel] += ff_dca_vlc_calc_quant_bits(quantized, SUBBAND_SAMPLES, | ^~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libavcodec/dcadata.h:26, from src/libavcodec/dcaadpcm.h:26, from src/libavcodec/dcaenc.c:34: src/libavcodec/dcahuff.h:60:42: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 60 | uint32_t ff_dca_vlc_calc_quant_bits(int *values, uint8_t n, uint8_t sel, uint8_t abits); | ~~~~~^~~~~~ src/libavcodec/dcaenc.c: In function 'put_subframe_samples': src/libavcodec/dcaenc.c:1079:42: warning: passing argument 2 of 'ff_dca_vlc_enc_quant' from incompatible pointer type [-Wincompatible-pointer-types] 1079 | ff_dca_vlc_enc_quant(&c->pb, &c->quantized[ch][band][ss * 8], 8, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libavcodec/dcadata.h:26, from src/libavcodec/dcaadpcm.h:26, from src/libavcodec/dcaenc.c:34: src/libavcodec/dcahuff.h:61:51: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 61 | void ff_dca_vlc_enc_quant(PutBitContext *pb, int *values, uint8_t n, uint8_t sel, uint8_t abits); | ~~~~~^~~~~~ 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 src/libavcodec/decode.c: In function 'compat_decode': src/libavcodec/decode.c:862:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 862 | if (!avctx->refcounted_frames) { | ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2392:9: note: declared here 2392 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/decode.c: In function 'avcodec_flush_buffers': src/libavcodec/decode.c:2049:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 2049 | if (!avctx->refcounted_frames) | ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2392:9: note: declared here 2392 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o src/libavcodec/dnxhddec.c:148:20: warning: 'dnxhd_decode_init_thread_copy' defined but not used [-Wunused-function] 148 | static av_cold int dnxhd_decode_init_thread_copy(AVCodecContext *avctx) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o src/libavcodec/dpx.c: In function 'decode_frame': src/libavcodec/dpx.c:409:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 409 | *dst[2]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:72:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 72 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:412:55: warning: passing argument 2 of 'read10in32_gray' from incompatible pointer type [-Wincompatible-pointer-types] 412 | *dst[0]++ = read10in32_gray(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:54:64: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 54 | static uint16_t read10in32_gray(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:415:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 415 | *dst[0]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:72:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 72 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:418:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 418 | *dst[1]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:72:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 72 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:422:38: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 422 | read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:72:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 72 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:449:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 449 | *dst[2]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:87:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 87 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:451:50: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 451 | *dst[0]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:87:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 87 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:454:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 454 | *dst[1]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:87:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 87 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:457:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 457 | *dst[3]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:87:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 87 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ 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/dxtory.o src/libavcodec/dxtory.c: In function 'dxtory_decode_v2': src/libavcodec/dxtory.c:283:60: warning: passing argument 6 of 'load_buffer' from incompatible pointer type [-Wincompatible-pointer-types] 283 | ret = load_buffer(avctx, src, src_size, &gb, &nslices, &off); | ^~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/dxtory.c:227:43: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 227 | int *nslices, int *off) | ~~~~~^~~ CC libavcodec/dxv.o src/libavcodec/dxv.c: In function 'get_opcodes': src/libavcodec/dxv.c:437:24: warning: passing argument 1 of 'fill_optable' from incompatible pointer type [-Wincompatible-pointer-types] 437 | ret = fill_optable(table, optable, nb_elements); | ^~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/dxv.c:387:35: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 387 | static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) | ~~~~~~~~~~^~~~~~ CC libavcodec/eac3_core_bsf.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/encode.o src/libavcodec/encode.c: In function 'do_encode': src/libavcodec/encode.c:365:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 365 | ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, | ^~~ src/libavcodec/encode.c:258:25: note: declared here 258 | int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/encode.c:368:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] 368 | ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, | ^~~ src/libavcodec/encode.c:118:25: note: declared here 118 | int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.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 src/libavcodec/ffv1dec.c:1013:13: warning: 'copy_fields' defined but not used [-Wunused-function] 1013 | static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) | ^~~~~~~~~~~ CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/filter_units_bsf.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/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/fraps.o CC libavcodec/frwu.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_1_parser.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/gif_parser.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_redundant_pps_bsf.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 CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapqa_extract_bsf.o CC libavcodec/hcom.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 src/libavcodec/hevcdec.c:3253:12: warning: 'hevc_ref_frame' defined but not used [-Wunused-function] 3253 | static int hevc_ref_frame(HEVCContext *s, HEVCFrame *dst, HEVCFrame *src) | ^~~~~~~~~~~~~~ CC libavcodec/hevcdsp.o In file included from src/libavcodec/hevcdsp.c:111: src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_chroma_8': src/libavcodec/hevcdsp_template.c:1650:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_8' from incompatible pointer type [-Wincompatible-pointer-types] 1650 | FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_chroma_8': src/libavcodec/hevcdsp_template.c:1657:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_8' from incompatible pointer type [-Wincompatible-pointer-types] 1657 | FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_luma_8': src/libavcodec/hevcdsp_template.c:1665:39: warning: passing argument 5 of 'hevc_loop_filter_luma_8' from incompatible pointer type [-Wincompatible-pointer-types] 1665 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_luma_8': src/libavcodec/hevcdsp_template.c:1673:39: warning: passing argument 5 of 'hevc_loop_filter_luma_8' from incompatible pointer type [-Wincompatible-pointer-types] 1673 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ In file included from src/libavcodec/hevcdsp.c:115: src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_chroma_9': src/libavcodec/hevcdsp_template.c:1650:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_9' from incompatible pointer type [-Wincompatible-pointer-types] 1650 | FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_chroma_9': src/libavcodec/hevcdsp_template.c:1657:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_9' from incompatible pointer type [-Wincompatible-pointer-types] 1657 | FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_luma_9': src/libavcodec/hevcdsp_template.c:1665:39: warning: passing argument 5 of 'hevc_loop_filter_luma_9' from incompatible pointer type [-Wincompatible-pointer-types] 1665 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_luma_9': src/libavcodec/hevcdsp_template.c:1673:39: warning: passing argument 5 of 'hevc_loop_filter_luma_9' from incompatible pointer type [-Wincompatible-pointer-types] 1673 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ In file included from src/libavcodec/hevcdsp.c:119: src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_chroma_10': src/libavcodec/hevcdsp_template.c:1650:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_10' from incompatible pointer type [-Wincompatible-pointer-types] 1650 | FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_chroma_10': src/libavcodec/hevcdsp_template.c:1657:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_10' from incompatible pointer type [-Wincompatible-pointer-types] 1657 | FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_luma_10': src/libavcodec/hevcdsp_template.c:1665:39: warning: passing argument 5 of 'hevc_loop_filter_luma_10' from incompatible pointer type [-Wincompatible-pointer-types] 1665 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_luma_10': src/libavcodec/hevcdsp_template.c:1673:39: warning: passing argument 5 of 'hevc_loop_filter_luma_10' from incompatible pointer type [-Wincompatible-pointer-types] 1673 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ In file included from src/libavcodec/hevcdsp.c:123: src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_chroma_12': src/libavcodec/hevcdsp_template.c:1650:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_12' from incompatible pointer type [-Wincompatible-pointer-types] 1650 | FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_chroma_12': src/libavcodec/hevcdsp_template.c:1657:63: warning: passing argument 4 of 'hevc_loop_filter_chroma_12' from incompatible pointer type [-Wincompatible-pointer-types] 1657 | FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1613:68: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1613 | ptrdiff_t _ystride, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_h_loop_filter_luma_12': src/libavcodec/hevcdsp_template.c:1665:39: warning: passing argument 5 of 'hevc_loop_filter_luma_12' from incompatible pointer type [-Wincompatible-pointer-types] 1665 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ src/libavcodec/hevcdsp_template.c: In function 'hevc_v_loop_filter_luma_12': src/libavcodec/hevcdsp_template.c:1673:39: warning: passing argument 5 of 'hevc_loop_filter_luma_12' from incompatible pointer type [-Wincompatible-pointer-types] 1673 | beta, tc, no_p, no_q); | ^~ | | | int32_t * {aka long int *} src/libavcodec/hevcdsp_template.c:1518:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1518 | int beta, int *_tc, | ~~~~~^~~ 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/ilbcdec.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imm4.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 src/libavcodec/ivi.c: In function 'ivi_dc_transform': src/libavcodec/ivi.c:499:24: warning: passing argument 1 of 'band->dc_transform' from incompatible pointer type [-Wincompatible-pointer-types] 499 | band->dc_transform(prev_dc, band->buf + buf_offs, | ^~~~~~~ | | | int * src/libavcodec/ivi.c:499:24: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' src/libavcodec/ivi.c: In function 'ivi_decode_blocks': src/libavcodec/ivi.c:723:47: warning: passing argument 9 of 'ivi_decode_coded_blocks' from incompatible pointer type [-Wincompatible-pointer-types] 723 | &prev_dc, is_intra, | ^~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/ivi.c:509:41: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 509 | int *prev_dc, int is_intra, | ~~~~~^~~~~~~ src/libavcodec/ivi.c:738:50: warning: passing argument 2 of 'ivi_dc_transform' from incompatible pointer type [-Wincompatible-pointer-types] 738 | ret = ivi_dc_transform(band, &prev_dc, buf_offs, blk_size); | ^~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/ivi.c:496:59: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 496 | static int ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int buf_offs, | ~~~~~^~~~~~~ CC libavcodec/ivi_dsp.o src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_haar_8x8': src/libavcodec/ivi_dsp.c:282:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 282 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:307:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 307 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_haar_4x4': src/libavcodec/ivi_dsp.c:391:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 391 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:411:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 411 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_8x8': src/libavcodec/ivi_dsp.c:546:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 546 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:561:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 561 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_4x4': src/libavcodec/ivi_dsp.c:586:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 586 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:601:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 601 | src = tmp; | ^ CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o src/libavcodec/jpeg2000dec.c: In function 'dequantization_int': src/libavcodec/jpeg2000dec.c:1641:26: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1641 | int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; | ^ src/libavcodec/jpeg2000dec.c: In function 'dequantization_int_97': src/libavcodec/jpeg2000dec.c:1661:26: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1661 | int32_t *datap = &comp->i_data[(comp->coord[0][1] - comp->coord[0][0]) * (y + j) + x]; | ^ src/libavcodec/jpeg2000dec.c: In function 'write_frame_8': src/libavcodec/jpeg2000dec.c:1781:32: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1781 | int32_t *i_datap = comp->i_data; \ | ^~~~ src/libavcodec/jpeg2000dec.c:1822:1: note: in expansion of macro 'WRITE_FRAME' 1822 | WRITE_FRAME(8, uint8_t) | ^~~~~~~~~~~ src/libavcodec/jpeg2000dec.c: In function 'write_frame_16': src/libavcodec/jpeg2000dec.c:1781:32: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1781 | int32_t *i_datap = comp->i_data; \ | ^~~~ src/libavcodec/jpeg2000dec.c:1823:1: note: in expansion of macro 'WRITE_FRAME' 1823 | WRITE_FRAME(16, uint16_t) | ^~~~~~~~~~~ CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o src/libavcodec/jpeg2000dwt.c: In function 'dwt_encode53': src/libavcodec/jpeg2000dwt.c:101:17: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 101 | int *line = s->i_linebuf; | ^ src/libavcodec/jpeg2000dwt.c: In function 'sd_1d97_int': src/libavcodec/jpeg2000dwt.c:235:18: warning: passing argument 1 of 'extend97_int' from incompatible pointer type [-Wincompatible-pointer-types] 235 | extend97_int(p, i0, i1); | ^ | | | int * src/libavcodec/jpeg2000dwt.c:69:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 69 | static inline void extend97_int(int32_t *p, int i0, int i1) | ~~~~~~~~~^ src/libavcodec/jpeg2000dwt.c: In function 'dwt_encode97_int': src/libavcodec/jpeg2000dwt.c:254:17: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 254 | int *line = s->i_linebuf; | ^ src/libavcodec/jpeg2000dwt.c: In function 'dwt_decode53': src/libavcodec/jpeg2000dwt.c:342:11: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 342 | l = line + mh; | ^ src/libavcodec/jpeg2000dwt.c:351:21: warning: passing argument 1 of 'sr_1d53' from incompatible pointer type [-Wincompatible-pointer-types] 351 | sr_1d53(line, mh, mh + lh); | ^~~~ | | | int32_t * {aka long int *} src/libavcodec/jpeg2000dwt.c:308:31: note: expected 'unsigned int *' but argument is of type 'int32_t *' {aka 'long int *'} 308 | static void sr_1d53(unsigned *p, int i0, int i1) | ~~~~~~~~~~^ src/libavcodec/jpeg2000dwt.c:358:11: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 358 | l = line + mv; | ^ src/libavcodec/jpeg2000dwt.c:367:21: warning: passing argument 1 of 'sr_1d53' from incompatible pointer type [-Wincompatible-pointer-types] 367 | sr_1d53(line, mv, mv + lv); | ^~~~ | | | int32_t * {aka long int *} src/libavcodec/jpeg2000dwt.c:308:31: note: expected 'unsigned int *' but argument is of type 'int32_t *' {aka 'long int *'} 308 | static void sr_1d53(unsigned *p, int i0, int i1) | ~~~~~~~~~~^ CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o src/libavcodec/lagarith.c: In function 'lag_read_prob_header': src/libavcodec/lagarith.c:157:37: warning: passing argument 2 of 'lag_decode_prob' from incompatible pointer type [-Wincompatible-pointer-types] 157 | if (lag_decode_prob(gb, &prob)) { | ^~~~~ | | | unsigned int * src/libavcodec/lagarith.c:101:57: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 101 | static int lag_decode_prob(GetBitContext *gb, uint32_t *value) | ~~~~~~~~~~^~~~~ CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.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/magicyuvenc.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 src/libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': src/libavcodec/mjpegdec.c:2463:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] 2463 | av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mjpegdec.c:36: src/libavutil/frame.h:693:5: note: declared here 693 | int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parse.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 src/libavcodec/mpeg12dec.c: In function 'mpeg_decode_slice': src/libavcodec/mpeg12dec.c:1763:74: warning: passing argument 3 of 'avpriv_find_start_code' from incompatible pointer type [-Wincompatible-pointer-types] 1763 | buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code); | ^~~~~~~~~~~ | | | int * In file included from src/libavcodec/mpeg12dec.c:41: src/libavcodec/internal.h:345:16: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 345 | const uint8_t *avpriv_find_start_code(const uint8_t *p, | ^~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.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 In file included from src/libavcodec/mpegaudiodec_fixed.c:39: src/libavcodec/mpegaudiodec_template.c: In function 'mp_decode_frame': src/libavcodec/mpegaudiodec_template.c:1640:73: warning: passing argument 8 of 'ff_mpa_synth_filter_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1640 | sample_stride, s->sb_samples[ch][i]); | ~~~~~~~~~~~~~~~~~^~~ | | | int * In file included from src/libavcodec/mpegaudiodec_template.c:36, from src/libavcodec/mpegaudiodec_fixed.c:39: src/libavcodec/mpegaudiodsp.h:54:41: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 54 | int32_t *sb_samples); | ~~~~~~~~~^~~~~~~~~~ CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o In file included from src/libavcodec/mpegaudiodsp_fixed.c:20: src/libavcodec/mpegaudiodsp_template.c: In function 'ff_mpa_synth_filter_fixed': src/libavcodec/mpegaudiodsp_template.c:188:22: warning: passing argument 1 of 's->dct32_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 188 | s->RENAME(dct32)(synth_buf, sb_samples); | ^~~~~~~~~ | | | MPA_INT * {aka long int *} src/libavcodec/mpegaudiodsp_template.c:188:22: note: expected 'int *' but argument is of type 'MPA_INT *' {aka 'long int *'} src/libavcodec/mpegaudiodsp_template.c:188:33: warning: passing argument 2 of 's->dct32_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 188 | s->RENAME(dct32)(synth_buf, sb_samples); | ^~~~~~~~~~ | | | MPA_INT * {aka long int *} src/libavcodec/mpegaudiodsp_template.c:188:33: note: expected 'const int *' but argument is of type 'MPA_INT *' {aka 'long int *'} 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 src/libavcodec/mpegvideo.c: In function 'ff_mpv_export_qp_table': src/libavcodec/mpegvideo.c:1455:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] 1455 | return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); | ^~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mpegvideo.c:36: src/libavutil/frame.h:693:5: note: declared here 693 | int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); | ^~~~~~~~~~~~~~~~~~~~~ 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/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o src/libavcodec/msmpeg4dec.c: In function 'msmpeg4v1_pred_dc': src/libavcodec/msmpeg4dec.c:57:16: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 57 | *dc_val_ptr= &s->last_dc[i]; | ^ 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/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o src/libavcodec/options.c: In function 'codec_child_class_next': src/libavcodec/options.c:61:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] 61 | while (prev && (c = av_codec_next(c))) | ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4114:10: note: declared here 4114 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/libavcodec/options.c:66:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] 66 | while (c = av_codec_next(c)) | ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4114:10: note: declared here 4114 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ 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 CC libavcodec/opusdec.o CC libavcodec/opusdsp.o CC libavcodec/opusenc.o CC libavcodec/opusenc_psy.o CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/parsers.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm-dvdenc.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_parser.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/prores_metadata_bsf.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/prosumer.o CC libavcodec/psd.o CC libavcodec/psymodel.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 src/libavcodec/ralf.c: In function 'decode_channel': src/libavcodec/ralf.c:234:16: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 234 | int *dst = ctx->channel_data[ch]; | ^~~ src/libavcodec/ralf.c: In function 'apply_lpc': src/libavcodec/ralf.c:317:18: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 317 | int *audio = ctx->channel_data[ch]; | ^~~ src/libavcodec/ralf.c: In function 'decode_block': src/libavcodec/ralf.c:378:9: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 378 | ch0 = ctx->channel_data[0]; | ^ src/libavcodec/ralf.c:379:9: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 379 | ch1 = ctx->channel_data[1]; | ^ 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/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.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 src/libavcodec/rv34.c: In function 'rv34_pred_mv': src/libavcodec/rv34.c:473:18: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 473 | int* avail = r->avail_cache + avail_indexes[subblock_no]; | ^ src/libavcodec/rv34.c: In function 'rv34_pred_mv_rv3': src/libavcodec/rv34.c:609:18: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 609 | int* avail = r->avail_cache + avail_indexes[0]; | ^ src/libavcodec/rv34.c: In function 'rv34_output_intra': src/libavcodec/rv34.c:1141:27: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 1141 | int* acache = r->avail_cache + 6 + j*4; | ^ 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 src/libavcodec/sanm.c: In function 'init_buffers': src/libavcodec/sanm.c:465:40: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 465 | av_fast_padded_mallocz(&ctx->frm0, &ctx->frm0_size, ctx->buf_size); | ^~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} In file included from src/libavcodec/sanm.c:27: src/libavcodec/avcodec.h:6087:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 6087 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ src/libavcodec/sanm.c:466:40: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 466 | av_fast_padded_mallocz(&ctx->frm1, &ctx->frm1_size, ctx->buf_size); | ^~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} In file included from src/libavcodec/sanm.c:27: src/libavcodec/avcodec.h:6087:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 6087 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ src/libavcodec/sanm.c:467:40: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 467 | av_fast_padded_mallocz(&ctx->frm2, &ctx->frm2_size, ctx->buf_size); | ^~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} In file included from src/libavcodec/sanm.c:27: src/libavcodec/avcodec.h:6087:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 6087 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ src/libavcodec/sanm.c:470:31: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 470 | &ctx->stored_frame_size, ctx->buf_size); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} In file included from src/libavcodec/sanm.c:27: src/libavcodec/avcodec.h:6087:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 6087 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ CC libavcodec/sbc.o CC libavcodec/sbc_parser.o CC libavcodec/sbcdec.o CC libavcodec/sbcdec_data.o CC libavcodec/sbcdsp.o CC libavcodec/sbcdsp_data.o CC libavcodec/sbcenc.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o In file included from src/libavcodec/scpr.c:36: src/libavcodec/scpr3.c: In function 'decode_adaptive45': src/libavcodec/scpr3.c:170:44: warning: passing argument 4 of 'add_symbol' from incompatible pointer type [-Wincompatible-pointer-types] 170 | ret = add_symbol(m, q, *value, &totfr, max); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:123:72: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 123 | static int add_symbol(PixelModel3 *m, int index, uint32_t symbol, int *totfr, int max) | ~~~~~^~~~~ src/libavcodec/scpr3.c:186:28: warning: passing argument 2 of 'rescale' from incompatible pointer type [-Wincompatible-pointer-types] 186 | rescale(m, &totfr); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:110:42: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 110 | static void rescale(PixelModel3 *m, int *totfr) | ~~~~~^~~~~ src/libavcodec/scpr3.c:199:36: warning: passing argument 4 of 'add_symbol' from incompatible pointer type [-Wincompatible-pointer-types] 199 | ret = add_symbol(m, q, *value, &totfr, max); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:123:72: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 123 | static int add_symbol(PixelModel3 *m, int index, uint32_t symbol, int *totfr, int max) | ~~~~~^~~~~ src/libavcodec/scpr3.c: In function 'decompress_i3': src/libavcodec/scpr3.c:956:54: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 956 | s->run_model3[0].dectab, &run); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1001:58: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1001 | s->run_model3[ptype].dectab, &run); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c: In function 'decompress_p3': src/libavcodec/scpr3.c:1035:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1035 | s->range_model3.dectab, &min); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1040:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1040 | s->range_model3.dectab, &temp); | ^~~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1049:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1049 | s->range_model3.dectab, &max); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1054:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1054 | s->range_model3.dectab, &temp); | ^~~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1071:53: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1071 | s->fill_model3.dectab, &fill); | ^~~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1076:54: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1076 | s->count_model3.dectab, &count); | ^~~~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1103:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1103 | s->sxy_model3[0].dectab, &sx1); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1108:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1108 | s->sxy_model3[1].dectab, &sy1); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1113:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1113 | s->sxy_model3[2].dectab, &sx2); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1118:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1118 | s->sxy_model3[3].dectab, &sy2); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1150:66: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1150 | s->mv_model3[0].dectab, &mvx); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1155:66: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1155 | s->mv_model3[1].dectab, &mvy); | ^~~~ | | | int * src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ In file included from src/libavcodec/scpr.c:36: src/libavcodec/scpr3.c:1197:70: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1197 | s->run_model3[ptype].dectab, &run); | ^~~~ | | | int * In file included from src/libavcodec/scpr.c:36: src/libavcodec/scpr3.c:745:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 745 | uint32_t *value) | ~~~~~~~~~~^~~~~ In file included from src/libavcodec/scpr.c:36: src/libavcodec/scpr3.c:1204:72: warning: passing argument 11 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 1204 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * In file included from src/libavcodec/scpr.c:30: src/libavcodec/scpr.h:226:35: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 226 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ In file included from src/libavcodec/scpr.c:36: src/libavcodec/scpr3.c:1204:77: warning: passing argument 12 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 1204 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * In file included from src/libavcodec/scpr.c:30: src/libavcodec/scpr.h:226:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 226 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ src/libavcodec/scpr.c: In function 'decompress_i': src/libavcodec/scpr.c:315:58: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 315 | ret = decode_value(s, s->run_model[0], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:353:62: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 353 | ret = decode_value(s, s->run_model[ptype], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c: In function 'decompress_p': src/libavcodec/scpr.c:383:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 383 | ret = decode_value(s, s->range_model, 256, 1, &min); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:384:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 384 | ret |= decode_value(s, s->range_model, 256, 1, &temp); | ^~~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:389:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 389 | ret = decode_value(s, s->range_model, 256, 1, &max); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:390:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 390 | ret |= decode_value(s, s->range_model, 256, 1, &temp); | ^~~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:403:57: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 403 | ret = decode_value(s, s->fill_model, 5, 10, &fill); | ^~~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:404:57: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 404 | ret |= decode_value(s, s->count_model, 256, 20, &count); | ^~~~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:427:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 427 | ret = decode_value(s, s->sxy_model[0], 16, 100, &sx1); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:428:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 428 | ret |= decode_value(s, s->sxy_model[1], 16, 100, &sy1); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:429:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 429 | ret |= decode_value(s, s->sxy_model[2], 16, 100, &sx2); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:430:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 430 | ret |= decode_value(s, s->sxy_model[3], 16, 100, &sy2); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:441:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 441 | ret = decode_value(s, s->mv_model[0], 512, 100, &mvx); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:442:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 442 | ret |= decode_value(s, s->mv_model[1], 512, 100, &mvy); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:475:74: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 475 | ret = decode_value(s, s->run_model[ptype], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:163:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 163 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:482:72: warning: passing argument 11 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 482 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * In file included from src/libavcodec/scpr.c:30: src/libavcodec/scpr.h:226:35: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 226 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ src/libavcodec/scpr.c:482:77: warning: passing argument 12 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 482 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * In file included from src/libavcodec/scpr.c:30: src/libavcodec/scpr.h:226:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 226 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ 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 src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': src/libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 131 | s->avctx->refcounted_frames = 1; | ^ In file included from src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:2392:9: note: declared here 2392 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': src/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 src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:4824:5: note: declared here 4824 | 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 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 src/libavcodec/takdec.c: In function 'decode_subframe': src/libavcodec/takdec.c:450:24: warning: initialization of 'uint32_t *' {aka 'long unsigned int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 450 | uint32_t *p1 = &tfilter[0]; | ^ src/libavcodec/takdec.c:451:24: warning: initialization of 'uint32_t *' {aka 'long unsigned int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 451 | uint32_t *p2 = &tfilter[i - 1]; | ^ CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o src/libavcodec/tiff.c: In function 'init_image': src/libavcodec/tiff.c:762:75: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'const long unsigned int'} [-Wformat=] 762 | av_log(s->avctx, AV_LOG_ERROR, "Unsupported Bayer pattern: 0x%X\n", | ~^ | | | unsigned int | %lX src/libavcodec/tiff.c:782:75: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'const long unsigned int'} [-Wformat=] 782 | av_log(s->avctx, AV_LOG_ERROR, "Unsupported Bayer pattern: 0x%X\n", | ~^ | | | unsigned int | %lX src/libavcodec/tiff.c:802:75: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'const long unsigned int'} [-Wformat=] 802 | av_log(s->avctx, AV_LOG_ERROR, "Unsupported Bayer pattern: 0x%X\n", | ~^ | | | unsigned int | %lX CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truehd_core_bsf.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc2.o CC libavcodec/tta.o src/libavcodec/tta.c:392:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] 392 | static int init_thread_copy(AVCodecContext *avctx) | ^~~~~~~~~~~~~~~~ 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/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 CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.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 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 src/libavcodec/vp8.c: In function 'decode_mb_row_no_filter': src/libavcodec/vp8.c:2362:30: warning: variable 'next_td' set but not used [-Wunused-but-set-variable] 2362 | VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; | ^~~~~~~ src/libavcodec/vp8.c: In function 'vp78_decode_mb_row_sliced': src/libavcodec/vp8.c:2575:37: warning: unused variable 'prev_td' [-Wunused-variable] 2575 | VP8ThreadData *next_td = NULL, *prev_td = NULL; | ^~~~~~~ src/libavcodec/vp8.c:2575:20: warning: unused variable 'next_td' [-Wunused-variable] 2575 | VP8ThreadData *next_td = NULL, *prev_td = NULL; | ^~~~~~~ At top level: src/libavcodec/vp8.c:104:12: warning: 'vp8_ref_frame' defined but not used [-Wunused-function] 104 | static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) | ^~~~~~~~~~~~~ CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_metadata_bsf.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_raw_reorder_bsf.o CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o CC libavcodec/x86/aacencdsp_init.o CC libavcodec/x86/aacpsdsp_init.o CC libavcodec/x86/ac3dsp_init.o CC libavcodec/x86/alacdsp_init.o CC libavcodec/x86/audiodsp_init.o CC libavcodec/x86/blockdsp_init.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o CC libavcodec/x86/celt_pvq_init.o CC libavcodec/x86/constants.o CC libavcodec/x86/dcadsp_init.o CC libavcodec/x86/dct_init.o CC libavcodec/x86/dirac_dwt_init.o CC libavcodec/x86/diracdsp_init.o CC libavcodec/x86/dnxhdenc_init.o CC libavcodec/x86/fdctdsp_init.o CC libavcodec/x86/fft_init.o CC libavcodec/x86/flacdsp_init.o CC libavcodec/x86/fmtconvert_init.o CC libavcodec/x86/g722dsp_init.o CC libavcodec/x86/h263dsp_init.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o CC libavcodec/x86/hevcdsp_init.o src/libavcodec/x86/hevcdsp_init.c: In function 'ff_hevc_dsp_init_x86': src/libavcodec/x86/hevcdsp_init.c:720:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 720 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:721:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 721 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:723:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 723 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:724:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 724 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:744:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 744 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:745:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 745 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:762:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 762 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:763:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 763 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:765:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 765 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:766:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 766 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:887:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 887 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:888:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 888 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:890:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 890 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:891:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 891 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:911:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 911 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:912:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 912 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:926:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 926 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:927:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 927 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:929:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 929 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:930:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 930 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1103:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1103 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1104:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1104 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1106:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1106 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1107:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1107 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1117:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1117 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:1118:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1118 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_12_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:1132:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1132 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1133:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1133 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1135:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1135 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1136:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, int32_t *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, long int *, unsigned char *, unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, int *, uint8_t *, uint8_t *)' {aka 'void (*)(unsigned char *, int, int, int *, unsigned char *, unsigned char *)'} [-Wincompatible-pointer-types] 1136 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_12_avx; | ^ CC libavcodec/x86/hpeldsp_init.o CC libavcodec/x86/hpeldsp_vp3_init.o CC libavcodec/x86/huffyuvdsp_init.o CC libavcodec/x86/huffyuvencdsp_init.o CC libavcodec/x86/idctdsp_init.o CC libavcodec/x86/jpeg2000dsp_init.o CC libavcodec/x86/lossless_audiodsp_init.o CC libavcodec/x86/lossless_videodsp_init.o CC libavcodec/x86/lossless_videoencdsp_init.o CC libavcodec/x86/lpc.o CC libavcodec/x86/mdct15_init.o CC libavcodec/x86/me_cmp_init.o CC libavcodec/x86/mlpdsp_init.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o CC libavcodec/x86/mpegvideoencdsp_init.o CC libavcodec/x86/opusdsp_init.o CC libavcodec/x86/pixblockdsp_init.o CC libavcodec/x86/proresdsp_init.o CC libavcodec/x86/qpeldsp_init.o CC libavcodec/x86/rv34dsp_init.o CC libavcodec/x86/rv40dsp_init.o CC libavcodec/x86/sbcdsp_init.o CC libavcodec/x86/sbrdsp_init.o CC libavcodec/x86/svq1enc_init.o CC libavcodec/x86/synth_filter_init.o CC libavcodec/x86/takdsp_init.o CC libavcodec/x86/ttadsp_init.o CC libavcodec/x86/ttaencdsp_init.o CC libavcodec/x86/utvideodsp_init.o CC libavcodec/x86/v210-init.o CC libavcodec/x86/v210enc_init.o CC libavcodec/x86/vc1dsp_init.o CC libavcodec/x86/videodsp_init.o CC libavcodec/x86/vorbisdsp_init.o CC libavcodec/x86/vp3dsp_init.o CC libavcodec/x86/vp6dsp_init.o CC libavcodec/x86/vp8dsp_init.o CC libavcodec/x86/vp9dsp_init.o CC libavcodec/x86/vp9dsp_init_10bpp.o CC libavcodec/x86/vp9dsp_init_12bpp.o CC libavcodec/x86/vp9dsp_init_16bpp.o CC libavcodec/x86/xvididct_init.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xma_parser.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o AR libavcodec/libavcodec.a GEN libavcodec/libavcodec.pc CC libavresample/audio_convert.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.c:32: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 91 | enum AVResampleDitherMethod method); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_data.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_mix.o In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:29: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 55 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 36 | enum AVMixCoeffType coeff_type; | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 62 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c: In function 'ff_audio_mix_alloc': src/libavresample/audio_mix.c:378:9: warning: 'avresample_build_matrix' is deprecated [-Wdeprecated-declarations] 378 | ret = avresample_build_matrix(avr->in_channel_layout, | ^~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:286:5: note: declared here 286 | int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, | ^~~~~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_mix_matrix.o In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:30: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 55 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ CC libavresample/dither.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.c:40: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 91 | enum AVResampleDitherMethod method); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 56 | enum AVResampleDitherMethod method; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 330 | enum AVResampleDitherMethod method) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/options.o In file included from src/libavresample/options.c:27: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:28: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 55 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ CC libavresample/resample.o In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:26: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 42 | enum AVResampleFilterType filter_type; | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ CC libavresample/utils.o In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:33: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 55 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:34: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 42 | enum AVResampleFilterType filter_type; | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_open': src/libavresample/utils.c:40:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] 40 | if (avresample_is_open(avr)) { | ^~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:226:5: note: declared here 226 | int avresample_is_open(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:253:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 253 | avresample_close(avr); | ^~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:245:6: note: declared here 245 | void avresample_close(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_free': src/libavresample/utils.c:282:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 282 | avresample_close(*avr); | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here 262 | void avresample_close(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_config': src/libavresample/utils.c:507:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] 507 | if (avresample_is_open(avr)) { | ^~ src/libavresample/utils.c:257:5: note: declared here 257 | int avresample_is_open(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:508:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 508 | avresample_close(avr); | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here 262 | void avresample_close(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'convert_frame': src/libavresample/utils.c:570:5: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] 570 | ret = avresample_convert(avr, out_data, out_linesize, | ^~~ src/libavresample/utils.c:330:25: note: declared here 330 | int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, | ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_convert_frame': src/libavresample/utils.c:608:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] 608 | if (!avresample_is_open(avr)) { | ^~ src/libavresample/utils.c:257:5: note: declared here 257 | int avresample_is_open(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:609:9: warning: 'avresample_config' is deprecated [-Wdeprecated-declarations] 609 | if ((ret = avresample_config(avr, out, in)) < 0) | ^~ src/libavresample/utils.c:505:5: note: declared here 505 | int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) | ^~~~~~~~~~~~~~~~~ src/libavresample/utils.c:611:9: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] 611 | if ((ret = avresample_open(avr)) < 0) | ^~ src/libavresample/utils.c:36:5: note: declared here 36 | int avresample_open(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~ src/libavresample/utils.c:622:13: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] 622 | out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); | ^~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:403:5: note: declared here 403 | int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:625:21: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] 625 | avresample_close(avr); | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here 262 | void avresample_close(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_get_out_samples': src/libavresample/utils.c:755:5: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] 755 | int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; | ^~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:473:5: note: declared here 473 | int avresample_get_delay(AVAudioResampleContext *avr); | ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:764:5: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] 764 | samples += avresample_available(avr); | ^~~~~~~ src/libavresample/utils.c:748:5: note: declared here 748 | int avresample_available(AVAudioResampleContext *avr) | ^~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_convert_init.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_mix_init.o In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 55 | enum AVMixCoeffType coeff_type, int in_channels, | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ CC libavresample/x86/dither_init.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] 63 | enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ | ^~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:112:27: note: declared here 112 | enum attribute_deprecated AVMixCoeffType { | ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] 73 | enum AVResampleFilterType filter_type; /**< resampling filter type */ | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:123:27: note: declared here 123 | enum attribute_deprecated AVResampleFilterType { | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 75 | enum AVResampleDitherMethod dither_method; /**< dither method */ | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/dither_init.c:24: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 91 | enum AVResampleDitherMethod method); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] 35 | enum AVResampleDitherMethod method) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here 132 | enum attribute_deprecated AVResampleDitherMethod { | ^~~~~~~~~~~~~~~~~~~~~~ AR libavresample/libavresample.a GEN libavresample/libavresample.pc CC libpostproc/postprocess.o AR libpostproc/libpostproc.a GEN libpostproc/libpostproc.pc CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o CC libswresample/x86/audio_convert_init.o CC libswresample/x86/rematrix_init.o CC libswresample/x86/resample_init.o AR libswresample/libswresample.a GEN libswresample/libswresample.pc CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o src/libswscale/hscale.c: In function 'lum_h_scale': src/libswscale/hscale.c:57:32: warning: passing argument 6 of 'c->hyScale' from incompatible pointer type [-Wincompatible-pointer-types] 57 | instance->filter_pos, instance->filter_size); | ~~~~~~~~^~~~~~~~~~~~ | | | int * src/libswscale/hscale.c:57:32: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' src/libswscale/hscale.c:78:37: warning: passing argument 6 of 'c->hyScale' from incompatible pointer type [-Wincompatible-pointer-types] 78 | instance->filter_pos, instance->filter_size); | ~~~~~~~~^~~~~~~~~~~~ | | | int * src/libswscale/hscale.c:78:37: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' src/libswscale/hscale.c: In function 'chr_h_scale': src/libswscale/hscale.c:189:106: warning: passing argument 6 of 'c->hcScale' from incompatible pointer type [-Wincompatible-pointer-types] 189 | c->hcScale(c, (uint16_t*)dst1[dst_pos1+i], dstW, src1[src_pos1+i], instance->filter, instance->filter_pos, instance->filter_size); | ~~~~~~~~^~~~~~~~~~~~ | | | int * src/libswscale/hscale.c:189:106: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' src/libswscale/hscale.c:190:106: warning: passing argument 6 of 'c->hcScale' from incompatible pointer type [-Wincompatible-pointer-types] 190 | c->hcScale(c, (uint16_t*)dst2[dst_pos2+i], dstW, src2[src_pos2+i], instance->filter, instance->filter_pos, instance->filter_size); | ~~~~~~~~^~~~~~~~~~~~ | | | int * src/libswscale/hscale.c:190:106: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o In file included from src/libswscale/rgb2rgb.c:128: src/libswscale/rgb2rgb_template.c: In function 'yuvPlanartoyuy2_c': src/libswscale/rgb2rgb_template.c:402:21: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 402 | int *idst = (int32_t *)dst; | ^ src/libswscale/rgb2rgb_template.c: In function 'yuvPlanartouyvy_c': src/libswscale/rgb2rgb_template.c:466:21: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 466 | int *idst = (int32_t *)dst; | ^ CC libswscale/slice.o src/libswscale/slice.c: In function 'get_min_buffer_size': src/libswscale/slice.c:225:25: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 225 | int *lumFilterPos = c->vLumFilterPos; | ^ src/libswscale/slice.c:226:25: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 226 | int *chrFilterPos = c->vChrFilterPos; | ^ src/libswscale/slice.c: In function 'ff_init_filters': src/libswscale/slice.c:332:102: warning: passing argument 5 of 'ff_init_desc_hscale' from incompatible pointer type [-Wincompatible-pointer-types] 332 | res = ff_init_desc_hscale(&c->desc[index], &c->slice[srcIdx], &c->slice[dstIdx], c->hLumFilter, c->hLumFilterPos, c->hLumFilterSize, c->lumXInc); | ~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libswscale/slice.c:21: src/libswscale/swscale_internal.h:995:106: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 995 | int ff_init_desc_hscale(SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst, uint16_t *filter, int * filter_pos, int filter_size, int xInc); | ~~~~~~^~~~~~~~~~ src/libswscale/slice.c:350:111: warning: passing argument 5 of 'ff_init_desc_chscale' from incompatible pointer type [-Wincompatible-pointer-types] 350 | res = ff_init_desc_chscale(&c->desc[index], &c->slice[srcIdx], &c->slice[dstIdx], c->hChrFilter, c->hChrFilterPos, c->hChrFilterSize, c->chrXInc); | ~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libswscale/slice.c:21: src/libswscale/swscale_internal.h:1001:107: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1001 | int ff_init_desc_chscale(SwsFilterDescriptor *desc, SwsSlice *src, SwsSlice *dst, uint16_t *filter, int * filter_pos, int filter_size, int xInc); | ~~~~~~^~~~~~~~~~ CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o src/libswscale/utils.c: In function 'sws_init_context': src/libswscale/utils.c:1201:54: warning: passing argument 2 of 'sws_setColorspaceDetails' from incompatible pointer type [-Wincompatible-pointer-types] 1201 | sws_setColorspaceDetails(c, ff_yuv2rgb_coeffs[SWS_CS_DEFAULT], c->srcRange, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | const int32_t * {aka const long int *} src/libswscale/utils.c:858:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 858 | int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], | ~~~~~~~~~~^~~~~~~~~~~~ src/libswscale/utils.c:1202:51: warning: passing argument 4 of 'sws_setColorspaceDetails' from incompatible pointer type [-Wincompatible-pointer-types] 1202 | ff_yuv2rgb_coeffs[SWS_CS_DEFAULT], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | const int32_t * {aka const long int *} src/libswscale/utils.c:859:54: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 859 | int srcRange, const int table[4], int dstRange, | ~~~~~~~~~~^~~~~~~~ CC libswscale/vscale.o CC libswscale/x86/rgb2rgb.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o src/libswscale/yuv2rgb.c: In function 'sws_getCoefficients': src/libswscale/yuv2rgb.c:67:12: warning: returning 'const int32_t *' {aka 'const long int *'} from a function with incompatible return type 'const int *' [-Wincompatible-pointer-types] 67 | return ff_yuv2rgb_coeffs[colorspace]; | ^~~~~~~~~~~~~~~~~ AR libswscale/libswscale.a GEN libswscale/libswscale.pc CC libavutil/../compat/djgpp/math.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avsscanf.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.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/encryption_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/hdr_dynamic_metadata.o CC libavutil/hmac.o CC libavutil/hwcontext.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 In function 'set_string_video_rate', inlined from 'av_opt_set' at src/libavutil/opt.c:489:15: src/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/parseutils.o CC libavutil/pixdesc.o 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/sha512.o CC libavutil/slicethread.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 src/libavutil/timecode.c: In function 'av_timecode_make_string': src/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", | ^~~~ src/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", | ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/timecode.c:103:5: note: 'snprintf' output between 12 and 32 bytes into a destination of size 23 103 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 104 | neg ? "-" : "", | ~~~~~~~~~~~~~~~ 105 | hh, mm, ss, drop ? ';' : ':', ff); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/tx.o CC libavutil/utils.o CC libavutil/x86/cpu.o src/libavutil/x86/cpu.c: In function 'ff_get_cpu_flags_x86': src/libavutil/x86/cpu.c:100:22: warning: unused variable 'xcr0_hi' [-Wunused-variable] 100 | int xcr0_lo = 0, xcr0_hi = 0; | ^~~~~~~ src/libavutil/x86/cpu.c:100:9: warning: unused variable 'xcr0_lo' [-Wunused-variable] 100 | int xcr0_lo = 0, xcr0_hi = 0; | ^~~~~~~ CC libavutil/x86/fixed_dsp_init.o CC libavutil/x86/float_dsp_init.o CC libavutil/x86/imgutils_init.o CC libavutil/x86/lls_init.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o AR libavutil/libavutil.a GEN libavutil/libavutil.pc HOSTCC doc/print_options.o HOSTLD doc/print_options GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi HTML doc/ffmpeg.html HTML doc/ffprobe.html HTML doc/ffmpeg-all.html HTML doc/ffprobe-all.html HTML doc/ffmpeg-utils.html HTML doc/ffmpeg-scaler.html HTML doc/ffmpeg-resampler.html HTML doc/ffmpeg-codecs.html HTML doc/ffmpeg-bitstream-filters.html HTML doc/ffmpeg-formats.html HTML doc/ffmpeg-protocols.html HTML doc/ffmpeg-devices.html HTML doc/ffmpeg-filters.html HTML doc/libavutil.html HTML doc/libswscale.html HTML doc/libswresample.html HTML doc/libavcodec.html HTML doc/libavformat.html HTML doc/libavdevice.html HTML doc/libavfilter.html HTML doc/developer.html HTML doc/faq.html HTML doc/fate.html HTML doc/general.html HTML doc/git-howto.html HTML doc/mailing-list-faq.html HTML doc/nut.html HTML doc/platform.html POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod MAN doc/ffmpeg.1 MAN doc/ffprobe.1 MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 TXT doc/fate.txt CC fftools/ffmpeg_opt.o src/fftools/ffmpeg_opt.c: In function 'add_input_streams': src/fftools/ffmpeg_opt.c:798:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 798 | if (st->codec->lowres) { | ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:799:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 799 | ist->dec_ctx->lowres = st->codec->lowres; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:800:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 800 | ist->dec_ctx->width = st->codec->width; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:801:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 801 | ist->dec_ctx->height = st->codec->height; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:802:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 802 | ist->dec_ctx->coded_width = st->codec->coded_width; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:803:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 803 | ist->dec_ctx->coded_height = st->codec->coded_height; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c: In function 'open_output_file': src/fftools/ffmpeg_opt.c:2399:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2399 | if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) | ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o src/fftools/cmdutils.c: In function 'opt_default': src/fftools/cmdutils.c:553:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] 553 | const AVClass *rc = avresample_get_class(); | ^~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:183:16: note: declared here 183 | const AVClass *avresample_get_class(void); | ^~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'print_all_libs_info': src/fftools/cmdutils.c:1134:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations] 1134 | PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); | ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:148:10: note: declared here 148 | unsigned avresample_version(void); | ^~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1134:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations] 1134 | PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); | ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:158:13: note: declared here 158 | const char *avresample_configuration(void); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'next_codec_for_id': src/fftools/cmdutils.c:1499:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] 1499 | while ((prev = av_codec_next(prev))) { | ^~~~~ In file included from src/libavformat/avformat.h:317, from src/fftools/cmdutils.c:34: src/libavcodec/avcodec.h:4114:10: note: declared here 4114 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'print_buildconf': src/fftools/cmdutils.c:1163:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 1163 | strncpy(conflist, "~--", 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1169:9: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 1169 | strncpy(remove_tilde, "pkg-config ", 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC fftools/ffmpeg.o In file included from src/libavformat/os_support.h:94, from src/fftools/ffmpeg.c:67: /home/fate/watt/include/sys/socket.h:311:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 311 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:40: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/fftools/ffmpeg.c:90: /home/fate/watt/include/tcp.h:658:25: warning: redundant redeclaration of 'gethostname' [-Wredundant-decls] 658 | W32_FUNC int W32_CALL gethostname (char *name, int len); | ^~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:40: /home/fate/cross/i586-pc-msdosdjgpp/sys-include/unistd.h:172:6: note: previous declaration of 'gethostname' was here 172 | int gethostname(char *buf, int size); | ^~~~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/fftools/ffmpeg.c:90: /home/fate/watt/include/tcp.h:671:28: warning: redundant redeclaration of 'gethostid' [-Wredundant-decls] 671 | W32_FUNC u_long W32_CALL gethostid (void); | ^~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/fftools/ffmpeg.c:67: /home/fate/watt/include/sys/socket.h:324:28: note: previous declaration of 'gethostid' was here 324 | W32_FUNC u_long W32_CALL gethostid (void); | ^~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/fftools/ffmpeg.c:90: /home/fate/watt/include/tcp.h:672:28: warning: redundant redeclaration of 'sethostid' [-Wredundant-decls] 672 | W32_FUNC u_long W32_CALL sethostid (u_long ip); | ^~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/fftools/ffmpeg.c:67: /home/fate/watt/include/sys/socket.h:325:28: note: previous declaration of 'sethostid' was here 325 | W32_FUNC u_long W32_CALL sethostid (u_long ip); | ^~~~~~~~~ In file included from /home/fate/watt/include/sys/select.h:9, from src/fftools/ffmpeg.c:90: /home/fate/watt/include/tcp.h:673:28: warning: redundant redeclaration of 'sethostname' [-Wredundant-decls] 673 | W32_FUNC int W32_CALL sethostname (const char *name, int len); | ^~~~~~~~~~~ In file included from src/libavformat/os_support.h:94, from src/fftools/ffmpeg.c:67: /home/fate/watt/include/sys/socket.h:326:28: note: previous declaration of 'sethostname' was here 326 | W32_FUNC int W32_CALL sethostname (const char *name, int len); | ^~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'do_streamcopy': src/fftools/ffmpeg.c:2074:5: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] 2074 | av_copy_packet_side_data(&opkt, pkt); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4459:5: note: declared here 4459 | int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'init_output_stream': src/fftools/ffmpeg.c:3545:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] 3545 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); | ^~~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4231:5: note: declared here 4231 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3545:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3545 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); | ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c:3591:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3591 | ost->st->codec->codec= ost->enc_ctx->codec; | ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c: In function 'check_keyboard_interaction': src/fftools/ffmpeg.c:3974:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3974 | debug = input_streams[0]->st->codec->debug<<1; | ^~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c:3997:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3997 | input_streams[i]->st->codec->debug = debug; | ^~~~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c: In function 'process_input': src/fftools/ffmpeg.c:4262:14: warning: unused variable 'thread_ret' [-Wunused-variable] 4262 | int ret, thread_ret, i, j; | ^~~~~~~~~~ LD ffmpeg_g.exe /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(neterr.o): warning: definition of `_w32_pull_neterr_module' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_type' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_model' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_mask' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_hard_math' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_have_cpuid' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_capability' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_vendor_id' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(crc.o) and /home/fate/watt/lib/libsocket.a(misc.o): warning: multiple common of `_w32_crc_table' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_cbroke' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_handle_cbreak' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0006.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0008.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0100.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0101.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0200.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300_z.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0301.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0400.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(dpmi_lsl.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(stdiohk.o): warning: definition of `__stdio_cleanup_hook' overriding common from /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(exit.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0001.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d000b.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0201.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0202.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0203.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0204.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0205.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0303.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0304.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0401.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0600.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0e01.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(dpmi_lar.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' STRIP ffmpeg.exe CC fftools/ffprobe.o src/fftools/ffprobe.c: In function 'log_callback': src/fftools/ffprobe.c:306:11: warning: unused variable 'new_log_buffer' [-Wunused-variable] 306 | void *new_log_buffer; | ^~~~~~~~~~~~~~ src/fftools/ffprobe.c:302:14: warning: unused variable 'avc' [-Wunused-variable] 302 | AVClass* avc = ptr ? *(AVClass **) ptr : NULL; | ^~~ src/fftools/ffprobe.c: In function 'show_packet': src/fftools/ffprobe.c:2055:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] 2055 | print_duration_ts("convergence_duration", pkt->convergence_duration); | ^~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1506:13: note: declared here 1506 | int64_t convergence_duration; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2056:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] 2056 | print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); | ^~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1506:13: note: declared here 1506 | int64_t convergence_duration; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c: In function 'show_stream': src/fftools/ffprobe.c:2576:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] 2576 | if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { | ^~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2523:13: note: declared here 2523 | int64_t timecode_frame_start; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2578:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] 2578 | av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:317, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2523:13: note: declared here 2523 | int64_t timecode_frame_start; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2642:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2642 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); | ^~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffprobe.c:1822:12: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1822 | struct unit_value uv; \ | ^~~~~~~~~~ src/fftools/ffprobe.c:2642:41: note: in expansion of macro 'print_val' 2642 | if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); | ^~~~~~~~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffprobe.c: In function 'open_input_file': src/fftools/ffprobe.c:2935:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2935 | ist->dec_ctx->coded_width = stream->codec->coded_width; | ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ src/fftools/ffprobe.c:2936:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2936 | ist->dec_ctx->coded_height = stream->codec->coded_height; | ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ LD ffprobe_g.exe /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(neterr.o): warning: definition of `_w32_pull_neterr_module' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_type' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_model' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_mask' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_hard_math' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_have_cpuid' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_capability' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_vendor_id' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(crc.o) and /home/fate/watt/lib/libsocket.a(misc.o): warning: multiple common of `_w32_crc_table' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_cbroke' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_handle_cbreak' overriding common from /home/fate/watt/lib/libsocket.a(misc.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0006.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0008.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0100.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0101.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0200.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300_z.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0301.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0400.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(dpmi_lsl.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(stdiohk.o): warning: definition of `__stdio_cleanup_hook' overriding common from /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(exit.o) /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0001.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d000b.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0201.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0202.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0203.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0204.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0205.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0303.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0304.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0401.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0600.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0e01.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/bin/ld: /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(dpmi_lar.o) and /home/fate/cross/lib/gcc/i586-pc-msdosdjgpp/9.1.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: multiple common of `__dpmi_error' STRIP ffprobe.exe INSTALL doc/ffmpeg.html INSTALL doc/ffprobe.html INSTALL doc/ffmpeg-all.html INSTALL doc/ffprobe-all.html INSTALL doc/ffmpeg-utils.html INSTALL doc/ffmpeg-scaler.html INSTALL doc/ffmpeg-resampler.html INSTALL doc/ffmpeg-codecs.html INSTALL doc/ffmpeg-bitstream-filters.html INSTALL doc/ffmpeg-formats.html INSTALL doc/ffmpeg-protocols.html INSTALL doc/ffmpeg-devices.html INSTALL doc/ffmpeg-filters.html INSTALL doc/libavutil.html INSTALL doc/libswscale.html INSTALL doc/libswresample.html INSTALL doc/libavcodec.html INSTALL doc/libavformat.html INSTALL doc/libavdevice.html INSTALL doc/libavfilter.html INSTALL doc/developer.html INSTALL doc/faq.html INSTALL doc/fate.html INSTALL doc/general.html INSTALL doc/git-howto.html INSTALL doc/mailing-list-faq.html INSTALL doc/nut.html INSTALL doc/platform.html INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL home/fate/workdir-i586/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/workdir-i586/src/presets/libvpx-360p.ffpreset INSTALL home/fate/workdir-i586/src/presets/libvpx-1080p.ffpreset INSTALL home/fate/workdir-i586/src/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/workdir-i586/src/presets/libvpx-720p.ffpreset INSTALL home/fate/workdir-i586/src/doc/ffprobe.xsd INSTALL home/fate/workdir-i586/src/doc/examples/transcoding.c INSTALL home/fate/workdir-i586/src/doc/examples/vaapi_transcode.c INSTALL home/fate/workdir-i586/src/doc/examples/metadata.c INSTALL home/fate/workdir-i586/src/doc/examples/filtering_video.c INSTALL home/fate/workdir-i586/src/doc/examples/muxing.c INSTALL home/fate/workdir-i586/src/doc/examples/avio_dir_cmd.c INSTALL home/fate/workdir-i586/src/doc/examples/encode_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/hw_decode.c INSTALL home/fate/workdir-i586/src/doc/examples/filter_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/http_multiclient.c INSTALL home/fate/workdir-i586/src/doc/examples/resampling_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/decode_video.c INSTALL home/fate/workdir-i586/src/doc/examples/remuxing.c INSTALL home/fate/workdir-i586/src/doc/examples/filtering_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/extract_mvs.c INSTALL home/fate/workdir-i586/src/doc/examples/avio_reading.c INSTALL home/fate/workdir-i586/src/doc/examples/qsvdec.c INSTALL home/fate/workdir-i586/src/doc/examples/vaapi_encode.c INSTALL home/fate/workdir-i586/src/doc/examples/decode_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/transcode_aac.c INSTALL home/fate/workdir-i586/src/doc/examples/demuxing_decoding.c INSTALL home/fate/workdir-i586/src/doc/examples/encode_video.c INSTALL home/fate/workdir-i586/src/doc/examples/scaling_video.c INSTALL home/fate/workdir-i586/src/doc/examples/README INSTALL home/fate/workdir-i586/src/doc/examples/Makefile INSTALL home/fate/workdir-i586/src/doc/examples/transcoding.c INSTALL home/fate/workdir-i586/src/doc/examples/vaapi_transcode.c INSTALL home/fate/workdir-i586/src/doc/examples/metadata.c INSTALL home/fate/workdir-i586/src/doc/examples/filtering_video.c INSTALL home/fate/workdir-i586/src/doc/examples/muxing.c INSTALL home/fate/workdir-i586/src/doc/examples/avio_dir_cmd.c INSTALL home/fate/workdir-i586/src/doc/examples/encode_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/hw_decode.c INSTALL home/fate/workdir-i586/src/doc/examples/filter_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/http_multiclient.c INSTALL home/fate/workdir-i586/src/doc/examples/resampling_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/decode_video.c INSTALL home/fate/workdir-i586/src/doc/examples/remuxing.c INSTALL home/fate/workdir-i586/src/doc/examples/filtering_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/extract_mvs.c INSTALL home/fate/workdir-i586/src/doc/examples/avio_reading.c INSTALL home/fate/workdir-i586/src/doc/examples/qsvdec.c INSTALL home/fate/workdir-i586/src/doc/examples/vaapi_encode.c INSTALL home/fate/workdir-i586/src/doc/examples/decode_audio.c INSTALL home/fate/workdir-i586/src/doc/examples/transcode_aac.c INSTALL home/fate/workdir-i586/src/doc/examples/demuxing_decoding.c INSTALL home/fate/workdir-i586/src/doc/examples/encode_video.c INSTALL home/fate/workdir-i586/src/doc/examples/scaling_video.c INSTALL home/fate/workdir-i586/src/doc/examples/README INSTALL home/fate/workdir-i586/src/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/fate/workdir-i586/src/libavdevice/avdevice.h INSTALL home/fate/workdir-i586/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/workdir-i586/src/libavfilter/avfilter.h INSTALL home/fate/workdir-i586/src/libavfilter/buffersink.h INSTALL home/fate/workdir-i586/src/libavfilter/buffersrc.h INSTALL home/fate/workdir-i586/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/workdir-i586/src/libavformat/avformat.h INSTALL home/fate/workdir-i586/src/libavformat/avio.h INSTALL home/fate/workdir-i586/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/workdir-i586/src/libavcodec/ac3_parser.h INSTALL home/fate/workdir-i586/src/libavcodec/adts_parser.h INSTALL home/fate/workdir-i586/src/libavcodec/avcodec.h INSTALL home/fate/workdir-i586/src/libavcodec/avdct.h INSTALL home/fate/workdir-i586/src/libavcodec/avfft.h INSTALL home/fate/workdir-i586/src/libavcodec/d3d11va.h INSTALL home/fate/workdir-i586/src/libavcodec/dirac.h INSTALL home/fate/workdir-i586/src/libavcodec/dv_profile.h INSTALL home/fate/workdir-i586/src/libavcodec/dxva2.h INSTALL home/fate/workdir-i586/src/libavcodec/jni.h INSTALL home/fate/workdir-i586/src/libavcodec/mediacodec.h INSTALL home/fate/workdir-i586/src/libavcodec/qsv.h INSTALL home/fate/workdir-i586/src/libavcodec/vaapi.h INSTALL home/fate/workdir-i586/src/libavcodec/vdpau.h INSTALL home/fate/workdir-i586/src/libavcodec/version.h INSTALL home/fate/workdir-i586/src/libavcodec/videotoolbox.h INSTALL home/fate/workdir-i586/src/libavcodec/vorbis_parser.h INSTALL home/fate/workdir-i586/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/workdir-i586/src/libavresample/avresample.h INSTALL home/fate/workdir-i586/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/workdir-i586/src/libpostproc/postprocess.h INSTALL home/fate/workdir-i586/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/workdir-i586/src/libswresample/swresample.h INSTALL home/fate/workdir-i586/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/workdir-i586/src/libswscale/swscale.h INSTALL home/fate/workdir-i586/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/workdir-i586/src/libavutil/adler32.h INSTALL home/fate/workdir-i586/src/libavutil/aes.h INSTALL home/fate/workdir-i586/src/libavutil/aes_ctr.h INSTALL home/fate/workdir-i586/src/libavutil/attributes.h INSTALL home/fate/workdir-i586/src/libavutil/audio_fifo.h INSTALL home/fate/workdir-i586/src/libavutil/avassert.h INSTALL home/fate/workdir-i586/src/libavutil/avstring.h INSTALL home/fate/workdir-i586/src/libavutil/avutil.h INSTALL home/fate/workdir-i586/src/libavutil/base64.h INSTALL home/fate/workdir-i586/src/libavutil/blowfish.h INSTALL home/fate/workdir-i586/src/libavutil/bprint.h INSTALL home/fate/workdir-i586/src/libavutil/bswap.h INSTALL home/fate/workdir-i586/src/libavutil/buffer.h INSTALL home/fate/workdir-i586/src/libavutil/cast5.h INSTALL home/fate/workdir-i586/src/libavutil/camellia.h INSTALL home/fate/workdir-i586/src/libavutil/channel_layout.h INSTALL home/fate/workdir-i586/src/libavutil/common.h INSTALL home/fate/workdir-i586/src/libavutil/cpu.h INSTALL home/fate/workdir-i586/src/libavutil/crc.h INSTALL home/fate/workdir-i586/src/libavutil/des.h INSTALL home/fate/workdir-i586/src/libavutil/dict.h INSTALL home/fate/workdir-i586/src/libavutil/display.h INSTALL home/fate/workdir-i586/src/libavutil/downmix_info.h INSTALL home/fate/workdir-i586/src/libavutil/encryption_info.h INSTALL home/fate/workdir-i586/src/libavutil/error.h INSTALL home/fate/workdir-i586/src/libavutil/eval.h INSTALL home/fate/workdir-i586/src/libavutil/fifo.h INSTALL home/fate/workdir-i586/src/libavutil/file.h INSTALL home/fate/workdir-i586/src/libavutil/frame.h INSTALL home/fate/workdir-i586/src/libavutil/hash.h INSTALL home/fate/workdir-i586/src/libavutil/hdr_dynamic_metadata.h INSTALL home/fate/workdir-i586/src/libavutil/hmac.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_cuda.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_d3d11va.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_drm.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_dxva2.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_qsv.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_mediacodec.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_vaapi.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_videotoolbox.h INSTALL home/fate/workdir-i586/src/libavutil/hwcontext_vdpau.h INSTALL home/fate/workdir-i586/src/libavutil/imgutils.h INSTALL home/fate/workdir-i586/src/libavutil/intfloat.h INSTALL home/fate/workdir-i586/src/libavutil/intreadwrite.h INSTALL home/fate/workdir-i586/src/libavutil/lfg.h INSTALL home/fate/workdir-i586/src/libavutil/log.h INSTALL home/fate/workdir-i586/src/libavutil/macros.h INSTALL home/fate/workdir-i586/src/libavutil/mathematics.h INSTALL home/fate/workdir-i586/src/libavutil/mastering_display_metadata.h INSTALL home/fate/workdir-i586/src/libavutil/md5.h INSTALL home/fate/workdir-i586/src/libavutil/mem.h INSTALL home/fate/workdir-i586/src/libavutil/motion_vector.h INSTALL home/fate/workdir-i586/src/libavutil/murmur3.h INSTALL home/fate/workdir-i586/src/libavutil/opt.h INSTALL home/fate/workdir-i586/src/libavutil/parseutils.h INSTALL home/fate/workdir-i586/src/libavutil/pixdesc.h INSTALL home/fate/workdir-i586/src/libavutil/pixelutils.h INSTALL home/fate/workdir-i586/src/libavutil/pixfmt.h INSTALL home/fate/workdir-i586/src/libavutil/random_seed.h INSTALL home/fate/workdir-i586/src/libavutil/rc4.h INSTALL home/fate/workdir-i586/src/libavutil/rational.h INSTALL home/fate/workdir-i586/src/libavutil/replaygain.h INSTALL home/fate/workdir-i586/src/libavutil/ripemd.h INSTALL home/fate/workdir-i586/src/libavutil/samplefmt.h INSTALL home/fate/workdir-i586/src/libavutil/sha.h INSTALL home/fate/workdir-i586/src/libavutil/sha512.h INSTALL home/fate/workdir-i586/src/libavutil/spherical.h INSTALL home/fate/workdir-i586/src/libavutil/stereo3d.h INSTALL home/fate/workdir-i586/src/libavutil/threadmessage.h INSTALL home/fate/workdir-i586/src/libavutil/time.h INSTALL home/fate/workdir-i586/src/libavutil/timecode.h INSTALL home/fate/workdir-i586/src/libavutil/timestamp.h INSTALL home/fate/workdir-i586/src/libavutil/tree.h INSTALL home/fate/workdir-i586/src/libavutil/twofish.h INSTALL home/fate/workdir-i586/src/libavutil/version.h INSTALL home/fate/workdir-i586/src/libavutil/xtea.h INSTALL home/fate/workdir-i586/src/libavutil/tea.h INSTALL home/fate/workdir-i586/src/libavutil/tx.h INSTALL home/fate/workdir-i586/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc