GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/version.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_adecorrelate.o CC libavfilter/af_adelay.o CC libavfilter/af_adenorm.o CC libavfilter/af_aderivative.o CC libavfilter/af_adrc.o CC libavfilter/af_adynamicequalizer.o CC libavfilter/af_adynamicsmooth.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_aexciter.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_afreqshift.o CC libavfilter/af_afwtdn.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_anlms.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apsyclip.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_arls.o CC libavfilter/af_arnndn.o CC libavfilter/af_asdr.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_asoftclip.o CC libavfilter/af_aspectralstats.o CC libavfilter/af_astats.o CC libavfilter/af_asubboost.o CC libavfilter/af_asupercut.o CC libavfilter/af_atempo.o CC libavfilter/af_atilt.o CC libavfilter/af_axcorrelate.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_deesser.o CC libavfilter/af_dialoguenhance.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_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_speechnorm.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_virtualbass.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_afdelaysrc.o CC libavfilter/asrc_afirsrc.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_a3dscope.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_showcwt.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 CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/ccfifo.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn/dnn_backend_common.o src/libavfilter/dnn/dnn_backend_common.c: In function 'ff_dnn_async_module_cleanup': src/libavfilter/dnn/dnn_backend_common.c:94:11: warning: unused variable 'status' [-Wunused-variable] 94 | void *status = 0; | ^~~~~~ src/libavfilter/dnn/dnn_backend_common.c: In function 'ff_dnn_start_inference_async': src/libavfilter/dnn/dnn_backend_common.c:114:11: warning: unused variable 'status' [-Wunused-variable] 114 | void *status = 0; | ^~~~~~ src/libavfilter/dnn/dnn_backend_common.c: At top level: src/libavfilter/dnn/dnn_backend_common.c:80:14: warning: 'async_thread_routine' defined but not used [-Wunused-function] 80 | static void *async_thread_routine(void *args) | ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/dnn/dnn_interface.o CC libavfilter/dnn/dnn_io_proc.o CC libavfilter/dnn/queue.o CC libavfilter/dnn/safe_queue.o CC libavfilter/dnn_filter_common.o src/libavfilter/dnn_filter_common.c: In function 'ff_dnn_init': src/libavfilter/dnn_filter_common.c:65:88: warning: passing argument 3 of 'separate_output_names' from incompatible pointer type [-Wincompatible-pointer-types] 65 | ctx->model_outputnames = separate_output_names(ctx->model_outputnames_string, "&", &ctx->nb_outputs); | ^~~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavfilter/dnn_filter_common.c:24:81: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 24 | static char **separate_output_names(const char *expr, const char *val_sep, int *separated_nb) | ~~~~~^~~~~~~~~~~~ CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/edge_common.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_latency.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_segment.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 CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/palette.o CC libavfilter/qp_table.o CC libavfilter/scale_eval.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_avsynctest.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/version.o CC libavfilter/vf_addroi.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_backgroundkey.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bilateral.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_blockdetect.o CC libavfilter/vf_blurdetect.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_cas.o CC libavfilter/vf_ccrepack.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromanr.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorcontrast.o CC libavfilter/vf_colorcorrect.o CC libavfilter/vf_colorize.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormap.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_colortemperature.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_corr.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_dblur.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_dnn_classify.o src/libavfilter/vf_dnn_classify.c: In function 'dnn_classify_post_proc': src/libavfilter/vf_dnn_classify.c:108:118: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 108 | snprintf(bbox->classify_labels[bbox->classify_count], sizeof(bbox->classify_labels[bbox->classify_count]), "%d", label_id); | ~^ ~~~~~~~~ | | | | int uint32_t {aka long unsigned int} | %ld CC libavfilter/vf_dnn_detect.o CC libavfilter/vf_dnn_processing.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_epx.o CC libavfilter/vf_eq.o CC libavfilter/vf_estdif.o CC libavfilter/vf_exposure.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_feedback.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_freezeframes.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_grayworld.o CC libavfilter/vf_guided.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_hsvkey.o CC libavfilter/vf_hue.o CC libavfilter/vf_huesaturation.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_identity.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_limitdiff.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_maskedminmax.o CC libavfilter/vf_maskedthreshold.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_median.o 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_monochrome.o CC libavfilter/vf_morpho.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_multiply.o CC libavfilter/vf_negate.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 src/libavfilter/vf_paletteuse.c: In function 'disp_node': src/libavfilter/vf_paletteuse.c:467:21: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int32_t' {aka 'long int'} [-Wformat=] 467 | av_bprintf(buf, "%*cnode%d [" | ^~~~~~~~~~~~~ ...... 472 | "[ "[lab_comp], node->c.lab[0], | ~~~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavfilter/vf_paletteuse.c:468:28: note: format string is defined here 468 | "label=\"%c%d%c%d%c%d%c\" " | ~^ | | | int | %ld src/libavfilter/vf_paletteuse.c:467:21: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int32_t' {aka 'long int'} [-Wformat=] 467 | av_bprintf(buf, "%*cnode%d [" | ^~~~~~~~~~~~~ ...... 473 | "][ "[lab_comp], node->c.lab[1], | ~~~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavfilter/vf_paletteuse.c:468:32: note: format string is defined here 468 | "label=\"%c%d%c%d%c%d%c\" " | ~^ | | | int | %ld src/libavfilter/vf_paletteuse.c:467:21: warning: format '%d' expects argument of type 'int', but argument 11 has type 'int32_t' {aka 'long int'} [-Wformat=] 467 | av_bprintf(buf, "%*cnode%d [" | ^~~~~~~~~~~~~ ...... 474 | " ]["[lab_comp], node->c.lab[2], | ~~~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavfilter/vf_paletteuse.c:468:36: note: format string is defined here 468 | "label=\"%c%d%c%d%c%d%c\" " | ~^ | | | int | %ld CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_photosensitivity.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pixelize.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_scdet.o CC libavfilter/vf_scroll.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_shear.o CC libavfilter/vf_showinfo.o src/libavfilter/vf_showinfo.c: In function 'dump_video_enc_params': src/libavfilter/vf_showinfo.c:406:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 406 | av_log(ctx, AV_LOG_INFO, "qp=%d; ", par->qp); | ~^ ~~~~~~~ | | | | int int32_t {aka long int} | %ld CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shufflepixels.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_siti.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_ssim360.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_tmidequalizer.o CC libavfilter/vf_tpad.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_untile.o CC libavfilter/vf_uspp.o CC libavfilter/vf_v360.o CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_varblur.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vif.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_xfade.o CC libavfilter/vf_xmedian.o CC libavfilter/vf_yadif.o CC libavfilter/vf_yaepblur.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_gradients.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_sierpinski.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_atadenoise_init.o CC libavfilter/x86/vf_blend_init.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_convolution_init.o CC libavfilter/x86/vf_eq_init.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_lut3d_init.o src/libavfilter/x86/vf_lut3d_init.c: In function 'ff_lut3d_init_x86': src/libavfilter/x86/vf_lut3d_init.c:63:9: warning: unused variable 'depth' [-Wunused-variable] 63 | int depth = desc->comp[0].depth; | ^~~~~ src/libavfilter/x86/vf_lut3d_init.c:62:9: warning: unused variable 'isfloat' [-Wunused-variable] 62 | int isfloat = desc->flags & AV_PIX_FMT_FLAG_FLOAT; | ^~~~~~~ src/libavfilter/x86/vf_lut3d_init.c:61:9: warning: unused variable 'planar' [-Wunused-variable] 61 | int planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; | ^~~~~~ src/libavfilter/x86/vf_lut3d_init.c:60:9: warning: unused variable 'cpu_flags' [-Wunused-variable] 60 | int cpu_flags = av_get_cpu_flags(); | ^~~~~~~~~ CC libavfilter/x86/vf_maskedclamp_init.o CC libavfilter/x86/vf_maskedmerge_init.o CC libavfilter/x86/vf_nlmeans_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_transpose_init.o CC libavfilter/x86/vf_v360_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 CC libavformat/aaxdec.o CC libavformat/ac3dec.o CC libavformat/ac4dec.o CC libavformat/ac4enc.o CC libavformat/acedec.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/aiff.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/alp.o CC libavformat/amr.o CC libavformat/amvenc.o src/libavformat/amvenc.c: In function 'amv_init': src/libavformat/amvenc.c:132:46: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 132 | av_log(s, AV_LOG_TRACE, "us_per_frame = %d\n", amv->us_per_frame); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int int32_t {aka long int} | %ld src/libavformat/amvenc.c:133:46: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 133 | av_log(s, AV_LOG_TRACE, "aframe_size = %d\n", amv->aframe_size); | ~^ ~~~~~~~~~~~~~~~~ | | | | int int32_t {aka long int} | %ld src/libavformat/amvenc.c:134:46: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 134 | av_log(s, AV_LOG_TRACE, "ablock_align = %d\n", amv->ablock_align); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int int32_t {aka long int} | %ld src/libavformat/amvenc.c:156:80: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=] 156 | av_log(s, AV_LOG_ERROR, "Invalid audio frame size. Got %d, wanted %d\n", | ~^ | | | int | %ld 157 | par->frame_size, amv->aframe_size); | ~~~~~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/amvenc.c:162:81: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=] 162 | av_log(s, AV_LOG_ERROR, "Invalid audio block align. Got %d, wanted %d\n", | ~^ | | | int | %ld 163 | par->block_align, amv->ablock_align); | ~~~~~~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/amvenc.c:168:55: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 168 | av_log(s, AV_LOG_ERROR, "Try -block_size %d\n", amv->aframe_size); | ~^ ~~~~~~~~~~~~~~~~ | | | | int int32_t {aka long int} | %ld src/libavformat/amvenc.c: In function 'amv_write_packet_internal': src/libavformat/amvenc.c:311:70: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=] 311 | av_log(s, AV_LOG_WARNING, "Invalid audio packet size (%d != %d)\n", | ~^ | | | int | %ld 312 | pkt->size, amv->ablock_align); | ~~~~~~~~~~~~~~~~~ | | | int32_t {aka long int} CC libavformat/anm.o CC libavformat/apac.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apm.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/argo_asf.o src/libavformat/argo_asf.c: In function 'ff_argo_asf_fill_stream': src/libavformat/argo_asf.c:88:61: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 88 | av_log(s, AV_LOG_ERROR, "Invalid sample count. Got %u, expected %d\n", | ~^ | | | unsigned int | %lu 89 | ckhdr->num_samples, ASF_SAMPLE_COUNT); | ~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/argo_asf.c:94:59: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 94 | avpriv_request_sample(s, "Nonstandard flags (0x%08X)", ckhdr->flags); | ~~~^ ~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %08lX CC libavformat/argo_brp.o src/libavformat/argo_brp.c: In function 'read_extradata': src/libavformat/argo_brp.c:125:51: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 125 | avpriv_request_sample(s, "BRP codec id 0x%x", hdr->codec_id); | ~^ ~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lx src/libavformat/argo_brp.c:134:61: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 134 | av_log(s, AV_LOG_ERROR, "Invalid %s extradata size %u, expected %u\n", | ~^ | | | unsigned int | %lu 135 | name, hdr->extradata_size, size); | ~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/argo_brp.c:134:74: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 134 | av_log(s, AV_LOG_ERROR, "Invalid %s extradata size %u, expected %u\n", | ~^ | | | unsigned int | %lu 135 | name, hdr->extradata_size, size); | ~~~~ | | | uint32_t {aka long unsigned int} CC libavformat/argo_cvg.o src/libavformat/argo_cvg.c: In function 'argo_cvg_read_header': src/libavformat/argo_cvg.c:202:44: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 202 | av_log(s, AV_LOG_TRACE, "num blocks = %u\n", ctx->num_blocks); | ~^ ~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu src/libavformat/argo_cvg.c: In function 'argo_cvg_write_trailer': src/libavformat/argo_cvg.c:352:42: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 352 | av_log(s, AV_LOG_TRACE, "checksum = %u\n", ctx->checksum); | ~^ ~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu CC libavformat/asf.o CC libavformat/asf_tags.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/av1.o CC libavformat/av1dec.o CC libavformat/avc.o src/libavformat/avc.c: In function 'ff_avc_decode_sps': src/libavformat/avc.c:377:56: warning: passing argument 3 of 'ff_nal_unit_extract_rbsp' from incompatible pointer type [-Wincompatible-pointer-types] 377 | rbsp_buf = ff_nal_unit_extract_rbsp(buf, buf_size, &rbsp_size, 0); | ^~~~~~~~~~ | | | int * src/libavformat/avc.c:304:45: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 304 | uint32_t *dst_len, int header_len) | ~~~~~~~~~~^~~~~~~ CC libavformat/avformat.o CC libavformat/avidec.o src/libavformat/avidec.c: In function 'avi_read_header': src/libavformat/avidec.c:777:54: warning: passing argument 3 of 'ff_get_bmp_header' from incompatible pointer type [-Wincompatible-pointer-types] 777 | tag1 = ff_get_bmp_header(pb, st, &esize); | ^~~~~~ | | | unsigned int * In file included from src/libavformat/avidec.c:39: src/libavformat/riff.h:46:64: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 46 | 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/avs2dec.o CC libavformat/avs3dec.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/binka.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/bonk.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/dash.o CC libavformat/dashdec.o src/libavformat/dashdec.c: In function 'update_init_section': src/libavformat/dashdec.c:1744:40: warning: passing argument 2 of 'av_fast_malloc' from incompatible pointer type [-Wincompatible-pointer-types] 1744 | av_fast_malloc(&pls->init_sec_buf, &pls->init_sec_buf_size, sec_size); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} In file included from src/libavutil/common.h:572, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/dashdec.c:24: src/libavutil/mem.h:324:46: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 324 | void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ CC libavformat/dashenc.o src/libavformat/dashenc.c: In function 'dash_init': src/libavformat/dashenc.c:1588:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1588 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~ src/libavformat/dashenc.c:1588:62: note: directive argument in the range [0, 2147483647] 1588 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1588:17: note: 'snprintf' output 10 or more bytes (assuming 1042) into a destination of size 1024 1588 | snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1592:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1592 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:1592:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1592 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'flush_init_segment': src/libavformat/dashenc.c:601:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 601 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:601:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 601 | snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'write_hls_media_playlist': src/libavformat/dashenc.c:495:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 495 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~ In function 'get_hls_playlist_name', inlined from 'write_hls_media_playlist' at src/libavformat/dashenc.c:531:5: src/libavformat/dashenc.c:495:9: note: 'snprintf' output between 13 and 1046 bytes into a destination of size 1024 495 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_flush': src/libavformat/dashenc.c:1968:63: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 1968 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile); | ^~ src/libavformat/dashenc.c:1968:13: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 1968 | 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:495:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 495 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~ In function 'get_hls_playlist_name', inlined from 'dash_write_trailer' at src/libavformat/dashenc.c:2331:17: src/libavformat/dashenc.c:495:46: note: directive argument in the range [0, 2147483647] 495 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:495:9: note: 'snprintf' output between 13 and 1045 bytes into a destination of size 1024 495 | snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_write_packet': src/libavformat/dashenc.c:2265:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 2265 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~ src/libavformat/dashenc.c:2265:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 2265 | snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2266 | os->filename); | ~~~~~~~~~~~~~ CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/demux.o CC libavformat/demux_utils.o CC libavformat/derf.o CC libavformat/dfa.o CC libavformat/dfpwmdec.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dovi_isom.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o 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/evc.o CC libavformat/evcdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo_test.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o src/libavformat/flac_picture.c: In function 'ff_flac_parse_picture': src/libavformat/flac_picture.c:124:79: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 124 | av_log(s, AV_LOG_ERROR, "Attached picture metadata block too big %u\n", len); | ~^ ~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu src/libavformat/flac_picture.c:136:86: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 136 | av_log(s, AV_LOG_INFO, "Correcting truncated metadata picture size from %u to %u\n", left, len); | ~^ ~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu src/libavformat/flac_picture.c:136:92: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 136 | av_log(s, AV_LOG_INFO, "Correcting truncated metadata picture size from %u to %u\n", left, len); | ~^ ~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o src/libavformat/flvdec.c: In function 'flv_set_video_codec': src/libavformat/flvdec.c:392:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 392 | avpriv_request_sample(s, "Video codec (%x)", flv_codecid); | ~^ ~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lx CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/fwse.o 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/hca.o CC libavformat/hcom.o CC libavformat/hdsenc.o 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:827:13: src/libavformat/hls.c:545:13: warning: 'strncpy' output may be truncated copying between 2 and 62 bytes from a string of length 63 [-Wstringop-truncation] 545 | strncpy(rend->language + langlen + 1, info->assoc_language, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 546 | sizeof(rend->language) - langlen - 2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/hls_sample_encryption.o CC libavformat/hlsenc.o src/libavformat/hlsenc.c: In function 'write_codec_attr': src/libavformat/hlsenc.c:390:72: warning: passing argument 3 of 'ff_nal_unit_extract_rbsp' from incompatible pointer type [-Wincompatible-pointer-types] 390 | rbsp_buf = ff_nal_unit_extract_rbsp(data, remain_size, &rbsp_size, 0); | ^~~~~~~~~~ | | | int * In file included from src/libavformat/hlsenc.c:45: src/libavformat/avc.h:67:45: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 67 | uint32_t *dst_len, int header_len); | ~~~~~~~~~~^~~~~~~ CC libavformat/hlsplaylist.o In file included from src/libavutil/avutil.h:296, from src/libavcodec/codec.h:26, from src/libavformat/avformat.h:313, from src/libavformat/hlsplaylist.c:28: src/libavformat/hlsplaylist.c: In function 'ff_hls_write_file_entry': src/libavutil/common.h:64:23: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits] 64 | #define FFABS(a) ((a) >= 0 ? (a) : (-(a))) | ^~ src/libavformat/hlsplaylist.c:172:23: note: in expansion of macro 'FFABS' 172 | 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/ifv.o src/libavformat/ifv.c: In function 'parse_header': src/libavformat/ifv.c:108:56: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 108 | avpriv_request_sample(s, "Unknown video codec %x", vid_magic); | ~^ ~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lx src/libavformat/ifv.c:119:56: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 119 | avpriv_request_sample(s, "Unknown audio codec %x", aud_magic); | ~^ ~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lx CC libavformat/ilbc.o CC libavformat/imf_cpl.o CC libavformat/imfdec.o src/libavformat/imfdec.c: In function 'parse_assetmap': src/libavformat/imfdec.c:338:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 338 | av_log(s, AV_LOG_DEBUG, "Found %d assets from %s\n", | ~^ | | | int | %ld 339 | c->asset_locator_map.asset_count, url); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/imfdec.c: In function 'open_virtual_track': src/libavformat/imfdec.c:535:16: warning: format '%d' expects argument of type 'int', but argument 20 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 535 | "Open stream from file " AV_PRI_URN_UUID ", stream %d\n", | ^~~~~~~~~~~~~~~~~~~~~~~~ 536 | AV_UUID_ARG(virtual_track->resources[i].track_file_uuid), 537 | i); | ~ | | | uint32_t {aka long unsigned int} src/libavformat/imfdec.c:535:68: note: format string is defined here 535 | "Open stream from file " AV_PRI_URN_UUID ", stream %d\n", | ~^ | | | int | %ld src/libavformat/imfdec.c: In function 'set_context_streams_from_tracks': src/libavformat/imfdec.c:583:68: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 583 | av_log(s, AV_LOG_DEBUG, "Open the first resource of track %d\n", c->tracks[i]->index); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int int32_t {aka long int} | %ld src/libavformat/imfdec.c: In function 'get_next_track_with_minimum_timestamp': src/libavformat/imfdec.c:710:49: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 710 | av_log(s, AV_LOG_TRACE, "Compare track %d timestamp " AVRATIONAL_FORMAT | ~^ | | | int | %ld 711 | " to minimum " AVRATIONAL_FORMAT 712 | " (over duration: " AVRATIONAL_FORMAT ")\n", i, | ~ | | | uint32_t {aka long unsigned int} src/libavformat/imfdec.c: In function 'get_resource_context_for_timestamp': src/libavformat/imfdec.c:737:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 737 | "Looking for track %d resource for timestamp = %lf / %lf\n", | ~^ | | | int | %ld 738 | track->index, | ~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/imfdec.c:744:54: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 744 | av_log(s, AV_LOG_DEBUG, "Found resource %d in track %d to read at timestamp %lf: " | ~^ | | | int | %ld 745 | "entry=%" PRIu32 ", duration=%" PRIu32 ", editrate=" AVRATIONAL_FORMAT "\n", 746 | i, track->index, av_q2d(track->current_timestamp), | ~ | | | uint32_t {aka long unsigned int} src/libavformat/imfdec.c:744:66: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int32_t' {aka 'long int'} [-Wformat=] 744 | av_log(s, AV_LOG_DEBUG, "Found resource %d in track %d to read at timestamp %lf: " | ~^ | | | int | %ld 745 | "entry=%" PRIu32 ", duration=%" PRIu32 ", editrate=" AVRATIONAL_FORMAT "\n", 746 | i, track->index, av_q2d(track->current_timestamp), | ~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/imfdec.c:754:68: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 754 | av_log(s, AV_LOG_TRACE, "Switch resource on track %d: re-open context\n", | ~^ | | | int | %ld 755 | track->index); | ~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/imfdec.c: In function 'imf_read_packet': src/libavformat/imfdec.c:790:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int32_t' {aka 'long int'} [-Wformat=] 790 | av_log(s, AV_LOG_DEBUG, "Found track %d to read at timestamp %lf\n", | ~^ | | | int | %ld 791 | track->index, av_q2d(track->current_timestamp)); | ~~~~~~~~~~~~ | | | int32_t {aka long int} src/libavformat/imfdec.c: In function 'imf_seek': src/libavformat/imfdec.c:988:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 988 | av_log(s, AV_LOG_DEBUG, "Seeking to dts=%" PRId64 " on stream_index=%d\n", | ^~~~~~~~~~~~~~~~~~ 989 | dts, i); | ~ | | | uint32_t {aka long unsigned int} src/libavformat/imfdec.c:988:78: note: format string is defined here 988 | av_log(s, AV_LOG_DEBUG, "Seeking to dts=%" PRId64 " on stream_index=%d\n", | ~^ | | | int | %ld 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:181:55: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 181 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); | ^~~~ src/libavformat/img2enc.c:181:9: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 181 | snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/imx.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ipudec.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/isom_tags.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/jpegxl_anim_dec.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/lafdec.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/luodatdec.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:3260:79: 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=] 3260 | snprintf(duration_string, sizeof(duration_string), "%02d:%02d:%012.9f", | ^~~~~~~ src/libavformat/matroskaenc.c:3260:17: note: 'snprintf' output between 19 and 333 bytes into a destination of size 20 3260 | snprintf(duration_string, sizeof(duration_string), "%02d:%02d:%012.9f", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3261 | (int) duration_sec / 3600, ((int) duration_sec / 60) % 60, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3262 | fmod(duration_sec, 60)); | ~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/mca.o CC libavformat/mccdec.o 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/mods.o CC libavformat/moflex.o CC libavformat/mov.o src/libavformat/mov.c: In function 'mov_read_udta_string': src/libavformat/mov.c:516:84: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 516 | av_log(c->fc, AV_LOG_WARNING, "Skipping unhandled metadata %s of type %d\n", key, data_type); | ~^ ~~~~~~~~~ | | | | int uint32_t {aka long unsigned int} | %ld CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o CC libavformat/movenc_ttml.o 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/mspdec.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mux_utils.o CC libavformat/mvdec.o src/libavformat/mvdec.c: In function 'mv_read_header': src/libavformat/mvdec.c:372:70: warning: format '%i' expects argument of type 'int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 372 | avpriv_request_sample(avctx, "Audio sample size %i bytes", bytes_per_sample); | ~^ ~~~~~~~~~~~~~~~~ | | | | int uint32_t {aka long unsigned int} | %li 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:790:40: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 790 | 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:790:45: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 790 | 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:790:50: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 790 | 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:790:55: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 790 | 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: In function 'mxf_is_st_422': src/libavformat/mxfdec.c:2163:36: warning: 'mxf_match_uid' reading 16 bytes from a region of size 14 [-Wstringop-overread] 2163 | return essence_container_ul && mxf_match_uid(*essence_container_ul, st_422_essence_container_ul, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2164 | sizeof(st_422_essence_container_ul)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:2163:36: note: referencing argument 2 of type 'const uint8_t[16]' {aka 'const unsigned char[16]'} src/libavformat/mxfdec.c:1545:12: note: in a call to function 'mxf_match_uid' 1545 | static int mxf_match_uid(const UID key, const UID uid, int len) | ^~~~~~~~~~~~~ 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/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pdvdec.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/pp_bnk.o src/libavformat/pp_bnk.c: In function 'pp_bnk_read_header': src/libavformat/pp_bnk.c:152:62: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 152 | av_log(s, AV_LOG_WARNING, "File truncated at %d/%u track(s)\n", | ~^ | | | unsigned int | %lu 153 | i, hdr.track_count); | ~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} CC libavformat/prompeg.o CC libavformat/protocols.o 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/rka.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 CC libavformat/rtmpproto.o src/libavformat/rtmpproto.c: In function 'gen_pause': src/libavformat/rtmpproto.c:823:67: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 823 | av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", | ~^ | | | int | %ld 824 | timestamp); | ~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c: In function 'handle_window_ack_size': src/libavformat/rtmpproto.c:1594:73: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1594 | av_log(s, AV_LOG_ERROR, "Incorrect window acknowledgement size %d\n", | ~^ | | | int | %ld 1595 | rt->receive_report_size); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c:1598:61: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1598 | 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:1616:50: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1616 | 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:1659:42: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1659 | 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:2946:50: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 2946 | av_log(s, AV_LOG_DEBUG, "Pause at timestamp %d\n", | ~^ | | | int | %ld 2947 | rt->last_timestamp); | ~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c:2949:77: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 2949 | av_log(s, AV_LOG_ERROR, "Unable to send pause command at timestamp %d\n", | ~^ | | | int | %ld 2950 | rt->last_timestamp); | ~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtmpproto.c: In function 'send_invoke_response': src/libavformat/rtmpproto.c:1967:51: warning: ' is now published' directive output may be truncated writing 17 bytes into a region of size between 1 and 128 [-Wformat-truncation=] 1967 | snprintf(statusmsg, sizeof(statusmsg), "%s is now published", filename); | ^~~~~~~~~~~~~~~~~ src/libavformat/rtmpproto.c:1967:9: note: 'snprintf' output between 18 and 145 bytes into a destination of size 128 1967 | snprintf(statusmsg, sizeof(statusmsg), "%s is now published", filename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/startcode.h:32:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 32 | uint32_t *state); | ~~~~~~~~~~^~~~~ CC libavformat/rtpenc_rfc4175.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o src/libavformat/rtsp.c: In function 'ff_rtsp_connect': src/libavformat/rtsp.c:1811:60: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1811 | snprintf(sessioncookie, sizeof(sessioncookie), "%08x%08x", | ~~~^ | | | unsigned int | %08lx 1812 | av_get_random_seed(), av_get_random_seed()); | ~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtsp.c:1811:64: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1811 | snprintf(sessioncookie, sizeof(sessioncookie), "%08x%08x", | ~~~^ | | | unsigned int | %08lx 1812 | av_get_random_seed(), av_get_random_seed()); | ~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} src/libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request': src/libavformat/rtsp.c:1584:30: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4085 [-Wformat-truncation=] 1584 | "Transport: %s\r\n", | ^~ 1585 | transport); | ~~~~~~~~~ src/libavformat/rtsp.c:1583:9: note: 'snprintf' output between 14 and 4109 bytes into a destination of size 4096 1583 | snprintf(cmd, sizeof(cmd), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1584 | "Transport: %s\r\n", | ~~~~~~~~~~~~~~~~~~~~ 1585 | transport); | ~~~~~~~~~~ CC libavformat/rtspdec.o src/libavformat/rtspdec.c: In function 'rtsp_read_setup': src/libavformat/rtspdec.c:347:44: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 347 | av_strlcatf(rt->session_id, 512, "%u", av_get_random_seed()); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu 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/scd.o src/libavformat/scd.c: In function 'scd_read_table': src/libavformat/scd.c:108:58: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 108 | av_log(s, AV_LOG_TRACE, "Table, size = %u, offset = %u\n", table->count, table->offset); | ~^ ~~~~~~~~~~~~~ | | | | unsigned int uint32_t {aka long unsigned int} | %lu src/libavformat/scd.c:110:46: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 110 | av_log(s, AV_LOG_TRACE, " [%02zu]: %u\n", i, table->entries[i]); | ~^ ~~~~~~~~~~~~~~~~~ | | | | unsigned int uint32_t {aka long unsigned int} | %lu src/libavformat/scd.c: In function 'scd_read_track': src/libavformat/scd.c:190:50: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 190 | av_log(s, AV_LOG_DEBUG, "[%d] Track has %u auxillary chunk(s).\n", index, track->aux_count); | ~^ ~~~~~~~~~~~~~~~~ | | | | unsigned int uint32_t {aka long unsigned int} | %lu src/libavformat/scd.c:231:50: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 231 | avpriv_request_sample(s, "data type %u", track->data_type); | ~^ ~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu src/libavformat/scd.c: In function 'scd_read_header': src/libavformat/scd.c:256:48: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 256 | avpriv_request_sample(s, "SCD version %u", ctx->hdr.version); | ~^ ~~~~~~~~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu CC libavformat/sdns.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/seek.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o CC libavformat/sga.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 src/libavformat/smoothstreamingenc.c: In function 'ism_flush': src/libavformat/smoothstreamingenc.c:509:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 509 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ src/libavformat/smoothstreamingenc.c:509:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024 509 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:537:53: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 537 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~ src/libavformat/smoothstreamingenc.c:537:13: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024 537 | snprintf(filename, sizeof(filename), "%s/temp", os->dirname); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:544:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 544 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:544:9: note: 'snprintf' output 18 or more bytes (assuming 1041) into a destination of size 1024 544 | snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:545:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 545 | snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); | ^~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:545:9: note: 'snprintf' output 15 or more bytes (assuming 1038) into a destination of size 1024 545 | 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/svs.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/ttmlenc.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:276:9: warning: unused variable 'i' [-Wunused-variable] 276 | int i; | ^ CC libavformat/uncodedframecrcenc.o src/libavformat/uncodedframecrcenc.c: In function 'audio_frame_cksum': src/libavformat/uncodedframecrcenc.c:98:27: warning: passing argument 1 of 'cksum_line_u8' from incompatible pointer type [-Wincompatible-pointer-types] 98 | cksum_line_u8(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:32:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 32 | 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(u8, uint8_t, *p) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:102:28: warning: passing argument 1 of 'cksum_line_s16' from incompatible pointer type [-Wincompatible-pointer-types] 102 | cksum_line_s16(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:32:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 32 | 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(s16, int16_t, *p + 0x8000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:106:28: warning: passing argument 1 of 'cksum_line_s32' from incompatible pointer type [-Wincompatible-pointer-types] 106 | cksum_line_s32(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:32:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 32 | 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(s32, int32_t, *p + 0x80000000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:110:28: warning: passing argument 1 of 'cksum_line_flt' from incompatible pointer type [-Wincompatible-pointer-types] 110 | cksum_line_flt(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:32:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 32 | 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(flt, float, *p * 0x80000000 + 0x80000000) | ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:114:28: warning: passing argument 1 of 'cksum_line_dbl' from incompatible pointer type [-Wincompatible-pointer-types] 114 | cksum_line_dbl(&cksum, d, nb_samples); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/uncodedframecrcenc.c:32:43: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 32 | static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ | ~~~~~~~~~~^~~~~ src/libavformat/uncodedframecrcenc.c:47:1: note: in expansion of macro 'DEFINE_CKSUM_LINE' 47 | DEFINE_CKSUM_LINE(dbl, double, *p * 0x80000000 + 0x80000000) | ^~~~~~~~~~~~~~~~~ CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/version.o CC libavformat/vividas.o src/libavformat/vividas.c: In function 'decode_block': src/libavformat/vividas.c:163:37: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 163 | xor_block(tmp, tmp, 4, key, &tmpkey); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:123:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 123 | static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) | ~~~~~~~~~~^~~~~~~ src/libavformat/vividas.c:170:24: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 170 | key, key_ptr); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:123:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 123 | static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) | ~~~~~~~~~~^~~~~~~ src/libavformat/vividas.c:177:39: warning: passing argument 5 of 'xor_block' from incompatible pointer type [-Wincompatible-pointer-types] 177 | xor_block(&tmp, &tmp, 4, key, key_ptr); | ^~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:123:77: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 123 | 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:506:40: warning: passing argument 2 of 'read_sb_block' from incompatible pointer type [-Wincompatible-pointer-types] 506 | viv->sb_buf = read_sb_block(s->pb, &size, &viv->sb_key, expected_size); | ^~~~~ | | | uint32_t * {aka long unsigned int *} src/libavformat/vividas.c:232:59: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 232 | 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:103:63: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] 103 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~ src/libavformat/vorbiscomment.c:103:62: note: directive argument in the range [0, 1073741822] 103 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~~~ src/libavformat/vorbiscomment.c:103:13: note: 'snprintf' output between 4 and 11 bytes into a destination of size 4 103 | snprintf(chapter_number, sizeof(chapter_number), "%03d", i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:104: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=] 104 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); | ^~~~ src/libavformat/vorbiscomment.c:104:58: note: directive argument in the range [-59, 59] 104 | snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:104:58: note: directive argument in the range [-999, 999] src/libavformat/vorbiscomment.c:104:13: note: 'snprintf' output between 13 and 21 bytes into a destination of size 13 104 | 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/vvcdec.o CC libavformat/w64.o CC libavformat/wady.o CC libavformat/wavarc.o CC libavformat/wavdec.o src/libavformat/wavdec.c: In function 'find_tag': src/libavformat/wavdec.c:140:29: warning: passing argument 2 of 'next_tag' from incompatible pointer type [-Wincompatible-pointer-types] 140 | size = next_tag(pb, &tag, wav->rifx); | ^~~~ | | | unsigned int * src/libavformat/wavdec.c:113:52: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 113 | 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_audenc.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/xmd.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:29, from src/libavcodec/aacdec_fixed.c:69: src/libavcodec/aacdec_template.c: In function 'aac_static_table_init': src/libavcodec/aacdec_template.c:1162:51: warning: passing argument 1 of 'avpriv_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1162 | AAC_RENAME(avpriv_kbd_window_init)(AAC_RENAME(aac_kbd_long_960), 4.0, 960); | ^~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:32:29: note: in definition of macro 'AAC_RENAME' 32 | #define AAC_RENAME(x) x ## _fixed | ^ In file included from src/libavcodec/aacdec_fixed.c:70: src/libavcodec/kbdwin.h:38:43: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 38 | int avpriv_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ src/libavcodec/aacdec_template.c:1163:51: warning: passing argument 1 of 'avpriv_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1163 | AAC_RENAME(avpriv_kbd_window_init)(AAC_RENAME(aac_kbd_short_120), 6.0, 120); | ^~~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:32:29: note: in definition of macro 'AAC_RENAME' 32 | #define AAC_RENAME(x) x ## _fixed | ^ src/libavcodec/kbdwin.h:38:43: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 38 | int avpriv_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ src/libavcodec/aacdec_template.c:1171:52: warning: passing argument 1 of 'avpriv_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1171 | AAC_RENAME(avpriv_kbd_window_init)(AAC_RENAME2(aac_kbd_long_1024), 4.0, 1024); | ^~~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ src/libavcodec/kbdwin.h:38:43: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 38 | int avpriv_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ src/libavcodec/aacdec_template.c:1172:52: warning: passing argument 1 of 'avpriv_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1172 | AAC_RENAME(avpriv_kbd_window_init)(AAC_RENAME2(aac_kbd_short_128), 6.0, 128); | ^~~~~~~~~~~~~~~~~ | | | int * src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ src/libavcodec/kbdwin.h:38:43: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 38 | int avpriv_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ In file included from src/libavcodec/aacdec_fixed.c:452: src/libavcodec/aacdec_template.c: In function 'imdct_and_windowing': src/libavcodec/aacdec_template.c:2708:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2708 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2708:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2708:61: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2708 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2708:61: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2708:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2708 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2708:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2708:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2708 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2708: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:2713:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2713 | 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:2713:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2713:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2713 | 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:2713:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2713:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2713 | 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:2713:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2713:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2713 | 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:2713: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:2714:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2714 | 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:2714:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2714:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2714 | 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:2714:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2714:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2714 | 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:2714:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2714:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2714 | 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:2714: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:2715:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2715 | 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:2715:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2715:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2715 | 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:2715:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2715:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2715 | 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:2715:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2715:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2715 | 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:2715: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:2716:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2716 | 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:2716:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2716:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2716 | 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:2716:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2716:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2716 | 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:2716:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2716:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2716 | 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:2716: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:2717:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2717 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2717:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2717:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2717 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2717:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2717:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2717 | ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2717:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2717:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2717 | 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:2717: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:2720:46: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2720 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2720:46: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2720:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2720 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2720:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2720:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2720 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2720:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2720:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2720 | ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2720: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:2728:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2728 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2728:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2728:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2728 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2728:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2728:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2728 | ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2728:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2728:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2728 | 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:2728: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:2729:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2729 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2729:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2729:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2729 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2729:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2729:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2729 | ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2729:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2729:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2729 | 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:2729: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:2730:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2730 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2730:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2730:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2730 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2730:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2730:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2730 | ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2730:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2730:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2730 | 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:2730: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_960': src/libavcodec/aacdec_template.c:2773:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2773 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 480); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2773:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2773:61: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2773 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 480); | ^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2773:61: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2773:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2773 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 480); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2773:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2773:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2773 | ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 480); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2773: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:2778:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2778 | ac->fdsp->vector_fmul_window(out + 420 + 0*120, saved + 420, buf + 0*120, swindow_prev, 60); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2778:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2778:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2778 | ac->fdsp->vector_fmul_window(out + 420 + 0*120, saved + 420, buf + 0*120, swindow_prev, 60); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2778:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2778:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2778 | ac->fdsp->vector_fmul_window(out + 420 + 0*120, saved + 420, buf + 0*120, swindow_prev, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2778:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2778:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2778 | ac->fdsp->vector_fmul_window(out + 420 + 0*120, saved + 420, buf + 0*120, swindow_prev, 60); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2778: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:2779:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2779 | ac->fdsp->vector_fmul_window(out + 420 + 1*120, buf + 0*120 + 60, buf + 1*120, swindow, 60); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2779:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2779:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2779 | ac->fdsp->vector_fmul_window(out + 420 + 1*120, buf + 0*120 + 60, buf + 1*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2779:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2779:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2779 | ac->fdsp->vector_fmul_window(out + 420 + 1*120, buf + 0*120 + 60, buf + 1*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2779:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2779:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2779 | ac->fdsp->vector_fmul_window(out + 420 + 1*120, buf + 0*120 + 60, buf + 1*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2779: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:2780:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2780 | ac->fdsp->vector_fmul_window(out + 420 + 2*120, buf + 1*120 + 60, buf + 2*120, swindow, 60); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2780:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2780:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2780 | ac->fdsp->vector_fmul_window(out + 420 + 2*120, buf + 1*120 + 60, buf + 2*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2780:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2780:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2780 | ac->fdsp->vector_fmul_window(out + 420 + 2*120, buf + 1*120 + 60, buf + 2*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2780:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2780:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2780 | ac->fdsp->vector_fmul_window(out + 420 + 2*120, buf + 1*120 + 60, buf + 2*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2780: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:2781:52: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2781 | ac->fdsp->vector_fmul_window(out + 420 + 3*120, buf + 2*120 + 60, buf + 3*120, swindow, 60); | ~~~~~~~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2781:52: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2781:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2781 | ac->fdsp->vector_fmul_window(out + 420 + 3*120, buf + 2*120 + 60, buf + 3*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2781:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2781:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2781 | ac->fdsp->vector_fmul_window(out + 420 + 3*120, buf + 2*120 + 60, buf + 3*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2781:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2781:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2781 | ac->fdsp->vector_fmul_window(out + 420 + 3*120, buf + 2*120 + 60, buf + 3*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2781: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:2782:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2782 | ac->fdsp->vector_fmul_window(temp, buf + 3*120 + 60, buf + 4*120, swindow, 60); | ^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2782:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2782:73: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2782 | ac->fdsp->vector_fmul_window(temp, buf + 3*120 + 60, buf + 4*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2782:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2782:83: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2782 | ac->fdsp->vector_fmul_window(temp, buf + 3*120 + 60, buf + 4*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2782:83: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2782:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2782 | ac->fdsp->vector_fmul_window(temp, buf + 3*120 + 60, buf + 4*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2782: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:2785:46: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2785 | ac->fdsp->vector_fmul_window(out + 420, saved + 420, buf, swindow_prev, 60); | ~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2785:46: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2785:67: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2785 | ac->fdsp->vector_fmul_window(out + 420, saved + 420, buf, swindow_prev, 60); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2785:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2785:79: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2785 | ac->fdsp->vector_fmul_window(out + 420, saved + 420, buf, swindow_prev, 60); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2785:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2785:92: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2785 | ac->fdsp->vector_fmul_window(out + 420, saved + 420, buf, swindow_prev, 60); | ^~~~~~~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2785: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:2793:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2793 | ac->fdsp->vector_fmul_window(saved + 60, buf + 4*120 + 60, buf + 5*120, swindow, 60); | ~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2793:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2793:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2793 | ac->fdsp->vector_fmul_window(saved + 60, buf + 4*120 + 60, buf + 5*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2793:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2793:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2793 | ac->fdsp->vector_fmul_window(saved + 60, buf + 4*120 + 60, buf + 5*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2793:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2793:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2793 | ac->fdsp->vector_fmul_window(saved + 60, buf + 4*120 + 60, buf + 5*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2793: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:2794:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2794 | ac->fdsp->vector_fmul_window(saved + 180, buf + 5*120 + 60, buf + 6*120, swindow, 60); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2794:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2794:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2794 | ac->fdsp->vector_fmul_window(saved + 180, buf + 5*120 + 60, buf + 6*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2794:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2794:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2794 | ac->fdsp->vector_fmul_window(saved + 180, buf + 5*120 + 60, buf + 6*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2794:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2794:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2794 | ac->fdsp->vector_fmul_window(saved + 180, buf + 5*120 + 60, buf + 6*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2794: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:2795:44: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(saved + 300, buf + 6*120 + 60, buf + 7*120, swindow, 60); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:44: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:63: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(saved + 300, buf + 6*120 + 60, buf + 7*120, swindow, 60); | ~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:73: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(saved + 300, buf + 6*120 + 60, buf + 7*120, swindow, 60); | ~~~~^~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2795:73: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2795:82: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2795 | ac->fdsp->vector_fmul_window(saved + 300, buf + 6*120 + 60, buf + 7*120, swindow, 60); | ^~~~~~~ | | | const INTFLOAT * {aka const int *} src/libavcodec/aacdec_template.c:2795: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:2819:42: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2819 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME2(sine_128), 64); | ~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2819:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2819:55: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2819 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME2(sine_128), 64); | ~~~~~~^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2819:55: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2819:62: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2819 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME2(sine_128), 64); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2819:62: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2819:79: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2819 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME2(sine_128), 64); | ^~~~~~~~ | | | int * src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ src/libavcodec/aacdec_template.c:2819:79: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' 2819 | ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME2(sine_128), 64); | ^~~~~~~~ src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ src/libavcodec/aacdec_template.c:2822:38: warning: passing argument 1 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2822 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME2(sine_512), 256); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2822:38: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2822:43: warning: passing argument 2 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2822 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME2(sine_512), 256); | ^~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2822:43: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2822:50: warning: passing argument 3 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2822 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME2(sine_512), 256); | ^~~ | | | INTFLOAT * {aka int *} src/libavcodec/aacdec_template.c:2822:50: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/aacdec_template.c:2822:67: warning: passing argument 4 of 'ac->fdsp->vector_fmul_window' from incompatible pointer type [-Wincompatible-pointer-types] 2822 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME2(sine_512), 256); | ^~~~~~~~ | | | int * src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ src/libavcodec/aacdec_template.c:2822:67: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' 2822 | ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME2(sine_512), 256); | ^~~~~~~~ src/libavcodec/aac_defines.h:34:29: note: in definition of macro 'AAC_RENAME2' 34 | #define AAC_RENAME2(x) x ## _fixed | ^ 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_common.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 In file included from src/libavcodec/aacsbr.c:369: src/libavcodec/aacsbr_template.c: In function 'read_sbr_grid': src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/aac.h:42, from src/libavcodec/aacsbr.c:30: src/libavcodec/sbr.h:108:24: note: at offset 2147483644 into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/sbr.h:108:24: note: at offset 2147483643 into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/sbr.h:108:24: note: at offset 2147483642 into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ CC libavcodec/aacsbr_fixed.o In file included from src/libavcodec/aacsbr_fixed.c:611: src/libavcodec/aacsbr_template.c: In function 'read_sbr_grid': src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/aac.h:42, from src/libavcodec/aacsbr_fixed.c:59: src/libavcodec/sbr.h:108:24: note: at offset [-2147483647, -1] into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/sbr.h:108:24: note: at offset [-2147483647, -2] into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ src/libavcodec/aacsbr_template.c:736:57: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 736 | ch_data->t_env[ch_data->bs_num_env - 1 - i] = | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 737 | ch_data->t_env[ch_data->bs_num_env - i] - 2 * get_bits(gb, 2) - 2; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/sbr.h:108:24: note: at offset [-2147483647, -3] into destination object 't_env' of size 8 108 | uint8_t t_env[8]; | ^~~~~ CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_channel_layout_tab.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:156: src/libavcodec/ac3dec.c: In function 'ac3_decode_init': src/libavcodec/ac3dec.c:231:41: warning: passing argument 1 of 'avpriv_kbd_window_init_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 231 | AC3_RENAME(avpriv_kbd_window_init)(s->window, 5.0, 256); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} In file included from src/libavcodec/ac3dec.c:47: src/libavcodec/kbdwin.h:38:43: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 38 | int avpriv_kbd_window_init_fixed(int32_t *window, float alpha, int n); | ~~~~~~~~~^~~~~~ src/libavcodec/ac3dec.c: In function 'ac3_decode_transform_coeffs_ch': src/libavcodec/ac3dec.c:553:23: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 553 | int32_t *coeffs = s->fixed_coeffs[ch_index]; | ^ src/libavcodec/ac3dec.c: In function 'do_imdct': src/libavcodec/ac3dec.c:733:75: warning: passing argument 2 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 733 | s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1 + offset], | ~~~~~~~~^~~~~~~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:733:75: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:734:41: warning: passing argument 3 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 734 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:734:41: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:734:56: warning: passing argument 4 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 734 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:734:56: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:745:75: warning: passing argument 2 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 745 | s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1 + offset], | ~~~~~~~~^~~~~~~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:745:75: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:746:41: warning: passing argument 3 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 746 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:746:41: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} src/libavcodec/ac3dec.c:746:56: warning: passing argument 4 of 's->fdsp->vector_fmul_window_scaled' from incompatible pointer type [-Wincompatible-pointer-types] 746 | s->tmp_output, s->window, 128, 8); | ~^~~~~~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec.c:746: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:1435:40: warning: passing argument 1 of 'scale_coefs' from incompatible pointer type [-Wincompatible-pointer-types] 1435 | scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~~~~~^~~~ | | | INTFLOAT * {aka int *} src/libavcodec/ac3dec_fixed.c:63:14: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'INTFLOAT *' {aka 'int *'} 63 | int32_t *dst, | ~~~~~~~~~^~~ src/libavcodec/ac3dec.c:1435:61: warning: passing argument 2 of 'scale_coefs' from incompatible pointer type [-Wincompatible-pointer-types] 1435 | scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~^~~~ | | | int * src/libavcodec/ac3dec_fixed.c:64:20: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' 64 | const int32_t *src, | ~~~~~~~~~~~~~~~^~~ src/libavcodec/ac3dec.c:1477:65: warning: passing argument 2 of 'ff_ac3dsp_downmix_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1477 | AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->xcfptr + 1, s->downmix_coeffs, | ~~~~~~~~~~^~~ | | | INTFLOAT ** {aka int **} In file included from src/libavcodec/ac3dec.h:60, from src/libavcodec/ac3dec_fixed.c:51: src/libavcodec/ac3dsp.h:115:58: note: expected 'int32_t **' {aka 'long int **'} but argument is of type 'INTFLOAT **' {aka 'int **'} 115 | void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, | ~~~~~~~~~~^~~~~~~ src/libavcodec/ac3dec.c:1483:56: warning: passing argument 2 of 'ff_ac3dsp_downmix_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1483 | AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, | ~^~~~~~~~ | | | INTFLOAT ** {aka int **} src/libavcodec/ac3dsp.h:115:58: note: expected 'int32_t **' {aka 'long int **'} but argument is of type 'INTFLOAT **' {aka 'int **'} 115 | void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, | ~~~~~~~~~~^~~~~~~ In function 'spx_strategy', inlined from 'decode_audio_block' at src/libavcodec/ac3dec.c:1150:24: src/libavcodec/ac3dec.c:862:37: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 862 | s->channel_uses_spx[ch] = get_bits1(bc); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/libavcodec/ac3dec.h: In function 'decode_audio_block': src/libavcodec/ac3dec.h:144:13: note: at offset 7 into destination object 'channel_uses_spx' of size 7 144 | uint8_t channel_uses_spx[AC3_MAX_CHANNELS]; ///< channel uses spectral extension (chinspx) | ^~~~~~~~~~~~~~~~ CC libavcodec/ac3dec_float.o In file included from src/libavcodec/ac3dec_float.c:38: src/libavcodec/ac3dec.c: In function 'ac3_decode_transform_coeffs_ch': src/libavcodec/ac3dec.c:553:23: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 553 | int32_t *coeffs = s->fixed_coeffs[ch_index]; | ^ src/libavcodec/ac3dec.c: In function 'decode_audio_block': src/libavcodec/ac3dec.c:1441:63: warning: passing argument 2 of 's->fmt_conv.int32_to_float_fmul_scalar' from incompatible pointer type [-Wincompatible-pointer-types] 1441 | s->fixed_coeffs[ch], gain, 256); | ~~~~~~~~~~~~~~~^~~~ | | | int * src/libavcodec/ac3dec.c:1441:63: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *' In function 'spx_strategy', inlined from 'decode_audio_block' at src/libavcodec/ac3dec.c:1150:24: src/libavcodec/ac3dec.c:862:37: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 862 | s->channel_uses_spx[ch] = get_bits1(bc); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ In file included from src/libavcodec/ac3dec_float.c:34: src/libavcodec/ac3dec.h: In function 'decode_audio_block': src/libavcodec/ac3dec.h:144:13: note: at offset 7 into destination object 'channel_uses_spx' of size 7 144 | uint8_t channel_uses_spx[AC3_MAX_CHANNELS]; ///< channel uses spectral extension (chinspx) | ^~~~~~~~~~~~~~~~ CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o In file included from src/libavcodec/ac3enc_fixed.c:68: src/libavcodec/ac3enc_template.c: In function 'apply_mdct': src/libavcodec/ac3enc_template.c:95:35: warning: passing argument 1 of 's->fdsp->vector_fmul' from incompatible pointer type [-Wincompatible-pointer-types] 95 | s->fdsp->vector_fmul(s->windowed_samples, input_samples, | ~^~~~~~~~~~~~~~~~~~ | | | SampleType * {aka long int *} src/libavcodec/ac3enc_template.c:95:35: note: expected 'int *' but argument is of type 'SampleType *' {aka 'long int *'} src/libavcodec/ac3enc_template.c:95:55: warning: passing argument 2 of 's->fdsp->vector_fmul' from incompatible pointer type [-Wincompatible-pointer-types] 95 | s->fdsp->vector_fmul(s->windowed_samples, input_samples, | ^~~~~~~~~~~~~ | | | const SampleType * {aka const long int *} src/libavcodec/ac3enc_template.c:95:55: note: expected 'const int *' but argument is of type 'const SampleType *' {aka 'const long int *'} src/libavcodec/ac3enc_template.c:96:35: warning: passing argument 3 of 's->fdsp->vector_fmul' from incompatible pointer type [-Wincompatible-pointer-types] 96 | s->mdct_window, AC3_BLOCK_SIZE); | ~^~~~~~~~~~~~~ | | | const SampleType * {aka const long int *} src/libavcodec/ac3enc_template.c:96:35: note: expected 'const int *' but argument is of type 'const SampleType *' {aka 'const long int *'} src/libavcodec/ac3enc_template.c:97:62: warning: passing argument 1 of 's->fdsp->vector_fmul_reverse' from incompatible pointer type [-Wincompatible-pointer-types] 97 | s->fdsp->vector_fmul_reverse(s->windowed_samples + AC3_BLOCK_SIZE, src/libavcodec/ac3enc_template.c:97:62: note: expected 'int *' but argument is of type 'SampleType *' {aka 'long int *'} src/libavcodec/ac3enc_template.c:98:42: warning: passing argument 2 of 's->fdsp->vector_fmul_reverse' from incompatible pointer type [-Wincompatible-pointer-types] 98 | &input_samples[AC3_BLOCK_SIZE], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const SampleType * {aka const long int *} src/libavcodec/ac3enc_template.c:98:42: note: expected 'const int *' but argument is of type 'const SampleType *' {aka 'const long int *'} src/libavcodec/ac3enc_template.c:99:43: warning: passing argument 3 of 's->fdsp->vector_fmul_reverse' from incompatible pointer type [-Wincompatible-pointer-types] 99 | s->mdct_window, AC3_BLOCK_SIZE); | ~^~~~~~~~~~~~~ | | | const SampleType * {aka const long int *} src/libavcodec/ac3enc_template.c:99:43: note: expected 'const int *' but argument is of type 'const SampleType *' {aka 'const 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/amr_parser.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apac.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/aptxdec.o CC libavcodec/aptxenc.o CC libavcodec/arbc.o CC libavcodec/argo.o src/libavcodec/argo.c: In function 'decode_frame': src/libavcodec/argo.c:655:55: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 655 | av_log(avctx, AV_LOG_DEBUG, "unknown chunk 0x%X\n", chunk); | ~^ ~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lX 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:304:31: warning: initialization of 'const int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 304 | const int *baseline = mode == 4 ? c->scalefactors_prev : | ^~~~ src/libavcodec/atrac9dec.c:326:31: warning: initialization of 'const int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 326 | const int *baseline = channel_idx ? b->channel[0].scalefactors : | ^~~~~~~~~~~ src/libavcodec/atrac9dec.c: In function 'read_coeffs_coarse': src/libavcodec/atrac9dec.c:414:23: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 414 | int *coeffs = &c->q_coeffs_coarse[at9_q_unit_to_coeff_idx[i]]; | ^ CC libavcodec/atsc_a53.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_frame_merge_bsf.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/av1dec.o src/libavcodec/av1dec.c: In function 'av1_receive_frame_internal': src/libavcodec/av1dec.c:1205:60: warning: format '%d' expects argument of type 'int', but argument 5 has type 'CodedBitstreamUnitType' {aka 'long unsigned int'} [-Wformat=] 1205 | av_log(avctx, AV_LOG_DEBUG, "Obu idx:%d, obu type:%d.\n", i, unit->type); | ~^ ~~~~~~~~~~ | | | | int CodedBitstreamUnitType {aka long unsigned int} | %ld src/libavcodec/av1dec.c:1391:40: warning: format '%d' expects argument of type 'int', but argument 4 has type 'CodedBitstreamUnitType' {aka 'long unsigned int'} [-Wformat=] 1391 | "Unknown obu type: %d (%"SIZE_SPECIFIER" bits).\n", | ~^ | | | int | %ld 1392 | unit->type, unit->data_size); | ~~~~~~~~~~ | | | CodedBitstreamUnitType {aka long unsigned int} CC libavcodec/avcodec.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avrndec.o CC libavcodec/avs.o CC libavcodec/avs2.o CC libavcodec/avs2_parser.o CC libavcodec/avs3_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_dec.o CC libavcodec/bitpacked_enc.o CC libavcodec/bitstream.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/bonk.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_bsf.o CC libavcodec/cbs_h2645.o In file included from src/libavcodec/cbs_h2645.c:380: src/libavcodec/cbs_h266_syntax_template.c: In function 'cbs_h266_read_slice_header': src/libavcodec/cbs_h266_syntax_template.c:3406:48: warning: format '%hu' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 3406 | av_log(ctx->log_ctx, AV_LOG_ERROR, "Too many entry points: " | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3407 | "%" PRIu16 ".\n", current->num_entry_points); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} In file included from src/libavutil/common.h:34, from src/libavcodec/bytestream.h:30, from src/libavcodec/cbs_h2645.c:22: /usr/local/i586-pc-msdosdjgpp/sys-include/inttypes.h:71:23: note: format string is defined here 71 | #define PRIu16 "hu" In file included from src/libavcodec/cbs_h2645.c:468: src/libavcodec/cbs_h266_syntax_template.c: In function 'cbs_h266_write_slice_header': src/libavcodec/cbs_h266_syntax_template.c:3406:48: warning: format '%hu' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 3406 | av_log(ctx->log_ctx, AV_LOG_ERROR, "Too many entry points: " | ^~~~~~~~~~~~~~~~~~~~~~~~~ 3407 | "%" PRIu16 ".\n", current->num_entry_points); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} /usr/local/i586-pc-msdosdjgpp/sys-include/inttypes.h:71:23: note: format string is defined here 71 | #define PRIu16 "hu" CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_sei.o CC libavcodec/cbs_vp9.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdtoons.o src/libavcodec/cdtoons.c: In function 'cdtoons_decode_frame': src/libavcodec/cdtoons.c:222:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 222 | "Sprite only has %d bytes of data.\n", size); | ~^ ~~~~ | | | | int uint32_t {aka long unsigned int} | %ld src/libavcodec/cdtoons.c:290:89: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 290 | av_log(avctx, AV_LOG_WARNING, "Ran out of data for ignored entry (size %X, %d left).\n", size, (int)(eod - buf)); | ~^ ~~~~ | | | | unsigned int uint32_t {aka long unsigned int} | %lX src/libavcodec/cdtoons.c:369:51: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 369 | "Palette ID %d is wrong size (%d).\n", | ~^ | | | int | %ld 370 | palette_id, c->sprites[palette_id].size); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cfhddsp.o CC libavcodec/cfhdenc.o CC libavcodec/cfhdencdsp.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/codec_par.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cri.o src/libavcodec/cri.c: In function 'cri_decode_frame': src/libavcodec/cri.c:260:64: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 260 | av_log(avctx, AV_LOG_DEBUG, "skipping unknown key %u of length %u\n", key, length); | ~^ ~~~ | | | | unsigned int uint32_t {aka long unsigned int} | %lu src/libavcodec/cri.c:260:77: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 260 | av_log(avctx, AV_LOG_DEBUG, "skipping unknown key %u of length %u\n", key, length); | ~^ ~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu CC libavcodec/cri_parser.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:2142:62: warning: passing argument 1 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2142 | s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2142:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2143:62: warning: passing argument 2 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2143 | s->output_samples[DCA_SPEAKER_R], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2143:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2149:62: warning: passing argument 1 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2149 | s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_Ls], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2149:62: note: expected 'int * restrict' but argument is of type 'int32_t *' {aka 'long int *'} src/libavcodec/dca_core.c:2150:62: warning: passing argument 2 of 's->fixed_dsp->butterflies_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 2150 | s->output_samples[DCA_SPEAKER_Rs], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dca_core.c:2150: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_sample_rate_tab.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:662:72: warning: passing argument 4 of 'ff_dcaadpcm_subband_analysis' from incompatible pointer type [-Wincompatible-pointer-types] 662 | SUBBAND_SAMPLES, estimated_diff); | ^~~~~~~~~~~~~~ | | | int32_t * {aka long int *} In file included from src/libavcodec/dcaenc.c:35: 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:772:48: warning: passing argument 1 of 'dca_vlc_calc_quant_bits' from incompatible pointer type [-Wincompatible-pointer-types] 772 | result[sel] += dca_vlc_calc_quant_bits(quantized, SUBBAND_SAMPLES, | ^~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dcaenc.c:460:51: note: expected 'const int *' but argument is of type 'int32_t *' {aka 'long int *'} 460 | static uint32_t dca_vlc_calc_quant_bits(const int values[], uint8_t n, | ~~~~~~~~~~^~~~~~~~ src/libavcodec/dcaenc.c: In function 'put_subframe_samples': src/libavcodec/dcaenc.c:1158:39: warning: passing argument 2 of 'dca_vlc_enc_quant' from incompatible pointer type [-Wincompatible-pointer-types] 1158 | dca_vlc_enc_quant(&c->pb, &c->quantized[ch][band][ss * 8], 8, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/dcaenc.c:469:60: note: expected 'const int *' but argument is of type 'int32_t *' {aka 'long int *'} 469 | static void dca_vlc_enc_quant(PutBitContext *pb, const int values[], | ~~~~~~~~~~^~~~~~~~ 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 CC libavcodec/dfa.o CC libavcodec/dfpwmdec.o CC libavcodec/dfpwmenc.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 CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dolby_e_parse.o CC libavcodec/dolby_e_parser.o CC libavcodec/dovi_rpu.o CC libavcodec/dpcm.o CC libavcodec/dpx.o src/libavcodec/dpx.c: In function 'decode_frame': src/libavcodec/dpx.c:645:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 645 | *dst[2]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:105:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 105 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:648:55: warning: passing argument 2 of 'read10in32_gray' from incompatible pointer type [-Wincompatible-pointer-types] 648 | *dst[0]++ = read10in32_gray(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:87:64: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 87 | static uint16_t read10in32_gray(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:651:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 651 | *dst[0]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:105:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 105 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:654:50: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 654 | *dst[1]++ = read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:105:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 105 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:658:38: warning: passing argument 2 of 'read10in32' from incompatible pointer type [-Wincompatible-pointer-types] 658 | read10in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:105:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 105 | static uint16_t read10in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:685:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 685 | *dst[2]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:120:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 120 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:687:50: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 687 | *dst[0]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:120:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 120 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:690:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 690 | *dst[1]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:120:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 120 | static uint16_t read12in32(const uint8_t **ptr, uint32_t *lbuf, | ~~~~~~~~~~^~~~ src/libavcodec/dpx.c:693:54: warning: passing argument 2 of 'read12in32' from incompatible pointer type [-Wincompatible-pointer-types] 693 | *dst[3]++ = read12in32(&buf, &rgbBuffer, | ^~~~~~~~~~ | | | unsigned int * src/libavcodec/dpx.c:120:59: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 120 | 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/dts2pts_bsf.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_error_marker_bsf.o src/libavcodec/dv_error_marker_bsf.c: In function 'dv_error_marker_filter': src/libavcodec/dv_error_marker_bsf.c:92:31: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 92 | av_log(ctx, AV_LOG_DEBUG, "%8"PRId64": Replaced %5d blocks by color %X\n", pkt->pts, match_count, AV_RB32(s->color_rgba)); | ^~~~ src/libavcodec/dv_error_marker_bsf.c:92:74: note: format string is defined here 92 | av_log(ctx, AV_LOG_DEBUG, "%8"PRId64": Replaced %5d blocks by color %X\n", pkt->pts, match_count, AV_RB32(s->color_rgba)); | ~^ | | | unsigned int | %lX CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvbsubenc.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub.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:437:60: warning: passing argument 6 of 'load_buffer' from incompatible pointer type [-Wincompatible-pointer-types] 437 | ret = load_buffer(avctx, src, src_size, &gb, &nslices, &off); | ^~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/dxtory.c:380:43: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 380 | 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/dynamic_hdr_vivid.o 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 CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evc_frame_merge_bsf.o src/libavcodec/evc_frame_merge_bsf.c: In function 'evc_frame_merge_filter': src/libavcodec/evc_frame_merge_bsf.c:183:65: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 183 | av_log(bsf, AV_LOG_ERROR, "Invalid NAL unit size: (%u)\n", nalu_size); | ~^ ~~~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lu CC libavcodec/evc_parse.o CC libavcodec/evc_parser.o CC libavcodec/evc_ps.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/fastaudio.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.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:1026:13: warning: 'copy_fields' defined but not used [-Wunused-function] 1026 | static void copy_fields(FFV1Context *fsdst, const FFV1Context *fssrc, | ^~~~~~~~~~~ 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/flacencdsp.o CC libavcodec/flicvideo.o CC libavcodec/float2half.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/ftr.o CC libavcodec/ftr_parser.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/gemdec.o CC libavcodec/get_buffer.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/h2645_sei.o src/libavcodec/h2645_sei.c: In function 'decode_registered_user_data': src/libavcodec/h2645_sei.c:167:105: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 167 | "Unsupported User Data Registered ITU-T T35 SEI message (atsc user_identifier = 0x%04x)\n", | ~~~^ | | | unsigned int | %04lx 168 | user_identifier); | ~~~~~~~~~~~~~~~ | | | uint32_t {aka long unsigned int} CC libavcodec/h2645_vui.o CC libavcodec/h2645data.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/h265_profile_level.o CC libavcodec/h266_metadata_bsf.o CC libavcodec/h274.o CC libavcodec/half2float.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapqa_extract_bsf.o CC libavcodec/hcadec.o CC libavcodec/hcom.o CC libavcodec/hdr_parser.o CC libavcodec/hdrdec.o CC libavcodec/hdrenc.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:3381:12: warning: 'hevc_ref_frame' defined but not used [-Wunused-function] 3381 | static int hevc_ref_frame(HEVCContext *s, HEVCFrame *dst, HEVCFrame *src) | ^~~~~~~~~~~~~~ src/libavcodec/hevcdec.c: In function 'pred_weight_table': src/libavcodec/hevcdec.c:178:32: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 178 | luma_weight_l0_flag[i] = get_bits1(gb); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:156:13: note: at offset 16 into destination object 'luma_weight_l0_flag' of size 16 156 | uint8_t luma_weight_l0_flag[16]; | ^~~~~~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:186:38: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 186 | chroma_weight_l0_flag[i] = get_bits1(gb); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:157:13: note: at offset 16 into destination object 'chroma_weight_l0_flag' of size 16 157 | uint8_t chroma_weight_l0_flag[16]; | ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:222:36: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 222 | luma_weight_l1_flag[i] = get_bits1(gb); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:158:13: note: at offset 16 into destination object 'luma_weight_l1_flag' of size 16 158 | uint8_t luma_weight_l1_flag[16]; | ^~~~~~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:230:42: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 230 | chroma_weight_l1_flag[i] = get_bits1(gb); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ src/libavcodec/hevcdec.c:159:13: note: at offset 16 into destination object 'chroma_weight_l1_flag' of size 16 159 | uint8_t chroma_weight_l1_flag[16]; | ^~~~~~~~~~~~~~~~~~~~~ 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1613:74: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1613 | ptrdiff_t _ystride, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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); | ^~ | | | const int32_t * {aka const long int *} src/libavcodec/hevcdsp_template.c:1518:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 1518 | int beta, const 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/imm5.o CC libavcodec/imx.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/ipu_parser.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:479:24: warning: passing argument 1 of 'band->dc_transform' from incompatible pointer type [-Wincompatible-pointer-types] 479 | band->dc_transform(prev_dc, band->buf + buf_offs, | ^~~~~~~ | | | int * src/libavcodec/ivi.c:479: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:703:47: warning: passing argument 9 of 'ivi_decode_coded_blocks' from incompatible pointer type [-Wincompatible-pointer-types] 703 | &prev_dc, is_intra, | ^~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/ivi.c:489:41: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 489 | int *prev_dc, int is_intra, | ~~~~~^~~~~~~ src/libavcodec/ivi.c:718:50: warning: passing argument 2 of 'ivi_dc_transform' from incompatible pointer type [-Wincompatible-pointer-types] 718 | ret = ivi_dc_transform(band, &prev_dc, buf_offs, blk_size); | ^~~~~~~~ | | | int32_t * {aka long int *} src/libavcodec/ivi.c:476:59: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 476 | 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:283:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 283 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:308:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 308 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_haar_4x4': src/libavcodec/ivi_dsp.c:392:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 392 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:412:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 412 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_8x8': src/libavcodec/ivi_dsp.c:547:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 547 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:562:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 562 | src = tmp; | ^ src/libavcodec/ivi_dsp.c: In function 'ff_ivi_inverse_slant_4x4': src/libavcodec/ivi_dsp.c:587:9: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 587 | dst = tmp; | ^ src/libavcodec/ivi_dsp.c:602:9: warning: assignment to 'const int32_t *' {aka 'const long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 602 | 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/jpeg2000_parser.o CC libavcodec/jpeg2000dec.o src/libavcodec/jpeg2000dec.c: In function 'dequantization_int': src/libavcodec/jpeg2000dec.c:1817:26: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1817 | 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:1837:26: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1837 | 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:1986:32: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1986 | int32_t *i_datap = comp->i_data; \ | ^~~~ src/libavcodec/jpeg2000dec.c:2032:1: note: in expansion of macro 'WRITE_FRAME' 2032 | WRITE_FRAME(8, uint8_t) | ^~~~~~~~~~~ src/libavcodec/jpeg2000dec.c: In function 'write_frame_16': src/libavcodec/jpeg2000dec.c:1986:32: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 1986 | int32_t *i_datap = comp->i_data; \ | ^~~~ src/libavcodec/jpeg2000dec.c:2033:1: note: in expansion of macro 'WRITE_FRAME' 2033 | 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:100:17: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 100 | int *line = s->i_linebuf; | ^ src/libavcodec/jpeg2000dwt.c: In function 'sd_1d97_int': src/libavcodec/jpeg2000dwt.c:234:18: warning: passing argument 1 of 'extend97_int' from incompatible pointer type [-Wincompatible-pointer-types] 234 | extend97_int(p, i0, i1); | ^ | | | int * src/libavcodec/jpeg2000dwt.c:68:42: note: expected 'int32_t *' {aka 'long int *'} but argument is of type 'int *' 68 | 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:253:17: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 253 | int *line = s->i_linebuf; | ^ src/libavcodec/jpeg2000dwt.c: In function 'dwt_decode53': src/libavcodec/jpeg2000dwt.c:341:11: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 341 | l = line + mh; | ^ src/libavcodec/jpeg2000dwt.c:350:21: warning: passing argument 1 of 'sr_1d53' from incompatible pointer type [-Wincompatible-pointer-types] 350 | sr_1d53(line, mh, mh + lh); | ^~~~ | | | int32_t * {aka long int *} src/libavcodec/jpeg2000dwt.c:307:31: note: expected 'unsigned int *' but argument is of type 'int32_t *' {aka 'long int *'} 307 | static void sr_1d53(unsigned *p, int i0, int i1) | ~~~~~~~~~~^ src/libavcodec/jpeg2000dwt.c:357:11: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 357 | l = line + mv; | ^ src/libavcodec/jpeg2000dwt.c:366:21: warning: passing argument 1 of 'sr_1d53' from incompatible pointer type [-Wincompatible-pointer-types] 366 | sr_1d53(line, mv, mv + lv); | ^~~~ | | | int32_t * {aka long int *} src/libavcodec/jpeg2000dwt.c:307:31: note: expected 'unsigned int *' but argument is of type 'int32_t *' {aka 'long int *'} 307 | static void sr_1d53(unsigned *p, int i0, int i1) | ~~~~~~~~~~^ CC libavcodec/jpeg2000htdec.o src/libavcodec/jpeg2000htdec.c: In function 'ff_jpeg2000_decode_htj2k': src/libavcodec/jpeg2000htdec.c:1206:80: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1206 | av_log(s->avctx, AV_LOG_ERROR, "Cleanup pass suffix length is invalid %d\n", | ~^ | | | int | %ld 1207 | Scup); | ~~~~ | | | uint32_t {aka long unsigned int} CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegquanttables.o CC libavcodec/jpegtables.o CC libavcodec/jpegxl_parse.o CC libavcodec/jpegxl_parser.o CC libavcodec/jrevdct.o src/libavcodec/jrevdct.c:215:28: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 215 | void ff_j_rev_dct(DCTBLOCK data) | ~~~~~~~~~^~~~ In file included from src/libavcodec/jrevdct.c:70: src/libavcodec/dct.h:55:28: note: previously declared as 'int16_t *' {aka 'short int *'} 55 | void ff_j_rev_dct(int16_t *data); | ~~~~~~~~~^~~~ src/libavcodec/jrevdct.c:953:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 953 | void ff_j_rev_dct4(DCTBLOCK data) | ~~~~~~~~~^~~~ src/libavcodec/dct.h:56:29: note: previously declared as 'int16_t *' {aka 'short int *'} 56 | void ff_j_rev_dct4(int16_t *data); | ~~~~~~~~~^~~~ src/libavcodec/jrevdct.c:1140:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1140 | void ff_j_rev_dct2(DCTBLOCK data){ | ~~~~~~~~~^~~~ src/libavcodec/dct.h:57:29: note: previously declared as 'int16_t *' {aka 'short int *'} 57 | void ff_j_rev_dct2(int16_t *data); | ~~~~~~~~~^~~~ src/libavcodec/jrevdct.c:1155:29: warning: argument 1 of type 'int16_t[64]' {aka 'short int[64]'} with mismatched bound [-Warray-parameter=] 1155 | void ff_j_rev_dct1(DCTBLOCK data){ | ~~~~~~~~~^~~~ src/libavcodec/dct.h:58:29: note: previously declared as 'int16_t *' {aka 'short int *'} 58 | void ff_j_rev_dct1(int16_t *data); | ~~~~~~~~~^~~~ CC libavcodec/jvdec.o CC libavcodec/kbdwin.o src/libavcodec/kbdwin.c: In function 'avpriv_kbd_window_init_fixed': src/libavcodec/kbdwin.c:66:34: warning: passing argument 2 of 'kbd_window_init' from incompatible pointer type [-Wincompatible-pointer-types] 66 | return kbd_window_init(NULL, window, alpha, n); | ^~~~~~ | | | int32_t * {aka long int *} src/libavcodec/kbdwin.c:25:62: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 25 | av_cold static int kbd_window_init(float *float_window, int *int_window, float alpha, int n) | ~~~~~^~~~~~~~~~ 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:158:37: warning: passing argument 2 of 'lag_decode_prob' from incompatible pointer type [-Wincompatible-pointer-types] 158 | if (lag_decode_prob(gb, &prob)) { | ^~~~~ | | | unsigned int * src/libavcodec/lagarith.c:102:57: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'unsigned int *' 102 | 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/mdec.o CC libavcodec/me_cmp.o CC libavcodec/media100_to_mjpegb_bsf.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/microdvddec.o CC libavcodec/midivid.o CC libavcodec/mimic.o CC libavcodec/misc4.o CC libavcodec/misc4_parser.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 'mjpeg_decode_app': src/libavcodec/mjpegdec.c:1862:46: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int' [-Wformat=] 1862 | av_log(s->avctx, AV_LOG_WARNING, "skipping APPx (len=%"PRId32") for bayer-encoded image\n", len); | ^~~~~~~~~~~~~~~~~~~~~~ ~~~ | | | int In file included from src/libavutil/pixdesc.h:25, from src/libavutil/imgutils.h:32, from src/libavcodec/mjpegdec.c:36: /usr/local/i586-pc-msdosdjgpp/sys-include/inttypes.h:27:23: note: format string is defined here 27 | #define PRId32 "ld" CC libavcodec/mjpegdec_common.o 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/mobiclip.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:1757:74: warning: passing argument 3 of 'avpriv_find_start_code' from incompatible pointer type [-Wincompatible-pointer-types] 1757 | buf_end = avpriv_find_start_code(buf_start + 2, *buf + buf_size, &start_code); | ^~~~~~~~~~~ | | | int * In file included from src/libavcodec/mpeg12dec.c:59: src/libavcodec/startcode.h:32:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 32 | uint32_t *state); | ~~~~~~~~~~^~~~~ 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/mpeg4audio_sample_rates.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videodsp.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_common.o CC libavcodec/mpegaudiodec_fixed.o In file included from src/libavcodec/mpegaudiodec_fixed.c:61: src/libavcodec/mpegaudiodec_template.c: In function 'handle_crc': src/libavcodec/mpegaudiodec_template.c:383:59: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 383 | av_log(s->avctx, AV_LOG_ERROR, "CRC mismatch %X!\n", crc_val); | ~^ ~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lX src/libavcodec/mpegaudiodec_template.c: In function 'compute_stereo': src/libavcodec/mpegaudiodec_template.c:949:20: warning: assignment to 'const int (*)[16]' from incompatible pointer type 'const int32_t (*)[16]' {aka 'const long int (*)[16]'} [-Wincompatible-pointer-types] 949 | is_tab = is_table; | ^ src/libavcodec/mpegaudiodec_template.c: In function 'mp_decode_frame': src/libavcodec/mpegaudiodec_template.c:1543:73: warning: passing argument 8 of 'ff_mpa_synth_filter_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 1543 | sample_stride, s->sb_samples[ch][i]); | ~~~~~~~~~~~~~~~~~^~~ | | | int * In file included from src/libavcodec/mpegaudiodec_template.c:42: 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 In file included from src/libavcodec/mpegaudiodec_float.c:74: src/libavcodec/mpegaudiodec_template.c: In function 'handle_crc': src/libavcodec/mpegaudiodec_template.c:383:59: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 383 | av_log(s->avctx, AV_LOG_ERROR, "CRC mismatch %X!\n", crc_val); | ~^ ~~~~~~~ | | | | | uint32_t {aka long unsigned int} | unsigned int | %lX 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:190:22: warning: passing argument 1 of 's->dct32_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 190 | s->RENAME(dct32)(synth_buf, sb_samples); | ^~~~~~~~~ | | | MPA_INT * {aka long int *} src/libavcodec/mpegaudiodsp_template.c:190:22: note: expected 'int *' but argument is of type 'MPA_INT *' {aka 'long int *'} src/libavcodec/mpegaudiodsp_template.c:190:33: warning: passing argument 2 of 's->dct32_fixed' from incompatible pointer type [-Wincompatible-pointer-types] 190 | s->RENAME(dct32)(synth_buf, sb_samples); | ^~~~~~~~~~ | | | MPA_INT * {aka long int *} src/libavcodec/mpegaudiodsp_template.c:190: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/mpegaudiotabs.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_dec.o CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.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/msmpeg4_vc1_data.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o src/libavcodec/msmpeg4dec.c: In function 'msmpeg4v1_pred_dc': src/libavcodec/msmpeg4dec.c:59:16: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 59 | *dc_val_ptr= &s->last_dc[i]; | ^ CC libavcodec/msmpeg4enc.o CC libavcodec/msp2dec.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/msrleenc.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/mv30.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/notchlc.o CC libavcodec/null.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus_celt.o CC libavcodec/opus_metadata_bsf.o CC libavcodec/opus_parse.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/opusdec_celt.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-blurayenc.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm-dvdenc.o CC libavcodec/pcm.o CC libavcodec/pcm_rechunk_bsf.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgs_frame_merge_bsf.o CC libavcodec/pgssubdec.o CC libavcodec/pgxdec.o CC libavcodec/photocd.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o src/libavcodec/pixlet.c: In function 'pixlet_decode_frame': src/libavcodec/pixlet.c:641:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 641 | avpriv_request_sample(avctx, "Depth %d", depth); | ~^ ~~~~~ | | | | int uint32_t {aka long unsigned int} | %ld 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/qoi_parser.o CC libavcodec/qoidec.o CC libavcodec/qoienc.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:222:16: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 222 | int *dst = ctx->channel_data[ch]; | ^~~ src/libavcodec/ralf.c: In function 'apply_lpc': src/libavcodec/ralf.c:307:18: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 307 | int *audio = ctx->channel_data[ch]; | ^~~ src/libavcodec/ralf.c: In function 'decode_block': src/libavcodec/ralf.c:369:9: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 369 | ch0 = ctx->channel_data[0]; | ^ src/libavcodec/ralf.c:370:9: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 370 | 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/rka.o src/libavcodec/rka.c: In function 'decode_filter': src/libavcodec/rka.c:724:17: warning: assignment to 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 724 | src = &ctx->buf1[off + -1]; | ^ 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/rpzaenc.o CC libavcodec/rtjpeg.o CC libavcodec/rtv1.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:467:18: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 467 | int* avail = r->avail_cache + avail_indexes[subblock_no]; | ^ src/libavcodec/rv34.c: In function 'rv34_pred_mv_rv3': src/libavcodec/rv34.c:603:18: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 603 | int* avail = r->avail_cache + avail_indexes[0]; | ^ src/libavcodec/rv34.c: In function 'rv34_output_intra': src/libavcodec/rv34.c:1135:27: warning: initialization of 'int *' from incompatible pointer type 'uint32_t *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types] 1135 | 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:464:40: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 464 | 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:25: src/libavcodec/avcodec.h:3126:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 3126 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ 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->frm1, &ctx->frm1_size, ctx->buf_size); | ^~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/avcodec.h:3126:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 3126 | 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->frm2, &ctx->frm2_size, ctx->buf_size); | ^~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/avcodec.h:3126:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 3126 | void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size); | ~~~~~~~~~~~~~~^~~~ src/libavcodec/sanm.c:469:31: warning: passing argument 2 of 'av_fast_padded_mallocz' from incompatible pointer type [-Wincompatible-pointer-types] 469 | &ctx->stored_frame_size, ctx->buf_size); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/avcodec.h:3126:54: note: expected 'unsigned int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 3126 | 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:35: src/libavcodec/scpr3.c: In function 'decode_adaptive45': src/libavcodec/scpr3.c:169:44: warning: passing argument 4 of 'add_symbol' from incompatible pointer type [-Wincompatible-pointer-types] 169 | ret = add_symbol(m, q, *value, &totfr, max); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:122:72: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 122 | static int add_symbol(PixelModel3 *m, int index, uint32_t symbol, int *totfr, int max) | ~~~~~^~~~~ src/libavcodec/scpr3.c:185:28: warning: passing argument 2 of 'rescale' from incompatible pointer type [-Wincompatible-pointer-types] 185 | rescale(m, &totfr); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:109:42: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 109 | static void rescale(PixelModel3 *m, int *totfr) | ~~~~~^~~~~ src/libavcodec/scpr3.c:198:36: warning: passing argument 4 of 'add_symbol' from incompatible pointer type [-Wincompatible-pointer-types] 198 | ret = add_symbol(m, q, *value, &totfr, max); | ^~~~~~ | | | uint32_t * {aka long unsigned int *} src/libavcodec/scpr3.c:122:72: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'long unsigned int *'} 122 | 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:950:54: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 950 | s->run_model3[0].dectab, &run); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:995:58: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 995 | s->run_model3[ptype].dectab, &run); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c: In function 'decompress_p3': src/libavcodec/scpr3.c:1029:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1029 | s->range_model3.dectab, &min); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1034:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1034 | s->range_model3.dectab, &temp); | ^~~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1043:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1043 | s->range_model3.dectab, &max); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1048:50: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1048 | s->range_model3.dectab, &temp); | ^~~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1065:53: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1065 | s->fill_model3.dectab, &fill); | ^~~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1070:54: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1070 | s->count_model3.dectab, &count); | ^~~~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1097:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1097 | s->sxy_model3[0].dectab, &sx1); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1102:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1102 | s->sxy_model3[1].dectab, &sy1); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1107:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1107 | s->sxy_model3[2].dectab, &sx2); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1112:63: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1112 | s->sxy_model3[3].dectab, &sy2); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1144:66: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1144 | s->mv_model3[0].dectab, &mvx); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1149:66: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1149 | s->mv_model3[1].dectab, &mvy); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1194:70: warning: passing argument 8 of 'decode_value3' from incompatible pointer type [-Wincompatible-pointer-types] 1194 | s->run_model3[ptype].dectab, &run); | ^~~~ | | | int * src/libavcodec/scpr3.c:734:36: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 734 | uint32_t *value) | ~~~~~~~~~~^~~~~ src/libavcodec/scpr3.c:1201:72: warning: passing argument 11 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 1201 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * In file included from src/libavcodec/scpr.c:29: src/libavcodec/scpr.h:221:35: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 221 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ src/libavcodec/scpr3.c:1201:77: warning: passing argument 12 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 1201 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * src/libavcodec/scpr.h:221:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 221 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ src/libavcodec/scpr.c: In function 'decompress_i': src/libavcodec/scpr.c:314:58: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 314 | ret = decode_value(s, s->run_model[0], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:352:62: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 352 | ret = decode_value(s, s->run_model[ptype], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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:382:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 382 | ret = decode_value(s, s->range_model, 256, 1, &min); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ 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, &temp); | ^~~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:388:52: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 388 | ret = decode_value(s, s->range_model, 256, 1, &max); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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, &temp); | ^~~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:402:57: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 402 | ret = decode_value(s, s->fill_model, 5, 10, &fill); | ^~~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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->count_model, 256, 20, &count); | ^~~~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:426:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 426 | ret = decode_value(s, s->sxy_model[0], 16, 100, &sx1); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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[1], 16, 100, &sy1); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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[2], 16, 100, &sx2); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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[3], 16, 100, &sy2); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:440:66: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 440 | ret = decode_value(s, s->mv_model[0], 512, 100, &mvx); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | 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[1], 512, 100, &mvy); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:477:74: warning: passing argument 5 of 'decode_value' from incompatible pointer type [-Wincompatible-pointer-types] 477 | ret = decode_value(s, s->run_model[ptype], 256, 400, &run); | ^~~~ | | | int * src/libavcodec/scpr.c:162:96: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 162 | static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) | ~~~~~~~~~~^~~~ src/libavcodec/scpr.c:484:72: warning: passing argument 11 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 484 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * src/libavcodec/scpr.h:221:35: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 221 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ src/libavcodec/scpr.c:484:77: warning: passing argument 12 of 'decode_run_p' from incompatible pointer type [-Wincompatible-pointer-types] 484 | dst, prev, linesize, plinesize, &bx, &by, | ^~~ | | | int * src/libavcodec/scpr.h:221:49: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 221 | uint32_t *bx, uint32_t *by, | ~~~~~~~~~~^~ CC libavcodec/setts_bsf.o CC libavcodec/sga.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/siren.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smcenc.o 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/speedhqdec.o CC libavcodec/speedhqenc.o CC libavcodec/speexdec.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/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:452:24: warning: initialization of 'uint32_t *' {aka 'long unsigned int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 452 | uint32_t *p1 = &tfilter[0]; | ^ src/libavcodec/takdec.c:453:24: warning: initialization of 'uint32_t *' {aka 'long unsigned int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 453 | 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/texturedspenc.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o src/libavcodec/tiff.c: In function 'init_image': src/libavcodec/tiff.c:1091:75: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1091 | av_log(s->avctx, AV_LOG_ERROR, "Unsupported Bayer pattern: 0x%X\n", | ~^ | | | unsigned int | %lX src/libavcodec/tiff.c:1114:75: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=] 1114 | av_log(s->avctx, AV_LOG_ERROR, "Unsupported Bayer pattern: 0x%X\n", | ~^ | | | unsigned int | %lX src/libavcodec/tiff.c: In function 'decode_frame': src/libavcodec/tiff.c:2085:41: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'unsigned int' [-Wformat=] 2085 | av_log(avctx, AV_LOG_ERROR, "BlackLevel (%g) must be less than WhiteLevel (%"PRId32")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2086 | s->black_level[0], s->white_level); | ~~~~~~~~~~~~~~ | | | unsigned int In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavcodec/tiff.c:41: /usr/local/i586-pc-msdosdjgpp/sys-include/inttypes.h:27:23: note: format string is defined here 27 | #define PRId32 "ld" CC libavcodec/tiff_common.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/to_upper4.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 CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/ttmlenc.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.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/vbndec.o CC libavcodec/vbnenc.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/version.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vlc.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmixdec.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/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:2403:30: warning: variable 'next_td' set but not used [-Wunused-but-set-variable] 2403 | 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:2621:37: warning: unused variable 'prev_td' [-Wunused-variable] 2621 | VP8ThreadData *next_td = NULL, *prev_td = NULL; | ^~~~~~~ src/libavcodec/vp8.c:2621:20: warning: unused variable 'next_td' [-Wunused-variable] 2621 | VP8ThreadData *next_td = NULL, *prev_td = NULL; | ^~~~~~~ src/libavcodec/vp8.c: At top level: src/libavcodec/vp8.c:134:12: warning: 'vp8_ref_frame' defined but not used [-Wunused-function] 134 | static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, const VP8Frame *src) | ^~~~~~~~~~~~~ CC libavcodec/vp8_parser.o CC libavcodec/vp8data.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o src/libavcodec/vp9.c: In function 'vp9_decode_init': src/libavcodec/vp9.c:1810:9: warning: unused variable 'ret' [-Wunused-variable] 1810 | int ret; | ^~~ 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/vpx_rac.o CC libavcodec/vqavideo.o CC libavcodec/vqcdec.o CC libavcodec/vvc_mp4toannexb_bsf.o CC libavcodec/vvc_parser.o CC libavcodec/wavarc.o CC libavcodec/wavpack.o src/libavcodec/wavpack.c: In function 'wv_unpack_dsd_high': src/libavcodec/wavpack.c:483:27: warning: initialization of 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 483 | int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); | ^ src/libavcodec/wavpack.c:520:16: warning: assignment to 'int32_t *' {aka 'long int *'} from incompatible pointer type 'int *' [-Wincompatible-pointer-types] 520 | pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); | ^ CC libavcodec/wavpackdata.o CC libavcodec/wavpackenc.o CC libavcodec/wbmpdec.o CC libavcodec/wbmpenc.o CC libavcodec/webp.o CC libavcodec/webp_parser.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 src/libavcodec/wmadec.c: In function 'wma_decode_block': src/libavcodec/wmadec.c:519:30: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 519 | s->channel_coded[ch] = a; | ~~~~~~~~~~~~~~~~~~~~~^~~ In file included from src/libavcodec/wmadec.c:45: src/libavcodec/wma.h:112:13: note: at offset 2 into destination object 'channel_coded' of size 2 112 | uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded | ^~~~~~~~~~~~~ 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/cfhddsp_init.o CC libavcodec/x86/cfhdencdsp_init.o src/libavcodec/x86/cfhdencdsp_init.c: In function 'ff_cfhdencdsp_init_x86': src/libavcodec/x86/cfhdencdsp_init.c:41:9: warning: unused variable 'cpu_flags' [-Wunused-variable] 41 | int cpu_flags = av_get_cpu_flags(); | ^~~~~~~~~ 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/flacencdsp_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:711:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 711 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:712:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 712 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:714:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 714 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:715:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 715 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:735:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 735 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:736:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 736 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:753:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 753 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:754:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 754 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:756:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 756 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:757:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 757 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_8_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:885:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 885 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:886:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 886 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:888:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 888 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:889:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 889 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:909:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 909 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:910:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 910 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:924:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 924 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:925:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 925 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:927:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 927 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:928:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 928 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_10_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1100:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1100 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1101:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1101 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1103:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1103 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1104:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1104 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_12_sse2; | ^ src/libavcodec/x86/hevcdsp_init.c:1114:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1114 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:1115:40: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1115 | c->hevc_h_loop_filter_luma = ff_hevc_h_loop_filter_luma_12_ssse3; | ^ src/libavcodec/x86/hevcdsp_init.c:1129:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1129 | c->hevc_v_loop_filter_chroma = ff_hevc_v_loop_filter_chroma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1130:42: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1130 | c->hevc_h_loop_filter_chroma = ff_hevc_h_loop_filter_chroma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1132:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1132 | c->hevc_v_loop_filter_luma = ff_hevc_v_loop_filter_luma_12_avx; | ^ src/libavcodec/x86/hevcdsp_init.c:1133:44: warning: assignment to 'void (*)(uint8_t *, ptrdiff_t, int, const int32_t *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const long int *, const unsigned char *, const unsigned char *)'} from incompatible pointer type 'void (*)(uint8_t *, ptrdiff_t, int, const int *, const uint8_t *, const uint8_t *)' {aka 'void (*)(unsigned char *, int, int, const int *, const unsigned char *, const unsigned char *)'} [-Wincompatible-pointer-types] 1133 | 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_init.o CC libavcodec/x86/me_cmp_init.o CC libavcodec/x86/mlpdsp_init.o CC libavcodec/x86/mpeg4videodsp.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.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/xbm_parser.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/xwd_parser.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 libpostproc/postprocess.o CC libpostproc/version.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/version.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/half2float.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:400:21: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 400 | int *idst = (int32_t *)dst; | ^ src/libswscale/rgb2rgb_template.c: In function 'yuvPlanartouyvy_c': src/libswscale/rgb2rgb_template.c:464:21: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 464 | int *idst = (int32_t *)dst; | ^ CC libswscale/slice.o src/libswscale/slice.c: In function 'get_min_buffer_size': src/libswscale/slice.c:224:25: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 224 | int *lumFilterPos = c->vLumFilterPos; | ^ src/libswscale/slice.c:225:25: warning: initialization of 'int *' from incompatible pointer type 'int32_t *' {aka 'long int *'} [-Wincompatible-pointer-types] 225 | int *chrFilterPos = c->vChrFilterPos; | ^ src/libswscale/slice.c: In function 'ff_init_filters': src/libswscale/slice.c:343:102: warning: passing argument 5 of 'ff_init_desc_hscale' from incompatible pointer type [-Wincompatible-pointer-types] 343 | 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:1137:106: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1137 | 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:361:111: warning: passing argument 5 of 'ff_init_desc_chscale' from incompatible pointer type [-Wincompatible-pointer-types] 361 | 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 *} src/libswscale/swscale_internal.h:1143:107: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 1143 | 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_single_context': src/libswscale/utils.c:1297:54: warning: passing argument 2 of 'sws_setColorspaceDetails' from incompatible pointer type [-Wincompatible-pointer-types] 1297 | sws_setColorspaceDetails(c, ff_yuv2rgb_coeffs[SWS_CS_DEFAULT], c->srcRange, | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | const int32_t * {aka const long int *} src/libswscale/utils.c:998:62: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 998 | int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], | ~~~~~~~~~~^~~~~~~~~~~~ src/libswscale/utils.c:1298:51: warning: passing argument 4 of 'sws_setColorspaceDetails' from incompatible pointer type [-Wincompatible-pointer-types] 1298 | ff_yuv2rgb_coeffs[SWS_CS_DEFAULT], | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | | | const int32_t * {aka const long int *} src/libswscale/utils.c:999:54: note: expected 'const int *' but argument is of type 'const int32_t *' {aka 'const long int *'} 999 | int srcRange, const int table[4], int dstRange, | ~~~~~~~~~~^~~~~~~~ src/libswscale/utils.c:1824:52: warning: passing argument 2 of 'ff_shuffle_filter_coefficients' from incompatible pointer type [-Wincompatible-pointer-types] 1824 | if (ff_shuffle_filter_coefficients(c, c->hLumFilterPos, c->hLumFilterSize, c->hLumFilter, dstW) < 0) | ~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libswscale/utils.c:269:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 269 | int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos, | ~~~~~^~~~~~~~~ src/libswscale/utils.c:1835:52: warning: passing argument 2 of 'ff_shuffle_filter_coefficients' from incompatible pointer type [-Wincompatible-pointer-types] 1835 | if (ff_shuffle_filter_coefficients(c, c->hChrFilterPos, c->hChrFilterSize, c->hChrFilter, c->chrDstW) < 0) | ~^~~~~~~~~~~~~~~ | | | int32_t * {aka long int *} src/libswscale/utils.c:269:56: note: expected 'int *' but argument is of type 'int32_t *' {aka 'long int *'} 269 | int ff_shuffle_filter_coefficients(SwsContext *c, int *filterPos, | ~~~~~^~~~~~~~~ CC libswscale/version.o 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:66:12: warning: returning 'const int32_t *' {aka 'const long int *'} from a function with incompatible return type 'const int *' [-Wincompatible-pointer-types] 66 | 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/ambient_viewing_environment.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/cpu.o CC libavutil/crc.o CC libavutil/csp.o CC libavutil/des.o CC libavutil/detection_bbox.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/dovi_meta.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/film_grain_params.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/hdr_dynamic_vivid_metadata.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_stub.o CC libavutil/imgutils.o CC libavutil/integer.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o 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:123:60: warning: '%0*d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=] 123 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%0*d", | ^~~~ src/libavutil/timecode.c:123:41: note: directive argument in the range [0, 2147483647] 123 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%0*d", | ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/timecode.c:123:5: note: 'snprintf' output between 11 and 32 bytes into a destination of size 23 123 | snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%0*d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 124 | neg ? "-" : "", | ~~~~~~~~~~~~~~~ 125 | hh, mm, ss, drop ? ';' : ':', ff_len, ff); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/tx.o src/libavutil/tx.c: In function 'reset_ctx': src/libavutil/tx.c:286:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] 286 | memset(s->fn, 0, sizeof(*s->fn)); | ^~~~~~ CC libavutil/tx_double.o CC libavutil/tx_float.o CC libavutil/tx_int32.o CC libavutil/utils.o CC libavutil/uuid.o CC libavutil/version.o CC libavutil/video_enc_params.o CC libavutil/video_hint.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/ffprobe.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/community.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/ffprobe.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/ffprobe.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/cmdutils.o CC fftools/opt_common.o CC fftools/ffprobe.o src/fftools/ffprobe.c: In function 'log_callback': src/fftools/ffprobe.c:341:11: warning: unused variable 'new_log_buffer' [-Wunused-variable] 341 | void *new_log_buffer; | ^~~~~~~~~~~~~~ src/fftools/ffprobe.c:337:14: warning: unused variable 'avc' [-Wunused-variable] 337 | AVClass* avc = ptr ? *(AVClass **) ptr : NULL; | ^~~ LD ffprobe_g.exe /usr/src/watt32/net/watt/lib/libsocket.a(neterr.o): warning: definition of `_w32_pull_neterr_module' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_type' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_model' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_mask' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_hard_math' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_have_cpuid' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_capability' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(cpumodel.o): warning: definition of `x86_vendor_id' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(crc.o): warning: multiple common of `_w32_crc_table' /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: previous common is here /usr/src/watt32/net/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_cbroke' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/src/watt32/net/watt/lib/libsocket.a(pc_cbrk.o): warning: definition of `_watt_handle_cbreak' overriding common /usr/src/watt32/net/watt/lib/libsocket.a(misc.o): warning: common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0006.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0008.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0100.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0101.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0200.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0300_z.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0301.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0400.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(dpmi_lsl.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(stdiohk.o): warning: definition of `__stdio_cleanup_hook' overriding common /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(exit.o): warning: common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0201.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0202.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0203.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0204.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0205.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0303.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0304.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0600.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0e01.o): warning: multiple common of `__dpmi_error' /usr/local/lib/gcc/i586-pc-msdosdjgpp/12.2.0/../../../../i586-pc-msdosdjgpp/lib/libc.a(d0000.o): warning: previous common is here STRIP ffprobe.exe INSTALL doc/ffprobe.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/community.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 home/user/.dosemu/drive_c/i586/src/doc/bootstrap.min.css INSTALL home/user/.dosemu/drive_c/i586/src/doc/style.min.css INSTALL home/user/.dosemu/drive_c/i586/src/doc/default.css INSTALL doc/ffprobe.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/ffprobe.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 ffprobe.exe INSTALL home/user/.dosemu/drive_c/i586/src/presets/libvpx-1080p.ffpreset INSTALL home/user/.dosemu/drive_c/i586/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/user/.dosemu/drive_c/i586/src/presets/libvpx-360p.ffpreset INSTALL home/user/.dosemu/drive_c/i586/src/presets/libvpx-720p.ffpreset INSTALL home/user/.dosemu/drive_c/i586/src/presets/libvpx-720p50_60.ffpreset INSTALL home/user/.dosemu/drive_c/i586/src/doc/ffprobe.xsd INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_http_serve_files.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_list_dir.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_read_callback.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_filter_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_filter_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/demux_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/encode_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/encode_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/extract_mvs.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/filter_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/hw_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/mux.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/qsv_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/qsv_transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/remux.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/resample_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/scale_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/show_metadata.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/transcode_aac.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/vaapi_encode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/vaapi_transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/README INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/Makefile INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_http_serve_files.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_list_dir.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/avio_read_callback.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_filter_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_filter_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/decode_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/demux_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/encode_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/encode_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/extract_mvs.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/filter_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/hw_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/mux.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/qsv_decode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/qsv_transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/remux.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/resample_audio.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/scale_video.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/show_metadata.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/transcode_aac.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/vaapi_encode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/vaapi_transcode.c INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/README INSTALL home/user/.dosemu/drive_c/i586/src/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/user/.dosemu/drive_c/i586/src/libavdevice/avdevice.h INSTALL home/user/.dosemu/drive_c/i586/src/libavdevice/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libavdevice/version_major.h INSTALL libavdevice/libavdevice.pc INSTALL home/user/.dosemu/drive_c/i586/src/libavfilter/avfilter.h INSTALL home/user/.dosemu/drive_c/i586/src/libavfilter/buffersink.h INSTALL home/user/.dosemu/drive_c/i586/src/libavfilter/buffersrc.h INSTALL home/user/.dosemu/drive_c/i586/src/libavfilter/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libavfilter/version_major.h INSTALL libavfilter/libavfilter.pc INSTALL home/user/.dosemu/drive_c/i586/src/libavformat/avformat.h INSTALL home/user/.dosemu/drive_c/i586/src/libavformat/avio.h INSTALL home/user/.dosemu/drive_c/i586/src/libavformat/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libavformat/version_major.h INSTALL libavformat/libavformat.pc INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/ac3_parser.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/adts_parser.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/avcodec.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/avdct.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/avfft.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/bsf.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/codec.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/codec_desc.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/codec_id.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/codec_par.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/d3d11va.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/defs.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/dirac.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/dv_profile.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/dxva2.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/jni.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/mediacodec.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/packet.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/qsv.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/vdpau.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/version_major.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/videotoolbox.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/vorbis_parser.h INSTALL home/user/.dosemu/drive_c/i586/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/user/.dosemu/drive_c/i586/src/libpostproc/postprocess.h INSTALL home/user/.dosemu/drive_c/i586/src/libpostproc/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libpostproc/version_major.h INSTALL libpostproc/libpostproc.pc INSTALL home/user/.dosemu/drive_c/i586/src/libswresample/swresample.h INSTALL home/user/.dosemu/drive_c/i586/src/libswresample/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libswresample/version_major.h INSTALL libswresample/libswresample.pc INSTALL home/user/.dosemu/drive_c/i586/src/libswscale/swscale.h INSTALL home/user/.dosemu/drive_c/i586/src/libswscale/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libswscale/version_major.h INSTALL libswscale/libswscale.pc INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/adler32.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/aes.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/aes_ctr.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/ambient_viewing_environment.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/attributes.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/audio_fifo.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/avassert.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/avstring.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/avutil.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/base64.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/blowfish.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/bprint.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/bswap.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/buffer.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/cast5.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/camellia.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/channel_layout.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/common.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/cpu.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/crc.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/csp.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/des.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/detection_bbox.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/dict.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/display.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/dovi_meta.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/downmix_info.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/encryption_info.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/error.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/eval.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/fifo.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/file.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/frame.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hash.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hdr_dynamic_metadata.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hdr_dynamic_vivid_metadata.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hmac.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_cuda.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_d3d11va.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_drm.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_dxva2.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_qsv.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_mediacodec.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_opencl.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_vaapi.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_videotoolbox.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_vdpau.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/hwcontext_vulkan.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/imgutils.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/intfloat.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/intreadwrite.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/lfg.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/log.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/lzo.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/macros.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/mathematics.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/mastering_display_metadata.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/md5.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/mem.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/motion_vector.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/murmur3.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/opt.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/parseutils.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/pixdesc.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/pixelutils.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/pixfmt.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/random_seed.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/rc4.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/rational.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/replaygain.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/ripemd.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/samplefmt.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/sha.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/sha512.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/spherical.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/stereo3d.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/threadmessage.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/time.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/timecode.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/timestamp.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/tree.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/twofish.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/uuid.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/version.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/video_enc_params.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/xtea.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/tea.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/tx.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/film_grain_params.h INSTALL home/user/.dosemu/drive_c/i586/src/libavutil/video_hint.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc