GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o src/libavdevice/avdevice.c: In function 'device_next': src/libavdevice/avdevice.c:88:13: warning: 'av_oformat_next' is deprecated (declared at src/libavformat/avformat.h:2088) [-Wdeprecated-declarations] if (!(prev = av_oformat_next(prev))) ^ src/libavdevice/avdevice.c:92:13: warning: 'av_iformat_next' is deprecated (declared at src/libavformat/avformat.h:2080) [-Wdeprecated-declarations] if (!(prev = av_iformat_next(prev))) ^ CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/vfwcap.o AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o src/libavfilter/aeval.c: In function 'config_props': src/libavfilter/aeval.c:239:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] eval->sample_rate, buf, eval->duration); ^ 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 src/libavfilter/af_adeclick.c: In function 'uninit': src/libavfilter/af_adeclick.c:661:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] s->nb_samples, 100. * s->detected_errors / s->nb_samples); ^ src/libavfilter/af_adeclick.c:661:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'uint64_t' [-Wformat=] CC libavfilter/af_adelay.o CC libavfilter/af_aderivative.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o src/libavfilter/af_apad.c: In function 'filter_frame': src/libavfilter/af_apad.c:81:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "n_out:%d whole_len_left:%"PRId64"\n", frame->nb_samples, s->whole_len_left); ^ src/libavfilter/af_apad.c: In function 'request_frame': src/libavfilter/af_apad.c:107:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "padding n_out:%d pad_len_left:%"PRId64"\n", n_out, s->pad_len_left); ^ CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o src/libavfilter/af_ashowinfo.c: In function 'filter_frame': src/libavfilter/af_ashowinfo.c:214:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] checksum); ^ src/libavfilter/af_ashowinfo.c:214:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] CC libavfilter/af_astats.o src/libavfilter/af_astats.c: In function 'print_stats': src/libavfilter/af_astats.c:495:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Peak count: %"PRId64"\n", p->min_count + p->max_count); ^ src/libavfilter/af_astats.c:499:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Zero crossings: %"PRId64"\n", p->zero_runs); ^ src/libavfilter/af_astats.c:520:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of samples: %"PRId64"\n", nb_samples / s->nb_channels); ^ CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_drmeter.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o src/libavfilter/af_resample.c: In function 'init': src/libavfilter/af_resample.c:54:5: warning: 'avresample_get_class' is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^ src/libavfilter/af_resample.c: In function 'uninit': src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated (declared at src/libavresample/avresample.h:258) [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavfilter/af_resample.c: In function 'config_output': src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated (declared at src/libavresample/avresample.h:258) [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavfilter/af_resample.c:140:5: warning: 'avresample_alloc_context' is deprecated (declared at src/libavresample/avresample.h:194) [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^ src/libavfilter/af_resample.c:161:5: warning: 'avresample_open' is deprecated (declared at src/libavresample/avresample.h:214) [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^ src/libavfilter/af_resample.c: In function 'request_frame': src/libavfilter/af_resample.c:199:9: warning: 'avresample_get_out_samples' is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^ src/libavfilter/af_resample.c:208:9: warning: 'avresample_convert' is deprecated (declared at src/libavresample/avresample.h:451) [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^ src/libavfilter/af_resample.c: In function 'filter_frame': src/libavfilter/af_resample.c:235:9: warning: 'avresample_get_delay' is deprecated (declared at src/libavresample/avresample.h:473) [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^ src/libavfilter/af_resample.c:236:9: warning: 'avresample_get_out_samples' is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^ src/libavfilter/af_resample.c:244:9: warning: 'avresample_convert' is deprecated (declared at src/libavresample/avresample.h:451) [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^ src/libavfilter/af_resample.c:253:9: warning: 'avresample_available' is deprecated (declared at src/libavresample/avresample.h:494) [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^ src/libavfilter/af_resample.c: In function 'resample_child_class_next': src/libavfilter/af_resample.c:311:5: warning: 'avresample_get_class' is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^ CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o src/libavfilter/af_volumedetect.c: In function 'print_stats': src/libavfilter/af_volumedetect.c:102:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "n_samples: %"PRId64"\n", nb_samples); ^ src/libavfilter/af_volumedetect.c:131:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "histogram_%ddb: %"PRId64"\n", i, histdb[i]); ^ CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o src/libavfilter/avf_concat.c: In function 'flush_segment': src/libavfilter/avf_concat.c:272:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] cat->delta_ts); ^ CC libavfilter/avf_showcqt.o src/libavfilter/avf_showcqt.c: In function 'filter_frame': src/libavfilter/avf_showcqt.c:1533:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts, pts * av_q2d(outlink->time_base)); ^ src/libavfilter/avf_showcqt.c:1533:28: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o src/libavfilter/avf_showwaves.c: In function 'push_single_pic': src/libavfilter/avf_showwaves.c:577:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Create frame averaging %"PRId64" samples per column\n", max_samples); ^ CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated (declared at src/libavfilter/avfilter.h:847) [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspace.o src/libavfilter/colorspace.c: In function 'ff_fill_rgb2xyz_table': src/libavfilter/colorspace.c:81:5: warning: passing argument 1 of 'ff_matrix_invert_3x3' from incompatible pointer type [enabled by default] ff_matrix_invert_3x3(rgb2xyz, i); ^ src/libavfilter/colorspace.c:27:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]) ^ CC libavfilter/colorspacedsp.o CC libavfilter/dnn_backend_native.o CC libavfilter/dnn_interface.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.o src/libavfilter/f_graphmonitor.c: In function 'draw_items': src/libavfilter/f_graphmonitor.c:214:9: warning: format '%I64d' expects argument of type 'long long int', but argument 4 has type 'size_t' [-Wformat=] snprintf(buffer, sizeof(buffer)-1, "%"PRId64, frames); ^ CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o src/libavfilter/f_metadata.c: In function 'filter_frame': src/libavfilter/f_metadata.c:318:22: warning: unknown conversion type character 'I' in format [-Wformat=] inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ^ src/libavfilter/f_metadata.c:318:22: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' [-Wformat=] src/libavfilter/f_metadata.c:318:22: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/f_metadata.c:325:22: warning: unknown conversion type character 'I' in format [-Wformat=] inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ^ src/libavfilter/f_metadata.c:325:22: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' [-Wformat=] src/libavfilter/f_metadata.c:325:22: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/f_perms.o CC libavfilter/f_realtime.o src/libavfilter/f_realtime.c: In function 'filter_frame': src/libavfilter/f_realtime.c:50:20: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sleep); ^ src/libavfilter/f_realtime.c:55:13: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "sleeping %"PRIi64" us\n", sleep); ^ CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o src/libavfilter/lavfutils.c: In function 'ff_load_image': src/libavfilter/lavfutils.c:91:5: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4788) [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/scale.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o src/libavfilter/setpts.c: In function 'filter_frame': src/libavfilter/setpts.c:189:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] d2istr(setpts->var_values[VAR_POS])); ^ src/libavfilter/setpts.c:193:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] (int64_t)setpts->var_values[VAR_INTERLACED]); ^ src/libavfilter/setpts.c:198:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] (int64_t)setpts->var_values[VAR_NB_CONSUMED_SAMPLES]); ^ src/libavfilter/setpts.c:198:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] CC libavfilter/settb.o src/libavfilter/settb.c: In function 'filter_frame': src/libavfilter/settb.c:117:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] outlink->time_base.num, outlink->time_base.den, frame->pts); ^ src/libavfilter/settb.c:117:16: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] CC libavfilter/split.o CC libavfilter/src_movie.o src/libavfilter/src_movie.c: In function 'open_stream': src/libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated (declared at src/libavcodec/avcodec.h:2367) [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavfilter/src_movie.c: In function 'movie_common_init': src/libavfilter/src_movie.c:262:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] movie->file_name, movie->format_ctx->start_time, movie->seek_point); ^ src/libavfilter/src_movie.c:262:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/src_movie.c:269:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] movie->file_name, timestamp); ^ src/libavfilter/src_movie.c:331:12: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] movie->stream_index); ^ src/libavfilter/src_movie.c: In function 'movie_push_frame': src/libavfilter/src_movie.c:529:9: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4788) [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavfilter/src_movie.c:532:9: warning: 'avcodec_decode_audio4' is deprecated (declared at src/libavcodec/avcodec.h:4739) [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavfilter/src_movie.c:571:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Discontinuity in stream:%d diff:%"PRId64"\n", pkt_out_id, diff); ^ CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o src/libavfilter/vf_bbox.c: In function 'filter_frame': src/libavfilter/vf_bbox.c:84:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ^ CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o src/libavfilter/vf_blackdetect.c: In function 'filter_frame': src/libavfilter/vf_blackdetect.c:160:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_get_picture_type_char(picref->pict_type)); ^ CC libavfilter/vf_blackframe.o src/libavfilter/vf_blackframe.c: In function 'filter_frame': src/libavfilter/vf_blackframe.c:94:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] av_get_picture_type_char(frame->pict_type), s->last_keyframe); ^ CC libavfilter/vf_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c: In function 'filter_frame': src/libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^ CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o src/libavfilter/vf_colorspace.c: In function 'fill_whitepoint_conv_table': src/libavfilter/vf_colorspace.c:385:5: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(tmp, ma, fac); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:386:5: warning: passing argument 2 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(out, tmp, mai); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:386:5: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(out, tmp, mai); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c: In function 'convert': src/libavfilter/vf_colorspace.c:441:20: warning: passing argument 7 of 's->yuv2yuv' from incompatible pointer type [enabled by default] s->yuv2yuv_coeffs, s->yuv_offset); ^ src/libavfilter/vf_colorspace.c:441:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:441:20: warning: passing argument 8 of 's->yuv2yuv' from incompatible pointer type [enabled by default] src/libavfilter/vf_colorspace.c:441:20: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/libavfilter/vf_colorspace.c:463:20: warning: passing argument 7 of 's->yuv2rgb' from incompatible pointer type [enabled by default] s->yuv2rgb_coeffs, s->yuv_offset[0]); ^ src/libavfilter/vf_colorspace.c:463:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:467:17: warning: passing argument 5 of 's->dsp.multiply3x3' from incompatible pointer type [enabled by default] s->dsp.multiply3x3(rgb, s->rgb_stride, w, h, s->lrgb2lrgb_coeffs); ^ src/libavfilter/vf_colorspace.c:467:17: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:472:28: warning: passing argument 7 of 's->rgb2yuv_fsb' from incompatible pointer type [enabled by default] s->rgb2yuv_coeffs, s->yuv_offset[1], s->dither_scratch); ^ src/libavfilter/vf_colorspace.c:472:28: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:475:24: warning: passing argument 7 of 's->rgb2yuv' from incompatible pointer type [enabled by default] s->rgb2yuv_coeffs, s->yuv_offset[1]); ^ src/libavfilter/vf_colorspace.c:475:24: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c: In function 'create_filtergraph': src/libavfilter/vf_colorspace.c:592:13: warning: passing argument 1 of 'ff_matrix_invert_3x3' from incompatible pointer type [enabled by default] ff_matrix_invert_3x3(rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:40:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]); ^ src/libavfilter/vf_colorspace.c:600:17: warning: passing argument 2 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(tmp, rgb2xyz, wpconv); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:600:17: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(tmp, rgb2xyz, wpconv); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:601:17: warning: passing argument 2 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(rgb2rgb, tmp, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:601:17: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(rgb2rgb, tmp, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:603:17: warning: passing argument 2 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:603:17: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:728:13: warning: passing argument 1 of 'ff_matrix_invert_3x3' from incompatible pointer type [enabled by default] ff_matrix_invert_3x3(rgb2yuv, yuv2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:40:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]); ^ src/libavfilter/vf_colorspace.c:784:13: warning: passing argument 2 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:784:13: warning: passing argument 3 of 'ff_matrix_mul_3x3' from incompatible pointer type [enabled by default] ff_matrix_mul_3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ In file included from src/libavfilter/vf_colorspace.c:36:0: src/libavfilter/colorspace.h:41:6: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' void ff_matrix_mul_3x3(double dst[3][3], ^ CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o src/libavfilter/vf_cropdetect.c: In function 'filter_frame': src/libavfilter/vf_cropdetect.c:237:16: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' [-Wformat=] w, h, x, y); ^ CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o CC libavfilter/vf_decimate.o src/libavfilter/vf_decimate.c: In function 'filter_frame': src/libavfilter/vf_decimate.c:207:20: warning: unknown conversion type character 'I' in format [-Wformat=] i == drop ? " [DROP]" : ""); ^ src/libavfilter/vf_decimate.c:207:20: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o src/libavfilter/vf_dejudder.c: In function 'filter_frame': src/libavfilter/vf_dejudder.c:154:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "%"PRId64"\t", judbuff[k]); ^ src/libavfilter/vf_dejudder.c:155:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "next=%"PRId64", new=%"PRId64"\n", next_pts, frame->pts); ^ src/libavfilter/vf_dejudder.c:155:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o src/libavfilter/vf_fieldhint.c: In function 'filter_frame': src/libavfilter/vf_fieldhint.c:145:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Invalid entry at line %"PRId64".\n", s->line); ^ src/libavfilter/vf_fieldhint.c:152:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^ src/libavfilter/vf_fieldhint.c:152:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:152:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:152:21: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:159:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^ src/libavfilter/vf_fieldhint.c:159:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:159:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:159:21: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fieldhint.c:165:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Missing entry for %"PRId64". input frame.\n", inlink->frame_count_out); ^ CC libavfilter/vf_fieldmatch.o src/libavfilter/vf_fieldmatch.c: In function 'filter_frame': src/libavfilter/vf_fieldmatch.c:814:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] outlink->frame_count_in, av_ts2timestr(in->pts, &inlink->time_base)); ^ 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 src/libavfilter/vf_fps.c: In function 'shift_frame': src/libavfilter/vf_fps.c:123:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->pts, s->cur_frame_out - 1); ^ src/libavfilter/vf_fps.c:127:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->pts); ^ src/libavfilter/vf_fps.c: In function 'config_props': src/libavfilter/vf_fps.c:173:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] s->in_pts_off, s->out_pts_off, s->start_time); ^ src/libavfilter/vf_fps.c:173:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fps.c: In function 'read_frame': src/libavfilter/vf_fps.c:204:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] in_pts, frame->pts); ^ src/libavfilter/vf_fps.c:204:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fps.c: In function 'write_frame': src/libavfilter/vf_fps.c:223:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Set first pts to %"PRId64"\n", s->next_pts); ^ src/libavfilter/vf_fps.c:255:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] s->frames[0]->pts, frame->pts); ^ src/libavfilter/vf_fps.c:255:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_fps.c: In function 'update_eof_pts': src/libavfilter/vf_fps.c:269:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "EOF is at pts %"PRId64"\n", s->status_pts); ^ CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o src/libavfilter/vf_framerate.c: In function 'process_work_frame': src/libavfilter/vf_framerate.c:187:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ff_dlog(ctx, "process_work_frame() interpolate: %"PRId64"/256\n", interpolate8); ^ CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o src/libavfilter/vf_fspp.c: In function 'filter_frame': src/libavfilter/vf_fspp.c:585:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^ CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o src/libavfilter/vf_hwmap.c: In function 'hwmap_filter_frame': src/libavfilter/vf_hwmap.c:313:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] input->width, input->height, input->pts); ^ src/libavfilter/vf_hwmap.c:353:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] map->width, map->height, map->pts); ^ CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o src/libavfilter/vf_idet.c: In function 'uninit': src/libavfilter/vf_idet.c:345:9: warning: unknown conversion type character 'I' in format [-Wformat=] ); ^ src/libavfilter/vf_idet.c:345:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:345:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:345:9: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_idet.c:351:9: warning: unknown conversion type character 'I' in format [-Wformat=] ); ^ src/libavfilter/vf_idet.c:351:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:351:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:351:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:351:9: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_idet.c:357:9: warning: unknown conversion type character 'I' in format [-Wformat=] ); ^ src/libavfilter/vf_idet.c:357:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:357:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:357:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_idet.c:357:9: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c: In function 'filter_frame': src/libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated (declared at src/libavcodec/avcodec.h:5419) [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavfilter/vf_mcdeint.c:193:5: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2786) [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o src/libavfilter/vf_minterpolate.c: In function 'detect_scene_change': src/libavfilter/vf_minterpolate.c:829:12: warning: unused variable 'y' [-Wunused-variable] int x, y; ^ src/libavfilter/vf_minterpolate.c:829:9: warning: unused variable 'x' [-Wunused-variable] int x, y; ^ src/libavfilter/vf_minterpolate.c: In function 'filter_frame': src/libavfilter/vf_minterpolate.c:1173:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Initializing out pts from input pts %"PRId64"\n", avf_in->pts); ^ CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o src/libavfilter/vf_palettegen.c: In function 'get_palette_frame': src/libavfilter/vf_palettegen.c:353:9: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(ctx, "box #%02X [%6d..%-6d] (%6d) w:%-6"PRIu64" ranges:[%2x %2x %2x] sort by %c (already sorted:%c) ", ^ src/libavfilter/vf_palettegen.c:353:9: warning: format '%x' expects argument of type 'unsigned int', but argument 8 has type 'uint64_t' [-Wformat=] src/libavfilter/vf_palettegen.c:353:9: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_palettegen.c:374:9: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(ctx, "split @ i=%-6d with w=%-6"PRIu64" (target=%6"PRIu64")\n", i, box_weight, median); ^ src/libavfilter/vf_palettegen.c:374:9: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_palettegen.c:374:9: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o src/libavfilter/vf_pp.c: In function 'pp_filter_frame': src/libavfilter/vf_pp.c:140:5: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^ CC libavfilter/vf_pp7.o src/libavfilter/vf_pp7.c: In function 'filter_frame': src/libavfilter/vf_pp7.c:328:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^ CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o src/libavfilter/vf_qp.c: In function 'filter_frame': src/libavfilter/vf_qp.c:113:5: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated (declared at src/libavutil/frame.h:651) [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^ CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o src/libavfilter/vf_showinfo.c: In function 'filter_frame': src/libavfilter/vf_showinfo.c:181:12: warning: unknown conversion type character 'I' in format [-Wformat=] checksum, plane_checksum[0]); ^ src/libavfilter/vf_showinfo.c:181:12: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:181:12: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_showinfo.c:181:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:181:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char * const' [-Wformat=] src/libavfilter/vf_showinfo.c:181:12: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_showinfo.c:187:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "%"PRId64" ", (sum[plane] + pixelcount[plane]/2) / pixelcount[plane]); ^ CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c: In function 'filter_frame': src/libavfilter/vf_spp.c:369:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_tpad.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o src/libavfilter/vf_uspp.c: In function 'filter': src/libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated (declared at src/libavcodec/avcodec.h:5419) [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated (declared at src/libavcodec/avcodec.h:2786) [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavfilter/vf_uspp.c: In function 'filter_frame': src/libavfilter/vf_uspp.c:395:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:649) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o src/libavfilter/vf_vfrdet.c: In function 'uninit': src/libavfilter/vf_vfrdet.c:80:5: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "VFR:%f (%"PRIu64"/%"PRIu64")", s->vfr / (float)(s->vfr + s->cfr), s->vfr, s->cfr); ^ src/libavfilter/vf_vfrdet.c:80:5: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavfilter/vf_vfrdet.c:82:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, " min: %"PRId64" max: %"PRId64")", s->min_delta, s->max_delta); ^ src/libavfilter/vf_vfrdet.c:82:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavfilter/vf_vibrance.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o STRIP libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o STRIP libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o STRIP libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/scene_sad.o STRIP libavfilter/x86/scene_sad.o CC libavfilter/x86/scene_sad_init.o X86ASM libavfilter/x86/vf_blend.o STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o X86ASM libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_framerate.o STRIP libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_framerate_init.o X86ASM libavfilter/x86/vf_fspp.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o STRIP libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o X86ASM libavfilter/x86/vf_hflip.o STRIP libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hflip_init.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o STRIP libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o CC libavfilter/x86/vf_noise.o X86ASM libavfilter/x86/vf_overlay.o STRIP libavfilter/x86/vf_overlay.o CC libavfilter/x86/vf_overlay_init.o X86ASM libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o STRIP libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o X86ASM libavfilter/x86/vf_removegrain.o STRIP libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_removegrain_init.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o STRIP libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_stereo3d.o STRIP libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_stereo3d_init.o X86ASM libavfilter/x86/vf_threshold.o STRIP libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_threshold_init.o CC libavfilter/x86/vf_tinterlace_init.o X86ASM libavfilter/x86/vf_w3fdif.o STRIP libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_yadif.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o STRIP libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/yadif-16.o CC libavfilter/yadif_common.o AR libavfilter/libavfilter.a GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o src/libavformat/aadec.c: In function 'aa_read_packet': src/libavformat/aadec.c:263:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "Chapter %d (%" PRId64 " bytes)\n", c->chapter_idx, c->current_chapter_size); ^ CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o src/libavformat/asfdec_f.c: In function 'asf_read_header': src/libavformat/asfdec_f.c:881:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] avio_tell(pb) - gpos, gsize); ^ src/libavformat/asfdec_f.c:881:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/asfdec_f.c: In function 'asf_get_packet': src/libavformat/asfdec_f.c:991:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "ff asf bad header %x at:%"PRId64"\n", c, avio_tell(pb)); ^ src/libavformat/asfdec_f.c:1039:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] packet_length, avio_tell(pb)); ^ src/libavformat/asfdec_f.c:1044:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "invalid padsize %"PRIu32" at:%"PRId64"\n", padsize, avio_tell(pb)); ^ src/libavformat/asfdec_f.c:1064:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] rsize, packet_length, padsize, avio_tell(pb)); ^ src/libavformat/asfdec_f.c: In function 'asf_build_simple_index': src/libavformat/asfdec_f.c:1607:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict); ^ src/libavformat/asfdec_f.c:1607:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/asfdec_f.c:1622:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pktnum, pktct, index_pts); ^ src/libavformat/asfdec_f.c: In function 'asf_read_seek': src/libavformat/asfdec_f.c:1677:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos); ^ CC libavformat/asfdec_o.o src/libavformat/asfdec_o.c: In function 'asf_read_unknown': src/libavformat/asfdec_o.c:194:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Too small size %"PRIu64" (< 24).\n", size); ^ src/libavformat/asfdec_o.c: In function 'asf_read_data': src/libavformat/asfdec_o.c:965:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] size, asf->nb_packets); ^ src/libavformat/asfdec_o.c:965:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/asfdec_o.c: In function 'asf_read_subpayload': src/libavformat/asfdec_o.c:1131:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb), asf->packet_offset + asf->packet_size); ^ src/libavformat/asfdec_o.c:1131:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/asfdec_o.c: In function 'asf_read_multiple_payload': src/libavformat/asfdec_o.c:1200:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pay_len, asf->packet_size, avio_tell(pb)); ^ src/libavformat/asfdec_o.c: In function 'asf_read_single_payload': src/libavformat/asfdec_o.c:1256:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb)); ^ CC libavformat/asfenc.o src/libavformat/asfenc.c: In function 'asf_write_packet': src/libavformat/asfenc.c:1074:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "input pts %"PRId64" is invalid\n", pts); ^ CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o src/libavformat/astenc.c: In function 'ast_write_trailer': src/libavformat/astenc.c:140:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "total samples: %"PRId64"\n", samples); ^ CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/av1.o CC libavformat/avc.o CC libavformat/avidec.o src/libavformat/avidec.c: In function 'read_odml_index': src/libavformat/avidec.c:185:13: warning: unknown conversion type character 'I' in format [-Wformat=] frame_num); ^ src/libavformat/avidec.c:185:13: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:185:13: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/avidec.c:219:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "pos:%"PRId64", len:%X\n", pos, len); ^ src/libavformat/avidec.c: In function 'avi_read_header': src/libavformat/avidec.c:505:9: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("tag", tag, size); ^ src/libavformat/avidec.c:505:9: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:513:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("list", tag1, 0); ^ src/libavformat/avidec.c:513:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:521:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "movi end=%"PRIx64"\n", avi->movi_end); ^ src/libavformat/avidec.c:521:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:585:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("strh", tag1, -1); ^ src/libavformat/avidec.c:585:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:803:21: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("video", tag1, 0); ^ src/libavformat/avidec.c:803:21: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c: In function 'ni_prepare_read': src/libavformat/avidec.c:1360:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] st->time_base.num, st->time_base.den, ast->frame_offset); ^ src/libavformat/avidec.c:1360:17: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c: In function 'avi_read_idx1': src/libavformat/avidec.c:1588:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] i, tag, flags, pos, len); ^ src/libavformat/avidec.c:1588:17: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1609:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "%d cum_len=%"PRId64"\n", len, ast->cum_len); ^ src/libavformat/avidec.c: In function 'avi_load_index': src/libavformat/avidec.c:1744:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "movi_end=0x%"PRIx64"\n", avi->movi_end); ^ src/libavformat/avidec.c:1744:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c: In function 'avi_read_seek': src/libavformat/avidec.c:1815:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] st->index_entries[st->nb_index_entries - 1].timestamp); ^ src/libavformat/avidec.c:1815:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1815:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1824:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] timestamp, index, st->index_entries[index].timestamp); ^ src/libavformat/avidec.c:1824:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] CC libavformat/avienc.o src/libavformat/avienc.c: In function 'write_skip_frames': src/libavformat/avienc.c:746:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); ^ CC libavformat/avio.o CC libavformat/aviobuf.o src/libavformat/aviobuf.c: In function 'avio_close': src/libavformat/aviobuf.c:1207:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_VERBOSE, "Statistics: %"PRId64" bytes read, %d seeks\n", s->bytes_read, s->seek_count); ^ CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o src/libavformat/bink.c: In function 'read_packet': src/libavformat/bink.c:252:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] bink->video_pts); ^ src/libavformat/bink.c:265:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] bink->video_pts, audio_size, bink->remain_packet_size); ^ CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o src/libavformat/cache.c: In function 'cache_seek': src/libavformat/cache.c:231:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(h, AV_LOG_ERROR, "Inner protocol failed to seekback end : %"PRId64"\n", pos); ^ src/libavformat/cache.c: In function 'cache_close': src/libavformat/cache.c:297:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] c->cache_hit, c->cache_miss); ^ src/libavformat/cache.c:297:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/caf.o CC libavformat/cafdec.o src/libavformat/cafdec.c: In function 'read_header': src/libavformat/cafdec.c:311:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] tag, av_fourcc2str(av_bswap32(tag)), size); ^ src/libavformat/cafdec.c:334:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] st->codecpar->sample_rate, caf->data_size / st->duration); ^ CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashenc.o src/libavformat/dashenc.c: In function 'output_segment_list': src/libavformat/dashenc.c:413:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "duration=\"%"PRId64"\" ", c->seg_duration); ^ src/libavformat/dashenc.c:428:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "t=\"%"PRId64"\" ", seg->time); ^ src/libavformat/dashenc.c:446:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_printf(out, "\t\t\t\t\n", AV_TIME_BASE, c->last_duration, start_number); ^ src/libavformat/dashenc.c:447:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\t\t\t\t\t\n", os->init_start_pos, os->init_start_pos + os->init_range_length - 1); ^ src/libavformat/dashenc.c:447:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:450:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\t\t\t\t\tstart_pos, seg->start_pos + seg->range_length - 1); ^ src/libavformat/dashenc.c:450:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:452:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "indexRange=\"%"PRId64"-%"PRId64"\" ", seg->start_pos, seg->start_pos + seg->index_length - 1); ^ src/libavformat/dashenc.c:452:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:457:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_printf(out, "\t\t\t\t\n", AV_TIME_BASE, c->last_duration, start_number); ^ src/libavformat/dashenc.c: In function 'write_manifest': src/libavformat/dashenc.c:816:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\tminimumUpdatePeriod=\"PT%"PRId64"S\"\n", update_period); ^ src/libavformat/dashenc.c:817:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\tsuggestedPresentationDelay=\"PT%"PRId64"S\"\n", c->last_duration / AV_TIME_BASE); ^ CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o src/libavformat/dump.c: In function 'dump_cpb': src/libavformat/dump.c:326:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'uint64_t' [-Wformat=] cpb->vbv_delay); ^ src/libavformat/dump.c: In function 'dump_stream_format': src/libavformat/dump.c:475:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/dump.c:476:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/dump.c:477:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/dump.c:478:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/dump.c:479:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/dump.c:480:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] src/libavformat/dump.c:527:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ src/libavformat/dump.c: In function 'av_dump_format': src/libavformat/dump.c:606:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_INFO, "%"PRId64" kb/s", ic->bit_rate / 1000); ^ CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o src/libavformat/ffmetaenc.c: In function 'write_trailer': src/libavformat/ffmetaenc.c:78:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(s->pb, "START=%"PRId64"\n", ch->start); ^ src/libavformat/ffmetaenc.c:79:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(s->pb, "END=%"PRId64"\n", ch->end); ^ 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 CC libavformat/flacdec.o In file included from src/libavformat/flacdec.c:27:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o src/libavformat/flvdec.c: In function 'add_keyframes_index': src/libavformat/flvdec.c:123:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] flv->keyframe_filepositions[i], flv->keyframe_times[i] * 1000); ^ src/libavformat/flvdec.c:123:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/flvdec.c: In function 'flv_read_packet': src/libavformat/flvdec.c:961:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb)); ^ src/libavformat/flvdec.c:961:9: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/flvdec.c:1189:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "invalid timestamps %"PRId64" %"PRId64"\n", dts, pts); ^ src/libavformat/flvdec.c:1189:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o src/libavformat/framehash.c: In function 'ff_framehash_write_header': src/libavformat/framehash.c:40:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] avio_printf(s->pb, "#channel_layout %d: %"PRIx64"\n", i,avctx->channel_layout); ^ src/libavformat/framehash.c:40:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o src/libavformat/ftp.c: In function 'ftp_seek': src/libavformat/ftp.c:738:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ff_dlog(h, "ftp protocol seek %"PRId64" %d\n", pos, whence); ^ CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o src/libavformat/g729dec.c: In function 'g729_read_header': src/libavformat/g729dec.c:60:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Only 6400 and 8000 b/s are supported.", s->bit_rate); ^ 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/hdsenc.o CC libavformat/hevc.o src/libavformat/hevc.c: In function 'hvcc_write': src/libavformat/hevc.c:878:13: warning: unknown conversion type character 'I' in format [-Wformat=] hvcc->general_constraint_indicator_flags); ^ src/libavformat/hevc.c:878:13: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/hevcdec.o CC libavformat/hls.o src/libavformat/hls.c: In function 'parse_playlist': src/libavformat/hls.c:928:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] prev_timestamp, c->first_timestamp); ^ src/libavformat/hls.c:928:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/hls.c: In function 'parse_id3': src/libavformat/hls.c:994:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "HLS ID3 audio timestamp %"PRId64"\n", ts); ^ src/libavformat/hls.c:998:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid HLS ID3 audio timestamp %"PRId64"\n", ts); ^ src/libavformat/hls.c: In function 'intercept_id3': src/libavformat/hls.c:1119:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] taglen, maxsize); ^ src/libavformat/hls.c: In function 'open_input': src/libavformat/hls.c:1194:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] seg->url, seg->url_offset, pls->index); ^ src/libavformat/hls.c:1252:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(pls->parent, AV_LOG_ERROR, "Unable to seek to offset %"PRId64" of HLS segment '%s'\n", seg->url_offset, seg->url); ^ src/libavformat/hls.c: In function 'update_init_section': src/libavformat/hls.c:1297:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sec_size); ^ CC libavformat/hlsenc.o src/libavformat/hlsenc.c: In function 'replace_int_data_in_filename': src/libavformat/hlsenc.c:354:17: warning: unknown conversion type character 'I' in format [-Wformat=] av_bprintf(&buf, "%0*"PRId64, (number < 0) ? nd : nd++, number); ^ src/libavformat/hlsenc.c:354:17: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/hlsenc.c: In function 'parse_playlist': src/libavformat/hlsenc.c:1063:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "omitting\n", tmp_sequence, hls->start_sequence); ^ src/libavformat/hlsenc.c:1063:22: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/hlsenc.c:1065:15: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(hls, AV_LOG_DEBUG, "Found playlist sequence number: %"PRId64"\n", tmp_sequence); ^ src/libavformat/hlsenc.c: In function 'get_default_pattern_localtime_fmt': src/libavformat/hlsenc.c:1656:9: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.m4s" : "-%s.m4s"; ^ src/libavformat/hlsenc.c:1658:5: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.ts" : "-%s.ts"; ^ src/libavformat/hlsenc.c: In function 'hls_write_header': src/libavformat/hlsenc.c:2079:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] outer_st->codecpar->bit_rate, hls->max_seg_size); ^ src/libavformat/hlsenc.c:2079:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/hlsenc.c: In function 'hls_write_trailer': src/libavformat/hlsenc.c:2364:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] uint8_t *buffer = NULL; ^ src/libavformat/hlsenc.c:2372:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0); ^ src/libavformat/hlsenc.c:2379:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int range_length = 0; ^ src/libavformat/hlsenc.c: In function 'hls_init': src/libavformat/hlsenc.c:2545:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(hls, AV_LOG_DEBUG, "start_number evaluated to %"PRId64"\n", hls->start_sequence); ^ CC libavformat/hlsplaylist.o src/libavformat/hlsplaylist.c: In function 'ff_hls_write_playlist_header': src/libavformat/hlsplaylist.c:84:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "#EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); ^ src/libavformat/hlsplaylist.c:85:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); ^ src/libavformat/hlsplaylist.c: In function 'ff_hls_write_init_file': src/libavformat/hlsplaylist.c:98:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, ",BYTERANGE=\"%"PRId64"@%"PRId64"\"", size, pos); ^ src/libavformat/hlsplaylist.c:98:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/hlsplaylist.c: In function 'ff_hls_write_file_entry': src/libavformat/hlsplaylist.c:120:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "#EXT-X-BYTERANGE:%"PRId64"@%"PRId64"\n", size, pos); ^ src/libavformat/hlsplaylist.c:120:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] CC libavformat/hlsproto.o CC libavformat/hnm.o src/libavformat/hnm.c: In function 'hnm_read_packet': src/libavformat/hnm.c:156:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] chunk_size, avio_tell(pb)); ^ src/libavformat/hnm.c:179:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] chunk_id, avio_tell(pb)); ^ CC libavformat/http.o src/libavformat/http.c: In function 'http_write_reply': src/libavformat/http.c:429:18: warning: unknown conversion type character 'z' in format [-Wformat=] reply_text); ^ src/libavformat/http.c:429:18: warning: format '%s' expects argument of type 'char *', but argument 7 has type 'size_t' [-Wformat=] src/libavformat/http.c:429:18: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char *' [-Wformat=] src/libavformat/http.c:429:18: warning: format '%s' expects argument of type 'char *', but argument 9 has type 'int' [-Wformat=] src/libavformat/http.c:429:18: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/http.c: In function 'http_connect': src/libavformat/http.c:1217:28: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] "Range: bytes=%"PRIu64"-", s->off); ^ src/libavformat/http.c:1220:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] "%"PRId64, s->end_off - 1); ^ src/libavformat/http.c: In function 'http_buf_read': src/libavformat/http.c:1353:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] s->chunksize); ^ src/libavformat/http.c:1367:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] s->chunksize); ^ src/libavformat/http.c:1390:19: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ); ^ src/libavformat/http.c:1390:19: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/http.c: In function 'http_read_stream': src/libavformat/http.c:1476:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(h, AV_LOG_WARNING, "Will reconnect at %"PRIu64" in %d second(s), error=%s.\n", s->off, reconnect_delay, av_err2str(read_ret)); ^ src/libavformat/http.c:1483:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(h, AV_LOG_ERROR, "Failed to reconnect at %"PRIu64".\n", target); ^ 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 src/libavformat/iff.c: In function 'iff_read_header': src/libavformat/iff.c:525:25: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] data_size); ^ CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o src/libavformat/ipmovie.c: In function 'load_ipmovie_packet': src/libavformat/ipmovie.c:155:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pkt->pts, s->audio_frame_count); ^ src/libavformat/ipmovie.c:232:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s->avf, AV_LOG_TRACE, "sending video frame with pts %"PRId64"\n", pkt->pts); ^ CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o src/libavformat/lrcenc.c: In function 'lrc_write_packet': src/libavformat/lrcenc.c:126:29: warning: unknown conversion type character 'I' in format [-Wformat=] (pkt->pts % 100)); ^ src/libavformat/lrcenc.c:126:29: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/lrcenc.c:126:29: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/lrcenc.c:126:29: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/lrcenc.c:133:29: warning: unknown conversion type character 'I' in format [-Wformat=] (-pkt->pts) % 100); ^ src/libavformat/lrcenc.c:133:29: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/lrcenc.c:133:29: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/lrcenc.c:133:29: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o In file included from src/libavformat/matroskadec.c:57:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ src/libavformat/matroskadec.c: In function 'ebml_read_num': src/libavformat/matroskadec.c:836:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] pos, pos); ^ src/libavformat/matroskadec.c:836:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:836:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:848:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] (uint8_t) total, pos, pos); ^ src/libavformat/matroskadec.c:848:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:848:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'ebml_parse_elem': src/libavformat/matroskadec.c:1197:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] length, max_lengths[syntax->type], syntax->type); ^ src/libavformat/matroskadec.c:1197:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1197:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1197:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'matroska_convert_tags': src/libavformat/matroskadec.c:1536:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] i, tags[i].target.attachuid); ^ src/libavformat/matroskadec.c:1553:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] i, tags[i].target.chapteruid); ^ src/libavformat/matroskadec.c:1570:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] i, tags[i].target.trackuid); ^ src/libavformat/matroskadec.c: In function 'mkv_parse_video_projection': src/libavformat/matroskadec.c:2006:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->video.projection.type); ^ src/libavformat/matroskadec.c: In function 'matroska_parse_tracks': src/libavformat/matroskadec.c:2093:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->type); ^ src/libavformat/matroskadec.c:2352:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->audio.channels, track->audio.bitdepth); ^ src/libavformat/matroskadec.c:2352:24: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'matroska_read_header': src/libavformat/matroskadec.c:2616:39: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] ebml.version, ebml.doctype, ebml.doctype_version); ^ src/libavformat/matroskadec.c:2616:39: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:2623:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ebml.version, ebml.doctype, ebml.doctype_version); ^ src/libavformat/matroskadec.c:2623:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'matroska_parse_block': src/libavformat/matroskadec.c:3333:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] "Invalid stream %"PRIu64" or size %u\n", num, size); ^ CC libavformat/matroskaenc.o src/libavformat/matroskaenc.c: In function 'mkv_write_chapters': src/libavformat/matroskaenc.c:1513:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] chapterstart, chapterend); ^ src/libavformat/matroskaenc.c:1513:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'get_metadata_duration': src/libavformat/matroskaenc.c:1840:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "get_metadata_duration found duration in context metadata: %" PRId64 "\n", us); ^ src/libavformat/matroskaenc.c:1852:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "get_metadata_duration returned: %" PRId64 "\n", max); ^ src/libavformat/matroskaenc.c: In function 'mkv_write_header': src/libavformat/matroskaenc.c:1963:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "Write early duration from recording time = %" PRIu64 "\n", scaledDuration); ^ src/libavformat/matroskaenc.c:1967:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "Write early duration from metadata = %" PRIu64 "\n", scaledDuration); ^ src/libavformat/matroskaenc.c: In function 'mkv_write_block': src/libavformat/matroskaenc.c:2137:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] keyframe != 0); ^ src/libavformat/matroskaenc.c:2137:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2137:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2137:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_write_vtt_blocks': src/libavformat/matroskaenc.c:2243:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ^ src/libavformat/matroskaenc.c:2243:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2243:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2243:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_start_new_cluster': src/libavformat/matroskaenc.c:2270:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(s->pb), pkt->pts, pkt->dts); ^ src/libavformat/matroskaenc.c:2270:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2270:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2274:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] pkt->pts, pkt->dts); ^ src/libavformat/matroskaenc.c:2274:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_write_flush_packet': src/libavformat/matroskaenc.c:2554:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(s->pb)); ^ src/libavformat/matroskaenc.c: In function 'mkv_write_trailer': src/libavformat/matroskaenc.c:2605:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] mkv->reserve_cues_space, cues_end - cuespos); ^ src/libavformat/matroskaenc.c:2627:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "end duration = %" PRIu64 "\n", mkv->duration); ^ src/libavformat/matroskaenc.c:2650:28: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] mkv->stream_durations[i]); ^ CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o src/libavformat/microdvdenc.c: In function 'microdvd_write_packet': src/libavformat/microdvdenc.c:48:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(avf->pb, "{%"PRId64"}", pkt->pts); ^ src/libavformat/microdvdenc.c:52:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(avf->pb, "{%"PRId64"}", pkt->pts + pkt->duration); ^ CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o src/libavformat/mlvdec.c: In function 'read_packet': src/libavformat/mlvdec.c:405:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "could not find index entry for frame %"PRId64"\n", mlv->pts); ^ CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o src/libavformat/mms.c: In function 'ff_mms_asf_header_parser': src/libavformat/mms.c:82:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] chunksize); ^ src/libavformat/mms.c:151:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] chunksize); ^ CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o src/libavformat/mov.c: In function 'mov_read_moof': src/libavformat/mov.c:1385:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset); ^ src/libavformat/mov.c:1385:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mov.c: In function 'mov_read_aclr': src/libavformat/mov.c:1806:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(c, AV_LOG_WARNING, "aclr not decoded - unexpected size %"PRId64"\n", atom.size); ^ src/libavformat/mov.c: In function 'ff_mov_read_stsd_entries': src/libavformat/mov.c:2477:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "invalid size %"PRId64" in stsd\n", size); ^ src/libavformat/mov.c:2495:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_fourcc2str(format), st->codecpar->codec_type); ^ src/libavformat/mov.c: In function 'mov_fix_index': src/libavformat/mov.c:3482:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] st->index, edit_list_index, edit_list_media_time, edit_list_duration); ^ src/libavformat/mov.c:3482:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3482:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3521:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] st->index, edit_list_index, search_timestamp); ^ src/libavformat/mov.c:3521:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3526:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] st->index, edit_list_index, search_timestamp); ^ src/libavformat/mov.c:3526:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3552:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] curr_cts, curr_ctts, ctts_index_old, ctts_count_old); ^ src/libavformat/mov.c:3552:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3552:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3552:24: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3563:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ctts_data_old[ctts_index_old].duration); ^ src/libavformat/mov.c:3563:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3592:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "skip %d audio samples from curr_cts: %"PRId64"\n", packet_skip_samples, curr_cts); ^ src/libavformat/mov.c:3595:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "drop a frame at curr_cts: %"PRId64" @ %"PRId64"\n", curr_cts, index); ^ src/libavformat/mov.c:3595:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3668:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ctts_data_old[ctts_index_old].duration); ^ src/libavformat/mov.c:3668:36: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3685:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "Offset DTS by %"PRId64" to make first pts zero.\n", msc->min_corrected_pts); ^ src/libavformat/mov.c: In function 'mov_build_index': src/libavformat/mov.c:3881:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] current_offset, current_dts, sample_size, distance, keyframe); ^ src/libavformat/mov.c:3881:29: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3881:29: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4013:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] size, samples); ^ src/libavformat/mov.c:4013:24: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4013:24: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c: In function 'mov_read_custom': src/libavformat/mov.c:4391:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Unhandled or malformed custom metadata of size %"PRId64"\n", atom.size); ^ src/libavformat/mov.c: In function 'mov_read_trun': src/libavformat/mov.c:4725:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ", using it for pts\n", pts); ^ src/libavformat/mov.c:4731:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ", using it for pts\n", pts); ^ src/libavformat/mov.c:4735:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ", using it for dts\n", dts); ^ src/libavformat/mov.c:4739:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ", using it for dts\n", dts); ^ src/libavformat/mov.c:4744:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ", using it for dts\n", dts); ^ src/libavformat/mov.c:4832:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sc->time_offset, flags & MOV_TRUN_SAMPLE_CTS); ^ src/libavformat/mov.c:4832:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4832:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4863:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] index_entry_pos, offset, dts, sample_size, distance, keyframe); ^ src/libavformat/mov.c:4863:17: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/mov.c:4863:17: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c: In function 'mov_read_elst': src/libavformat/mov.c:5130:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] edit_count, atom.size + 8); ^ src/libavformat/mov.c:5135:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(c->fc, AV_LOG_WARNING, "ELST atom of %"PRId64" bytes, bigger than %d entries.", atom.size, edit_count); ^ src/libavformat/mov.c:5166:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] e->duration, e->time, e->rate); ^ src/libavformat/mov.c:5166:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:5171:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] c->fc->nb_streams-1, i, e->time); ^ src/libavformat/mov.c: In function 'mov_read_default': src/libavformat/mov.c:6811:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size); ^ src/libavformat/mov.c:6811:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:6811:16: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:6863:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] (char*)&a.type, -left); ^ src/libavformat/mov.c: In function 'mov_read_header': src/libavformat/mov.c:7395:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "on_parse_exit_offset=%"PRId64"\n", avio_tell(pb)); ^ src/libavformat/mov.c:7465:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sc->data_size, sc->time_scale); ^ src/libavformat/mov.c:7481:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sc->data_size, sc->time_scale); ^ src/libavformat/mov.c: In function 'mov_find_next_sample': src/libavformat/mov.c:7579:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "stream %d, sample %d, dts %"PRId64"\n", i, msc->current_sample, dts); ^ src/libavformat/mov.c: In function 'mov_switch_root': src/libavformat/mov.c:7609:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "root atom offset 0x%"PRIx64": partial file\n", target); ^ src/libavformat/mov.c:7609:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:7631:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb)); ^ src/libavformat/mov.c:7631:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mov.c: In function 'mov_read_packet': src/libavformat/mov.c:7691:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] sc->ffindex, sample->pos); ^ src/libavformat/mov.c:7691:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c: In function 'mov_seek_stream': src/libavformat/mov.c:7827:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "stream %d, timestamp %"PRId64", sample %d\n", st->index, timestamp, sample); ^ CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o src/libavformat/movenc.c: In function 'handle_eac3': src/libavformat/movenc.c:516:9: warning: 'av_copy_packet_side_data' is deprecated (declared at src/libavcodec/avcodec.h:4423) [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^ src/libavformat/movenc.c: In function 'mov_write_source_reference_tag': src/libavformat/movenc.c:2133:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_ERROR, "reel_name length %"PRIu64" is too large\n", str_size); ^ src/libavformat/movenc.c: In function 'mov_write_edts_tag': src/libavformat/movenc.c:2944:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] start_dts, start_ct, track->track_id); ^ src/libavformat/movenc.c:2944:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/movenc.c:2944:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/movenc.c: In function 'mov_write_isml_manifest': src/libavformat/movenc.c:4049:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] manifest_bit_rate); ^ src/libavformat/movenc.c: In function 'check_pkt': src/libavformat/movenc.c:5223:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] ); ^ src/libavformat/movenc.c:5223:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/movenc.c:5230:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" is invalid\n", pkt->duration); ^ src/libavformat/movenc.c: In function 'ff_mov_write_packet': src/libavformat/movenc.c:5468:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] pkt->stream_index, pkt->dts); ^ src/libavformat/movenc.c: In function 'mov_write_trailer': src/libavformat/movenc.c:6691:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "reserved_moov_size is too small, needed %"PRId64" additional\n", 8-size); ^ src/libavformat/movenc.c: In function 'mov_flush_fragment': src/libavformat/movenc.c:982:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (cluster_idx >= track->entry) ^ CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o src/libavformat/mp3dec.c: In function 'mp3_read_header': src/libavformat/mp3dec.c:403:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, i > 0 ? AV_LOG_INFO : AV_LOG_VERBOSE, "Skipping %d bytes of junk at %"PRId64".\n", i, off); ^ src/libavformat/mp3dec.c:409:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid frame size (%d): Could not seek to %"PRId64".\n", frame_size, off + i + frame_size); ^ src/libavformat/mp3dec.c:413:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_log(s, AV_LOG_ERROR, "Failed to read frame size: Could not seek to %"PRId64".\n", (int64_t) (i + 1024 + frame_size + 4)); ^ src/libavformat/mp3dec.c: In function 'mp3_sync': src/libavformat/mp3dec.c:511:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Could not seek to %"PRId64".\n", pos); ^ CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o src/libavformat/mpeg.c: In function 'mpegps_read_dts': src/libavformat/mpeg.c:685:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] pos, dts, dts / 90000.0); ^ src/libavformat/mpeg.c:685:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mpeg.c:685:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/mpeg.c:685:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mpegenc.o src/libavformat/mpegenc.c: In function 'mpeg_mux_write_packet': src/libavformat/mpegenc.c:1151:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "First SCR: %"PRId64" First DTS: %"PRId64"\n", s->last_scr, dts + preload); ^ src/libavformat/mpegenc.c:1151:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mpegts.o src/libavformat/mpegts.c: In function 'mpegts_read_header': src/libavformat/mpegts.c:2906:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ts->stream, AV_LOG_WARNING, "invalid pcr pair %"PRId64" >= %"PRId64"\n", pcrs[0], pcrs[1]); ^ src/libavformat/mpegts.c:2906:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o src/libavformat/mux.c: In function 'compute_muxer_pkt_fields': src/libavformat/mux.c:579:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pkt->duration, pkt->stream_index); ^ src/libavformat/mux.c: In function 'ff_interleave_packet_per_dts': src/libavformat/mux.c:1075:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta_dts, s->max_interleave_delta); ^ src/libavformat/mux.c:1075:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o src/libavformat/mxfdec.c: In function 'mxf_get_eia608_packet': src/libavformat/mxfdec.c:468:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "error reading s436m packet %"PRId64"\n", length); ^ src/libavformat/mxfdec.c: In function 'mxf_read_partition_pack': src/libavformat/mxfdec.c:725:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ src/libavformat/mxfdec.c:725:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:738:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ src/libavformat/mxfdec.c:738:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:746:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] mxf->footer_partition, footer_partition); ^ src/libavformat/mxfdec.c:746:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:758:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] partition->index_sid, partition->body_sid); ^ src/libavformat/mxfdec.c:758:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:758:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:758:13: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:758:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:758:13: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_read_index_table_segment': src/libavformat/mxfdec.c:1112:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_TRACE, "IndexStartPosition %"PRId64"\n", segment->index_start_position); ^ src/libavformat/mxfdec.c:1116:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_TRACE, "IndexDuration %"PRId64"\n", segment->index_duration); ^ src/libavformat/mxfdec.c: In function 'mxf_get_sorted_table_segments': src/libavformat/mxfdec.c:1436:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] s->index_sid, s->index_start_position); ^ src/libavformat/mxfdec.c: In function 'mxf_absolute_bodysid_offset': src/libavformat/mxfdec.c:1530:12: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] offset, body_sid); ^ src/libavformat/mxfdec.c:1530:12: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_edit_unit_absolute_offset': src/libavformat/mxfdec.c:1582:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] index_table->index_sid, s->index_start_position); ^ src/libavformat/mxfdec.c:1600:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "failed to map EditUnit %"PRId64" in IndexSID %i to an offset\n", edit_unit, index_table->index_sid); ^ src/libavformat/mxfdec.c: In function 'mxf_compute_ptses_fake_index': src/libavformat/mxfdec.c:1693:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] s->nb_index_entries, s->index_duration); ^ src/libavformat/mxfdec.c: In function 'mxf_compute_index_tables': src/libavformat/mxfdec.c:1785:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] sorted_segments[i]->index_sid, sorted_segments[i]->index_start_position); ^ src/libavformat/mxfdec.c: In function 'mxf_read_local_tags': src/libavformat/mxfdec.c:2741:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] tag, klv->offset); ^ src/libavformat/mxfdec.c:2741:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_parse_klv': src/libavformat/mxfdec.c:2782:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] klv.offset); ^ src/libavformat/mxfdec.c:2782:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_seek_to_previous_partition': src/libavformat/mxfdec.c:2826:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition @ %" PRIx64 " isn't a PartitionPack\n", klv.offset); ^ src/libavformat/mxfdec.c:2826:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:2836:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] PRIx64 " indirectly points to itself\n", current_partition_ofs); ^ src/libavformat/mxfdec.c:2836:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_parse_handle_essence': src/libavformat/mxfdec.c:2878:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] mxf->run_in + mxf->footer_partition, ret); ^ src/libavformat/mxfdec.c:2878:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:2878:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_compute_essence_containers': src/libavformat/mxfdec.c:2944:24: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] x+1, mxf->partitions[x+1].this_partition); ^ src/libavformat/mxfdec.c:2944:24: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_read_header': src/libavformat/mxfdec.c:3153:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^ src/libavformat/mxfdec.c:3153:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:3153:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_set_current_edit_unit': src/libavformat/mxfdec.c:3347:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(mxf->fc, AV_LOG_WARNING, "edit unit sync lost on stream %d, jumping from %"PRId64" to %"PRId64"\n", st->index, edit_unit, new_edit_unit); ^ src/libavformat/mxfdec.c:3347:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c: In function 'mxf_read_packet': src/libavformat/mxfdec.c:3422:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^ src/libavformat/mxfdec.c:3422:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:3422:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:3471:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "bad size: %"PRId64"\n", size); ^ CC libavformat/mxfenc.o src/libavformat/mxfenc.c: In function 'mxf_utf16_local_tag_length': src/libavformat/mxfenc.c:751:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^ src/libavformat/mxfenc.c:751:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfenc.c: In function 'mxf_write_local_tag_utf16': src/libavformat/mxfenc.c:766:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^ src/libavformat/mxfenc.c:766:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfenc.c: In function 'mxf_interleave_get_packet': src/libavformat/mxfenc.c:2958:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "out st:%d dts:%"PRId64"\n", (*out).stream_index, (*out).dts); ^ CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o src/libavformat/nsvdec.c: In function 'nsv_parse_NSVf_header': src/libavformat/nsvdec.c:286:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV NSVf duration %"PRId64" ms\n", duration); ^ src/libavformat/nsvdec.c:297:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got header; filepos %"PRId64"\n", avio_tell(pb)); ^ src/libavformat/nsvdec.c:334:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got infos; filepos %"PRId64"\n", avio_tell(pb)); ^ src/libavformat/nsvdec.c:362:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got index; filepos %"PRId64"\n", avio_tell(pb)); ^ src/libavformat/nsvdec.c: In function 'nsv_read_chunk': src/libavformat/nsvdec.c:633:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV AUDIO: sync:%d, dts:%"PRId64, nsv->avsync, pkt->dts); ^ CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o src/libavformat/nutdec.c: In function 'decode_main_header': src/libavformat/nutdec.c:214:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stream_count, tmp > 0 && tmp <= NUT_MAX_STREAMS); ^ src/libavformat/nutdec.c:222:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->time_base_count, tmp > 0 && tmp < INT_MAX / sizeof(AVRational)); ^ src/libavformat/nutdec.c:228:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->time_base[i].num, tmp > 0 && tmp < (1ULL << 31)); ^ src/libavformat/nutdec.c:229:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->time_base[i].den, tmp > 0 && tmp < (1ULL << 31)); ^ src/libavformat/nutdec.c:309:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->header_count, tmp < 128U); ^ src/libavformat/nutdec.c:313:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->header_len[i], tmp > 0 && tmp < 256); ^ src/libavformat/nutdec.c: In function 'decode_stream_header': src/libavformat/nutdec.c:374:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stream_id, tmp < s->nb_streams && !nut->stream[tmp].time_base); ^ src/libavformat/nutdec.c:421:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stc->time_base_id, tmp < nut->time_base_count); ^ src/libavformat/nutdec.c:422:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stc->msb_pts_shift, tmp < 16); ^ src/libavformat/nutdec.c:424:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stc->decode_delay, tmp < 1000); // sanity limit, raise this if Moore's law is true ^ src/libavformat/nutdec.c:428:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codecpar->extradata_size, tmp < (1 << 30)); ^ src/libavformat/nutdec.c:435:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codecpar->width, tmp > 0); ^ src/libavformat/nutdec.c:436:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codecpar->height, tmp > 0); ^ src/libavformat/nutdec.c:447:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codecpar->sample_rate, tmp > 0); ^ src/libavformat/nutdec.c:449:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codecpar->channels, tmp > 0); ^ src/libavformat/nutdec.c: In function 'decode_info_header': src/libavformat/nutdec.c:503:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(stream_id_plus1, tmp <= s->nb_streams); ^ src/libavformat/nutdec.c: In function 'decode_syncpoint': src/libavformat/nutdec.c:633:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] AV_TIME_BASE_Q)); ^ src/libavformat/nutdec.c: In function 'find_and_decode_index': src/libavformat/nutdec.c:697:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(syncpoint_count, tmp < INT_MAX / 8 && tmp > 0); ^ src/libavformat/nutdec.c:723:21: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "index overflow A %d + %"PRIu64" >= %d\n", n, x, syncpoint_count + 1); ^ src/libavformat/nutdec.c:731:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "index: x %"PRIu64" is invalid\n", x); ^ src/libavformat/nutdec.c: In function 'decode_frame_header': src/libavformat/nutdec.c:998:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(bc), nut->last_syncpoint_pos, nut->max_distance); ^ src/libavformat/nutdec.c:998:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/nutdec.c:1015:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(*stream_id, tmp < s->nb_streams); ^ src/libavformat/nutdec.c: In function 'nut_read_packet': src/libavformat/nutdec.c:1183:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "syncing from %"PRId64"\n", pos); ^ src/libavformat/nutdec.c: In function 'nut_read_timestamp': src/libavformat/nutdec.c:1201:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] stream_index, *pos_arg, pos_limit); ^ src/libavformat/nutdec.c:1201:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/nutdec.c:1214:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "return %"PRId64" %"PRId64"\n", pts, back_ptr); ^ src/libavformat/nutdec.c:1214:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/nutdec.c: In function 'read_seek': src/libavformat/nutdec.c:1250:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] next_node[1]->ts); ^ src/libavformat/nutdec.c:1250:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/nutdec.c:1250:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/nutdec.c:1250:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/nutdec.c:1278:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos2); ^ src/libavformat/nutdec.c:1282:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "SP: %"PRId64"\n", pos); ^ CC libavformat/nutenc.o src/libavformat/nutenc.c: In function 'nut_write_packet': src/libavformat/nutenc.c:962:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] pkt->stream_index, pkt->pts); ^ CC libavformat/nuv.o CC libavformat/oggdec.o In file included from src/libavformat/oggdec.c:34:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ src/libavformat/oggdec.c: In function 'ogg_packet': src/libavformat/oggdec.c:543:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] os->page_pos); ^ CC libavformat/oggenc.o CC libavformat/oggparsecelt.o In file included from src/libavformat/oggparsecelt.c:27:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsedaala.o In file included from src/libavformat/oggparsedaala.c:27:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsedirac.o In file included from src/libavformat/oggparsedirac.c:26:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparseflac.o In file included from src/libavformat/oggparseflac.c:26:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparseogm.o In file included from src/libavformat/oggparseogm.c:33:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparseopus.o In file included from src/libavformat/oggparseopus.c:27:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ src/libavformat/oggparseopus.c: In function 'opus_packet': src/libavformat/oggparseopus.c:122:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(avf, AV_LOG_ERROR, "Unsupported huge granule pos %"PRId64 "\n", os->granule); ^ CC libavformat/oggparseskeleton.o In file included from src/libavformat/oggparseskeleton.c:24:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsespeex.o In file included from src/libavformat/oggparsespeex.c:35:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsetheora.o In file included from src/libavformat/oggparsetheora.c:30:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsevorbis.o In file included from src/libavformat/oggparsevorbis.c:38:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oggparsevp8.o In file included from src/libavformat/oggparsevp8.c:26:0: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^ CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o src/libavformat/options.c: In function 'format_child_class_next': src/libavformat/options.c:64:5: warning: 'av_iformat_next' is deprecated (declared at src/libavformat/avformat.h:2080) [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^ src/libavformat/options.c:69:9: warning: 'av_oformat_next' is deprecated (declared at src/libavformat/avformat.h:2088) [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^ src/libavformat/options.c:73:9: warning: 'av_iformat_next' is deprecated (declared at src/libavformat/avformat.h:2080) [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^ src/libavformat/options.c:77:5: warning: 'av_oformat_next' is deprecated (declared at src/libavformat/avformat.h:2088) [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^ CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o src/libavformat/protocols.c: In function 'avio_enum_protocols': src/libavformat/protocols.c:98:7: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] p = p ? p + 1 : url_protocols; ^ CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o src/libavformat/r3d.c: In function 'read_atom': src/libavformat/r3d.c:50:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] atom->size, (char*)&atom->tag, atom->offset); ^ src/libavformat/r3d.c:50:13: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/r3d.c: In function 'r3d_read_rdvo': src/libavformat/r3d.c:138:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "duration %"PRId64"\n", st->duration); ^ src/libavformat/r3d.c: In function 'r3d_read_header': src/libavformat/r3d.c:188:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "data offset %#"PRIx64"\n", s->internal->data_offset); ^ src/libavformat/r3d.c:188:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/r3d.c: In function 'r3d_read_redv': src/libavformat/r3d.c:268:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64"\n", pkt->dts, pkt->duration); ^ src/libavformat/r3d.c:268:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/r3d.c: In function 'r3d_read_reda': src/libavformat/r3d.c:332:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pkt->dts, pkt->duration, samples, st->codecpar->sample_rate); ^ src/libavformat/r3d.c:332:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/r3d.c: In function 'r3d_seek': src/libavformat/r3d.c:390:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] frame_num, sample_time); ^ CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o src/libavformat/rmdec.c: In function 'rm_read_index': src/libavformat/rmdec.c:444:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] str_id, avio_tell(pb)); ^ src/libavformat/rmdec.c:451:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] (avio_size(pb) - avio_tell(pb)) / 14); ^ src/libavformat/rmdec.c:451:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/rmdec.c:451:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/rmdec.c: In function 'rm_read_dts': src/libavformat/rmdec.c:1117:21: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] flags, stream_index2, stream_index, dts, seq); ^ src/libavformat/rmdec.c: In function 'ivr_read_packet': src/libavformat/rmdec.c:1380:17: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %"PRIX64"\n", opcode, avio_tell(pb) - 1); ^ src/libavformat/rmdec.c:1380:17: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] 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 src/libavformat/rsoenc.c: In function 'rso_write_trailer': src/libavformat/rsoenc.c:87:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Output file is too big (%"PRId64" bytes >= 64kB)\n", file_size); ^ CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o src/libavformat/rtmpproto.c: In function 'gen_seek': src/libavformat/rtmpproto.c:795:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] timestamp); ^ src/libavformat/rtmpproto.c: In function 'rtmp_seek': src/libavformat/rtmpproto.c:2922:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] stream_index, timestamp, flags); ^ src/libavformat/rtmpproto.c:2927:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] stream_index, timestamp, flags); ^ 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 src/libavformat/rtpenc.c: In function 'rtcp_send_sr': src/libavformat/rtpenc.c:290:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s1, AV_LOG_TRACE, "RTCP: %02x %"PRIx64" %"PRIx32"\n", s->payload_type, ntp_time, s->timestamp); ^ src/libavformat/rtpenc.c:290:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o src/libavformat/sdp.c: In function 'sdp_write_media_attributes': src/libavformat/sdp.c:706:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/sdp.c:710:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^ src/libavformat/sdp.c:712:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^ src/libavformat/sdp.c: In function 'ff_sdp_write_media': src/libavformat/sdp.c:765:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_strlcatf(buff, size, "b=AS:%"PRId64"\r\n", p->bit_rate / 1000); ^ CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o src/libavformat/segment.c: In function 'segment_list_open': src/libavformat/segment.c:305:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] avio_printf(seg->list_pb, "#EXT-X-TARGETDURATION:%"PRId64"\n", (int64_t)ceil(max_duration)); ^ CC libavformat/serdec.o CC libavformat/shortendec.o CC libavformat/sierravmd.o src/libavformat/sierravmd.c: In function 'vmd_read_packet': src/libavformat/sierravmd.c:305:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->pts); ^ 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 'output_chunk_list': src/libavformat/smoothstreamingenc.c:210:13: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", frag->start_time, frag->duration); ^ src/libavformat/smoothstreamingenc.c:210:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/smoothstreamingenc.c:212:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", frag->n, frag->duration); ^ src/libavformat/smoothstreamingenc.c: In function 'write_manifest': src/libavformat/smoothstreamingenc.c:254:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height, os->private_str); ^ src/libavformat/smoothstreamingenc.c:280:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->sample_rate, s->streams[i]->codecpar->channels, os->packet_size, os->audio_tag, os->private_str); ^ CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o src/libavformat/tedcaptionsdec.c: In function 'tedcaptions_read_header': src/libavformat/tedcaptionsdec.c:286:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(avf->pb)); ^ CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o src/libavformat/ty.c: In function 'demux_video': src/libavformat/ty.c:484:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] ff_dlog(s, "video rec type 0x%02x has short PES" ^ CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o src/libavformat/uncodedframecrcenc.c: In function 'write_frame': src/libavformat/uncodedframecrcenc.c:140:16: warning: unknown conversion type character 'I' in format [-Wformat=] stream_index, (*frame)->pts); ^ src/libavformat/uncodedframecrcenc.c:140:16: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o src/libavformat/utils.c: In function 'find_probe_decoder': src/libavformat/utils.c:225:9: warning: 'av_codec_next' is deprecated (declared at src/libavcodec/avcodec.h:4078) [-Wdeprecated-declarations] while (probe_codec = av_codec_next(probe_codec)) { ^ src/libavformat/utils.c: In function 'ffio_limit': src/libavformat/utils.c:260:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(NULL, remaining ? AV_LOG_ERROR : AV_LOG_DEBUG, "Truncating packet of size %d to %"PRId64"\n", size, remaining+1); ^ src/libavformat/utils.c: In function 'update_initial_durations': src/libavformat/utils.c:1194:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] av_ts2str(st->first_dts), av_ts2str(pktl->pkt.dts), av_ts2str(pktl->pkt.pts), pktl->pkt.duration); ^ src/libavformat/utils.c: In function 'compute_pkt_fields': src/libavformat/utils.c:1249:24: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] st->last_dts_for_order_check); ^ src/libavformat/utils.c:1249:24: warning: format '%i' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:1296:9: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "invalid dts/pts combination %"PRIi64"\n", pkt->dts); ^ src/libavformat/utils.c:1338:13: warning: format '%d' expects argument of type 'int', but argument 10 has type 'int64_t' [-Wformat=] pkt->stream_index, pc, pkt->duration, delay, onein_oneout); ^ src/libavformat/utils.c: In function 'read_frame_internal': src/libavformat/utils.c:1645:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] cur_pkt.size, cur_pkt.duration, cur_pkt.flags); ^ src/libavformat/utils.c:1763:16: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] pkt->size, pkt->duration, pkt->flags); ^ src/libavformat/utils.c: In function 'ff_configure_buffers_for_index': src/libavformat/utils.c:2138:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_VERBOSE, "Reconfiguring buffers to size %"PRId64"\n", pos_delta); ^ src/libavformat/utils.c: In function 'ff_seek_frame_binary': src/libavformat/utils.c:2197:21: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] pos_min, av_ts2str(ts_min)); ^ src/libavformat/utils.c:2197:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2212:21: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max)); ^ src/libavformat/utils.c:2212:21: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2212:21: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/utils.c:2212:21: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c: In function 'ff_gen_search': src/libavformat/utils.c:2312:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] pos_min, pos_max, av_ts2str(ts_min), av_ts2str(ts_max)); ^ src/libavformat/utils.c:2312:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2312:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/utils.c:2312:17: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2345:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pos_limit, start_pos, no_change); ^ src/libavformat/utils.c:2345:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2345:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2345:17: warning: format '%d' expects argument of type 'int', but argument 11 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:2345:17: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' [-Wformat=] src/libavformat/utils.c: In function 'estimate_timings': src/libavformat/utils.c:2964:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] (int64_t)ic->bit_rate / 1000); ^ src/libavformat/utils.c: In function 'avformat_find_stream_info': src/libavformat/utils.c:3600:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, ic->nb_streams); ^ src/libavformat/utils.c:3600:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:3758:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Probe buffer size limit of %"PRId64" bytes reached\n", probesize); ^ src/libavformat/utils.c:3813:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->dts); ^ src/libavformat/utils.c:3813:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:3830:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->dts); ^ src/libavformat/utils.c:3830:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:3865:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] t, pkt->stream_index); ^ src/libavformat/utils.c:3865:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c:4162:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count); ^ src/libavformat/utils.c:4162:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c: In function 'avpriv_new_chapter': src/libavformat/utils.c:4590:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Chapter end time %"PRId64" before start %"PRId64"\n", end, start); ^ src/libavformat/utils.c:4590:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': src/libavformat/utils.c:5761:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/utils.c:5762:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o 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 CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o src/libavformat/vqf.c: In function 'vqf_read_header': src/libavformat/vqf.c:215:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] st->codecpar->sample_rate, st->codecpar->bit_rate); ^ CC libavformat/w64.o CC libavformat/wavdec.o src/libavformat/wavdec.c: In function 'wav_read_header': src/libavformat/wavdec.c:383:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] data_size, sample_count); ^ src/libavformat/wavdec.c:383:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/wavdec.c:526:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_WARNING, "Data size %"PRId64" is too large\n", data_size); ^ src/libavformat/wavdec.c:541:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); ^ src/libavformat/wavdec.c:548:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); ^ CC libavformat/wavenc.o src/libavformat/wavenc.c: In function 'wav_write_trailer': src/libavformat/wavenc.c:444:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] file_size); ^ 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 src/libavformat/webvttenc.c: In function 'webvtt_write_time': src/libavformat/webvttenc.c:41:9: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":", hour); ^ src/libavformat/webvttenc.c:41:9: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^ src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavformat/webvttenc.c:43:5: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o src/libavformat/wtvdec.c: In function 'wtvfile_open_sector': src/libavformat/wtvdec.c:217:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^ src/libavformat/wtvdec.c:217:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/wtvdec.c:217:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/wtvdec.c:217:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long long int' [-Wformat=] CC libavformat/wtvenc.o src/libavformat/wtvenc.c: In function 'finish_file': src/libavformat/wtvenc.c:754:9: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (%"PRIi64" bytes)\n", w->length); ^ CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o src/libavformat/xwma.c: In function 'xwma_read_header': src/libavformat/xwma.c:196:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "dpds chunk size %"PRId64" not divisible by 4\n", size); ^ src/libavformat/xwma.c:201:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "dpds chunk size %"PRId64" invalid\n", size); ^ 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 CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o In file included from src/libavcodec/ac3enc_fixed.c:110:0: src/libavcodec/ac3enc_template.c: In function 'apply_channel_coupling': src/libavcodec/ac3enc_template.c:253:34: warning: array subscript is above array bounds [-Warray-bounds] if (s->blocks[blk1].cpl_in_use) { ^ src/libavcodec/ac3enc_template.c:254:45: warning: array subscript is above array bounds [-Warray-bounds] energy_cpl += energy[blk1][CPL_CH][bnd]; ^ CC libavcodec/ac3enc_float.o In file included from src/libavcodec/ac3enc_float.c:89:0: src/libavcodec/ac3enc_template.c: In function 'apply_channel_coupling': src/libavcodec/ac3enc_template.c:253:34: warning: array subscript is above array bounds [-Warray-bounds] if (s->blocks[blk1].cpl_in_use) { ^ src/libavcodec/ac3enc_template.c:254:45: warning: array subscript is above array bounds [-Warray-bounds] energy_cpl += energy[blk1][CPL_CH][bnd]; ^ 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/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/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 CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_metadata_bsf.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o src/libavcodec/avrndec.c: In function 'init': src/libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated (declared at src/libavcodec/avcodec.h:2367) [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ src/libavcodec/avrndec.c: In function 'decode_frame': src/libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4788) [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^ CC libavcodec/avs.o CC libavcodec/avs2_parser.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/cbs.o src/libavcodec/cbs.c: In function 'ff_cbs_trace_syntax_element': src/libavcodec/cbs.c:423:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] position, name, pad, bits, value); ^ CC libavcodec/cbs_av1.o In file included from src/libavcodec/cbs_av1.c:752:0: src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_color_config': src/libavcodec/cbs_av1_syntax_template.c:88:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(mono_chrome, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:88:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:99:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(color_primaries, AVCOL_PRI_UNSPECIFIED); ^ src/libavcodec/cbs_av1_syntax_template.c:99:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:100:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transfer_characteristics, AVCOL_TRC_UNSPECIFIED); ^ src/libavcodec/cbs_av1_syntax_template.c:100:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:101:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(matrix_coefficients, AVCOL_SPC_UNSPECIFIED); ^ src/libavcodec/cbs_av1_syntax_template.c:101:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:107:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:107:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:108:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:108:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:109:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_position, AV1_CSP_UNKNOWN); ^ src/libavcodec/cbs_av1_syntax_template.c:109:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:110:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(separate_uv_delta_q, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:110:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:115:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(color_range, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:115:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:116:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:116:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:117:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:117:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:124:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:124:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:125:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:125:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:127:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:127:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:128:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:128:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:135:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:135:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:137:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:137:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:138:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:138:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_sequence_header_obu': src/libavcodec/cbs_av1_syntax_template.c:193:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(timing_info_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:193:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:194:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(decoder_model_info_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:194:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:195:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(initial_display_delay_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:195:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:196:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(operating_points_cnt_minus_1, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:196:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:197:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(operating_point_idc[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:197:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:201:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_tier[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:201:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:202:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(decoder_model_present_for_this_op[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:202:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:203:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(initial_display_delay_present_for_this_op[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:203:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:216:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(decoder_model_info_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:216:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:229:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_tier[i], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:229:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:240:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(decoder_model_present_for_this_op[i], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:240:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:258:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_id_numbers_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:258:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:271:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_intraintra_compound, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:271:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:272:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_masked_compound, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:272:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:273:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_warped_motion, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:273:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:274:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_dual_filter, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:274:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:275:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_order_hint, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:275:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:276:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_jnt_comp, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:276:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:277:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_ref_frame_mvs, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:277:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:279:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_force_screen_content_tools, ^ src/libavcodec/cbs_av1_syntax_template.c:279:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:281:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_force_integer_mv, ^ src/libavcodec/cbs_av1_syntax_template.c:281:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:294:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_jnt_comp, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:294:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:295:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(enable_ref_frame_mvs, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:295:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:300:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_force_screen_content_tools, ^ src/libavcodec/cbs_av1_syntax_template.c:300:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:307:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_force_integer_mv, ^ src/libavcodec/cbs_av1_syntax_template.c:307:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:312:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(seq_force_integer_mv, AV1_SELECT_INTEGER_MV); ^ src/libavcodec/cbs_av1_syntax_template.c:312:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_superres_params': src/libavcodec/cbs_av1_syntax_template.c:352:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(use_superres, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:352:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_interpolation_filter': src/libavcodec/cbs_av1_syntax_template.c:459:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(interpolation_filter, ^ src/libavcodec/cbs_av1_syntax_template.c:459:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_tile_info': src/libavcodec/cbs_av1_syntax_template.c:556:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(context_update_tile_id, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:556:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_quantization_params': src/libavcodec/cbs_av1_syntax_template.c:580:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(diff_uv_delta, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:580:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:589:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_v_dc, current->delta_q_u_dc); ^ src/libavcodec/cbs_av1_syntax_template.c:589:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:590:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_v_ac, current->delta_q_u_ac); ^ src/libavcodec/cbs_av1_syntax_template.c:590:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:593:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_u_dc, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:593:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:594:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_u_ac, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:594:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:595:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_v_dc, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:595:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:596:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_v_ac, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:596:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:606:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(qm_v, current->qm_u); ^ src/libavcodec/cbs_av1_syntax_template.c:606:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_segmentation_params': src/libavcodec/cbs_av1_syntax_template.c:623:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(segmentation_update_map, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:623:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:624:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(segmentation_temporal_update, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:624:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:625:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(segmentation_update_data, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:625:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:631:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(segmentation_temporal_update, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:631:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:646:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_value[i][j], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:646:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:654:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_enabled[i][j], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:654:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:655:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_value[i][j], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:655:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_delta_q_params': src/libavcodec/cbs_av1_syntax_template.c:671:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_q_present, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:671:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_delta_lf_params': src/libavcodec/cbs_av1_syntax_template.c:688:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_present, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:688:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:693:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_res, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:693:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:694:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_multi, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:694:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:697:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_present, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:697:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:698:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_res, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:698:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:699:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_lf_multi, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:699:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_loop_filter_params': src/libavcodec/cbs_av1_syntax_template.c:712:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_level[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:712:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:713:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_level[1], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:713:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:714:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_INTRA], 1); ^ src/libavcodec/cbs_av1_syntax_template.c:714:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:715:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:715:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:716:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST2], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:716:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:717:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST3], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:717:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:718:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_BWDREF], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:718:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:719:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_GOLDEN], -1); ^ src/libavcodec/cbs_av1_syntax_template.c:719:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:720:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF], -1); ^ src/libavcodec/cbs_av1_syntax_template.c:720:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:721:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF2], -1); ^ src/libavcodec/cbs_av1_syntax_template.c:721:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:723:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_mode_deltas[i], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:723:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_cdef_params': src/libavcodec/cbs_av1_syntax_template.c:769:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_damping_minus_3, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:769:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:770:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_bits, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:770:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:771:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_y_pri_strength[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:771:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:772:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_y_sec_strength[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:772:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:773:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_uv_pri_strength[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:773:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:774:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cdef_uv_sec_strength[0], 0); ^ src/libavcodec/cbs_av1_syntax_template.c:774:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_lr_params': src/libavcodec/cbs_av1_syntax_template.c:829:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(lr_uv_shift, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:829:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_read_tx_mode': src/libavcodec/cbs_av1_syntax_template.c:843:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(tx_mode, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:843:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_frame_reference_mode': src/libavcodec/cbs_av1_syntax_template.c:857:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(reference_select, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:857:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_skip_mode_params': src/libavcodec/cbs_av1_syntax_template.c:939:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(skip_mode_present, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:939:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_film_grain_params': src/libavcodec/cbs_av1_syntax_template.c:1040:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(update_grain, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1040:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1054:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_scaling_from_luma, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1054:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1063:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_cb_points, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1063:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1064:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_cr_points, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1064:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_uncompressed_header': src/libavcodec/cbs_av1_syntax_template.c:1135:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(show_existing_frame, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1135:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1136:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_type, AV1_FRAME_KEY); ^ src/libavcodec/cbs_av1_syntax_template.c:1136:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1137:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(show_frame, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1137:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1138:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(showable_frame, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1138:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1160:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_flags, all_frames); ^ src/libavcodec/cbs_av1_syntax_template.c:1160:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1162:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_flags, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1162:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1179:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(showable_frame, current->frame_type != AV1_FRAME_KEY); ^ src/libavcodec/cbs_av1_syntax_template.c:1179:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1185:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(error_resilient_mode, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1185:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1203:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(allow_screen_content_tools, ^ src/libavcodec/cbs_av1_syntax_template.c:1203:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1210:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(force_integer_mv, seq->seq_force_integer_mv); ^ src/libavcodec/cbs_av1_syntax_template.c:1210:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1212:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(force_integer_mv, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1212:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1234:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(current_frame_id, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1234:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1238:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_size_override_flag, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1238:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1240:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_size_override_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1240:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1249:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(order_hint, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1249:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1252:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(primary_ref_frame, AV1_PRIMARY_REF_NONE); ^ src/libavcodec/cbs_av1_syntax_template.c:1252:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1276:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_flags, all_frames); ^ src/libavcodec/cbs_av1_syntax_template.c:1276:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1299:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(allow_intrabc, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1299:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1303:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_refs_short_signaling, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1303:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1312:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(ref_frame_idx[i], current->last_frame_idx); ^ src/libavcodec/cbs_av1_syntax_template.c:1312:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1315:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(ref_frame_idx[i], current->golden_frame_idx); ^ src/libavcodec/cbs_av1_syntax_template.c:1315:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1317:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(ref_frame_idx[i], -1); ^ src/libavcodec/cbs_av1_syntax_template.c:1317:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1340:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(allow_high_precision_mv, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1340:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1350:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(use_ref_frame_mvs, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1350:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1354:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(allow_intrabc, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1354:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1362:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(disable_frame_end_update_cdf, 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1362:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1424:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(allow_warped_motion, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1424:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_tile_group_obu': src/libavcodec/cbs_av1_syntax_template.c:1569:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(tile_start_and_end_present_flag, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1569:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1572:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(tg_start, 0); ^ src/libavcodec/cbs_av1_syntax_template.c:1572:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1_syntax_template.c:1573:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(tg_end, num_tiles - 1); ^ src/libavcodec/cbs_av1_syntax_template.c:1573:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_av1.c: In function 'cbs_av1_split_fragment': src/libavcodec/cbs_av1.c:829:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] obu_length, size); ^ CC libavcodec/cbs_h2645.o In file included from src/libavcodec/cbs_h2645.c:394:0: src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_vui_parameters': src/libavcodec/cbs_h264_syntax_template.c:124:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(aspect_ratio_idc, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:124:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:142:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_format, 5); ^ src/libavcodec/cbs_h264_syntax_template.c:142:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:143:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_full_range_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:143:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:144:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(colour_primaries, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:144:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:145:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transfer_characteristics, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:145:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:146:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(matrix_coefficients, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:146:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:154:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_top_field, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:154:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:155:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_bottom_field, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:155:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:164:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(fixed_frame_rate_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:164:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:179:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(low_delay_hrd_flag, 1 - current->fixed_frame_rate_flag); ^ src/libavcodec/cbs_h264_syntax_template.c:179:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:195:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(motion_vectors_over_pic_boundaries_flag, 1); ^ src/libavcodec/cbs_h264_syntax_template.c:195:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:196:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bytes_per_pic_denom, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:196:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:197:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bits_per_mb_denom, 1); ^ src/libavcodec/cbs_h264_syntax_template.c:197:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:198:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_horizontal, 15); ^ src/libavcodec/cbs_h264_syntax_template.c:198:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:199:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_vertical, 15); ^ src/libavcodec/cbs_h264_syntax_template.c:199:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:205:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_num_reorder_frames, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:205:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:206:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_dec_frame_buffering, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:206:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:208:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^ src/libavcodec/cbs_h264_syntax_template.c:208:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:209:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^ src/libavcodec/cbs_h264_syntax_template.c:209:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_vui_parameters_default': src/libavcodec/cbs_h264_syntax_template.c:220:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(aspect_ratio_idc, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:220:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:222:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_format, 5); ^ src/libavcodec/cbs_h264_syntax_template.c:222:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:223:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_full_range_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:223:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:224:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(colour_primaries, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:224:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:225:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transfer_characteristics, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:225:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:226:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(matrix_coefficients, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:226:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:228:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_top_field, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:228:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:229:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_bottom_field, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:229:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:231:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(fixed_frame_rate_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:231:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:232:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(low_delay_hrd_flag, 1); ^ src/libavcodec/cbs_h264_syntax_template.c:232:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:234:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pic_struct_present_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:234:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:236:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(motion_vectors_over_pic_boundaries_flag, 1); ^ src/libavcodec/cbs_h264_syntax_template.c:236:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:237:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bytes_per_pic_denom, 2); ^ src/libavcodec/cbs_h264_syntax_template.c:237:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:238:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bits_per_mb_denom, 1); ^ src/libavcodec/cbs_h264_syntax_template.c:238:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:239:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_horizontal, 15); ^ src/libavcodec/cbs_h264_syntax_template.c:239:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:240:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_vertical, 15); ^ src/libavcodec/cbs_h264_syntax_template.c:240:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:246:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_num_reorder_frames, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:246:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:247:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_dec_frame_buffering, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:247:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:249:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^ src/libavcodec/cbs_h264_syntax_template.c:249:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:250:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^ src/libavcodec/cbs_h264_syntax_template.c:250:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_sps': src/libavcodec/cbs_h264_syntax_template.c:291:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(separate_colour_plane_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:291:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:315:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_format_idc, current->profile_idc == 183 ? 0 : 1); ^ src/libavcodec/cbs_h264_syntax_template.c:315:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:317:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(separate_colour_plane_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:317:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:318:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(bit_depth_luma_minus8, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:318:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:319:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(bit_depth_chroma_minus8, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:319:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_pps': src/libavcodec/cbs_h264_syntax_template.c:499:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transform_8x8_mode_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:499:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:500:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pic_scaling_matrix_present_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:500:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:501:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(second_chroma_qp_index_offset, current->chroma_qp_index_offset); ^ src/libavcodec/cbs_h264_syntax_template.c:501:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_sei_pic_timestamp': src/libavcodec/cbs_h264_syntax_template.c:598:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(time_offset, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:598:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_slice_header': src/libavcodec/cbs_h264_syntax_template.c:1242:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(bottom_field_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1242:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1244:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(field_pic_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1244:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1245:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(bottom_field_flag, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1245:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1265:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_pic_order_cnt[1], 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1265:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1267:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_pic_order_cnt[0], 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1267:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1268:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_pic_order_cnt[1], 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1268:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1275:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(redundant_pic_cnt, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1275:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1292:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_ref_idx_l0_active_minus1, ^ src/libavcodec/cbs_h264_syntax_template.c:1292:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1294:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_ref_idx_l1_active_minus1, ^ src/libavcodec/cbs_h264_syntax_template.c:1294:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1335:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_alpha_c0_offset_div2, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1335:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1336:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_beta_offset_div2, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1336:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1339:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(disable_deblocking_filter_idc, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1339:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1340:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_alpha_c0_offset_div2, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1340:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h264_syntax_template.c:1341:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_beta_offset_div2, 0); ^ src/libavcodec/cbs_h264_syntax_template.c:1341:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] In file included from src/libavcodec/cbs_h2645.c:398:0: src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_hrd_parameters': src/libavcodec/cbs_h265_syntax_template.c:283:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(sub_pic_hrd_params_present_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:283:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:285:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(initial_cpb_removal_delay_length_minus1, 23); ^ src/libavcodec/cbs_h265_syntax_template.c:285:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:286:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(au_cpb_removal_delay_length_minus1, 23); ^ src/libavcodec/cbs_h265_syntax_template.c:286:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:287:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(dpb_output_delay_length_minus1, 23); ^ src/libavcodec/cbs_h265_syntax_template.c:287:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:297:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(fixed_pic_rate_within_cvs_flag[i], 1); ^ src/libavcodec/cbs_h265_syntax_template.c:297:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:301:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(low_delay_hrd_flag[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:301:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:308:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cpb_cnt_minus1[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:308:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_vui_parameters': src/libavcodec/cbs_h265_syntax_template.c:332:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(aspect_ratio_idc, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:332:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:349:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(colour_primaries, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:349:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:350:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transfer_characteristics, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:350:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:351:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(matrix_coefficients, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:351:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:354:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_format, 5); ^ src/libavcodec/cbs_h265_syntax_template.c:354:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:355:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(video_full_range_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:355:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:356:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(colour_primaries, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:356:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:357:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(transfer_characteristics, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:357:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:358:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(matrix_coefficients, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:358:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:366:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_top_field, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:366:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:367:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_sample_loc_type_bottom_field, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:367:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:408:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(tiles_fixed_structure_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:408:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:409:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(motion_vectors_over_pic_boundaries_flag, 1); ^ src/libavcodec/cbs_h265_syntax_template.c:409:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:410:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(min_spatial_segmentation_idc, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:410:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:411:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bytes_per_pic_denom, 2); ^ src/libavcodec/cbs_h265_syntax_template.c:411:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:412:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(max_bits_per_min_cu_denom, 1); ^ src/libavcodec/cbs_h265_syntax_template.c:412:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:413:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_horizontal, 15); ^ src/libavcodec/cbs_h265_syntax_template.c:413:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:414:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(log2_max_mv_length_vertical, 15); ^ src/libavcodec/cbs_h265_syntax_template.c:414:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_vps': src/libavcodec/cbs_h265_syntax_template.c:463:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(vps_max_dec_pic_buffering_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:463:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:465:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(vps_max_num_reorder_pics[i], ^ src/libavcodec/cbs_h265_syntax_template.c:465:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:467:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(vps_max_latency_increase_plus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:467:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:479:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(layer_id_included_flag[0][j], j == 0); ^ src/libavcodec/cbs_h265_syntax_template.c:479:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:496:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cprms_present_flag[0], 1); ^ src/libavcodec/cbs_h265_syntax_template.c:496:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_st_ref_pic_set': src/libavcodec/cbs_h265_syntax_template.c:522:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(inter_ref_pic_set_prediction_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:522:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:536:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_idx_minus1, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:536:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:552:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(use_delta_flag[j], 1); ^ src/libavcodec/cbs_h265_syntax_template.c:552:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:604:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_negative_pics, i); ^ src/libavcodec/cbs_h265_syntax_template.c:604:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:606:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_poc_s0_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:606:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:608:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(used_by_curr_pic_s0_flag[i], used_by_curr_pic_s0[i]); ^ src/libavcodec/cbs_h265_syntax_template.c:608:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:633:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_positive_pics, i); ^ src/libavcodec/cbs_h265_syntax_template.c:633:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:635:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_poc_s1_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:635:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:637:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(used_by_curr_pic_s1_flag[i], used_by_curr_pic_s1[i]); ^ src/libavcodec/cbs_h265_syntax_template.c:637:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_sps': src/libavcodec/cbs_h265_syntax_template.c:783:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(separate_colour_plane_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:783:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:795:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(conf_win_left_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:795:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:796:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(conf_win_right_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:796:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:797:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(conf_win_top_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:797:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:798:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(conf_win_bottom_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:798:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:819:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(sps_max_dec_pic_buffering_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:819:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:821:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(sps_max_num_reorder_pics[i], ^ src/libavcodec/cbs_h265_syntax_template.c:821:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:823:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(sps_max_latency_increase_plus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:823:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:861:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(sps_scaling_list_data_present_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:861:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pps_scc_extension': src/libavcodec/cbs_h265_syntax_template.c:971:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_slice_act_qp_offsets_present_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:971:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:972:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_act_y_qp_offset_plus5, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:972:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:973:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_act_cb_qp_offset_plus5, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:973:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:974:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_act_cr_qp_offset_plus3, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:974:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pps': src/libavcodec/cbs_h265_syntax_template.c:1037:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(diff_cu_qp_delta_depth, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1037:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1062:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_tile_columns_minus1, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1062:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1063:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_tile_rows_minus1, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1063:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1075:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_beta_offset_div2, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1075:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1076:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_tc_offset_div2, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1076:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1079:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(deblocking_filter_override_enabled_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1079:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1080:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_deblocking_filter_disabled_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1080:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1081:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_beta_offset_div2, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1081:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1082:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(pps_tc_offset_div2, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1082:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pred_weight_table': src/libavcodec/cbs_h265_syntax_template.c:1176:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_chroma_log2_weight_denom, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1176:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1182:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(luma_weight_l0_flag[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1182:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1189:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_weight_l0_flag[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1189:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1200:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_luma_weight_l0[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1200:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1201:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(luma_offset_l0[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1201:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1212:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_chroma_weight_l0[i][j], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1212:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1213:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_offset_l0[i][j], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1213:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1223:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(luma_weight_l1_flag[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1223:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1230:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_weight_l1_flag[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1230:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1241:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_luma_weight_l1[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1241:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1242:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(luma_offset_l1[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1242:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1253:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_chroma_weight_l1[i][j], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1253:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1254:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(chroma_offset_l1[i][j], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1254:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_slice_segment_header': src/libavcodec/cbs_h265_syntax_template.c:1316:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(dependent_slice_segment_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1316:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1319:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(dependent_slice_segment_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1319:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1352:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(short_term_ref_pic_set_idx, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1352:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1371:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_long_term_sps, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1371:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1395:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(delta_poc_msb_cycle_lt[i], 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1395:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1402:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_temporal_mvp_enabled_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1402:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1413:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_sao_chroma_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1413:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1415:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_sao_luma_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1415:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1416:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_sao_chroma_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1416:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1427:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^ src/libavcodec/cbs_h265_syntax_template.c:1427:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1429:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_ref_idx_l0_active_minus1, pps->num_ref_idx_l0_default_active_minus1); ^ src/libavcodec/cbs_h265_syntax_template.c:1429:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1430:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^ src/libavcodec/cbs_h265_syntax_template.c:1430:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1442:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cabac_init_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1442:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1447:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(collocated_from_l0_flag, 1); ^ src/libavcodec/cbs_h265_syntax_template.c:1447:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1452:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(collocated_ref_idx, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1452:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1457:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(collocated_ref_idx, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1457:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1469:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(use_integer_mv_flag, sps->motion_vector_resolution_control_idc); ^ src/libavcodec/cbs_h265_syntax_template.c:1469:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1479:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_cb_qp_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1479:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1480:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_cr_qp_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1480:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1493:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_act_y_qp_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1493:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1494:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_act_cb_qp_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1494:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1495:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_act_cr_qp_offset, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1495:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1500:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(cu_chroma_qp_offset_enabled_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1500:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1505:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(deblocking_filter_override_flag, 0); ^ src/libavcodec/cbs_h265_syntax_template.c:1505:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1512:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^ src/libavcodec/cbs_h265_syntax_template.c:1512:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1513:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^ src/libavcodec/cbs_h265_syntax_template.c:1513:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1516:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_deblocking_filter_disabled_flag, ^ src/libavcodec/cbs_h265_syntax_template.c:1516:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1518:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^ src/libavcodec/cbs_h265_syntax_template.c:1518:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1519:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^ src/libavcodec/cbs_h265_syntax_template.c:1519:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c:1526:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(slice_loop_filter_across_slices_enabled_flag, ^ src/libavcodec/cbs_h265_syntax_template.c:1526:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_read_sps': src/libavcodec/cbs_h265_syntax_template.c:820:60: warning: array subscript is above array bounds [-Warray-bounds] current->sps_max_dec_pic_buffering_minus1[current->sps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ src/libavcodec/cbs_h265_syntax_template.c:822:52: warning: array subscript is above array bounds [-Warray-bounds] current->sps_max_num_reorder_pics[current->sps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ src/libavcodec/cbs_h265_syntax_template.c:824:58: warning: array subscript is above array bounds [-Warray-bounds] current->sps_max_latency_increase_plus1[current->sps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ src/libavcodec/cbs_h2645.c: In function 'cbs_h265_read_nal_unit': src/libavcodec/cbs_h265_syntax_template.c:464:60: warning: array subscript is above array bounds [-Warray-bounds] current->vps_max_dec_pic_buffering_minus1[current->vps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ src/libavcodec/cbs_h265_syntax_template.c:466:52: warning: array subscript is above array bounds [-Warray-bounds] current->vps_max_num_reorder_pics[current->vps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ src/libavcodec/cbs_h265_syntax_template.c:468:58: warning: array subscript is above array bounds [-Warray-bounds] current->vps_max_latency_increase_plus1[current->vps_max_sub_layers_minus1]); ^ src/libavcodec/cbs_h2645.c:304:25: note: in definition of macro 'infer' current->name = value; \ ^ CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_vp9.o In file included from src/libavcodec/cbs_vp9.c:396:0: src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_color_config': src/libavcodec/cbs_vp9_syntax_template.c:64:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:64:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:65:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:65:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:68:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(color_range, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:68:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:70:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:70:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:71:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:71:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_segmentation_params': src/libavcodec/cbs_vp9_syntax_template.c:226:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(segmentation_pred_prob[i], 255); ^ src/libavcodec/cbs_vp9_syntax_template.c:226:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:243:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_sign[i][j], 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:243:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:245:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_value[i][j], 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:245:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:246:25: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(feature_sign[i][j], 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:246:25: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_uncompressed_header': src/libavcodec/cbs_vp9_syntax_template.c:294:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(header_size_in_bytes, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:294:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:295:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_flags, 0x00); ^ src/libavcodec/cbs_vp9_syntax_template.c:295:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:296:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(loop_filter_level, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:296:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:310:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_flags, 0xff); ^ src/libavcodec/cbs_vp9_syntax_template.c:310:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:316:14: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(intra_only, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:316:14: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:321:14: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(reset_frame_context, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:321:14: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:329:18: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(color_space, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:329:18: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:330:18: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_x, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:330:18: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:331:18: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(subsampling_y, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:331:18: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:361:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(refresh_frame_context, 0); ^ src/libavcodec/cbs_vp9_syntax_template.c:361:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] src/libavcodec/cbs_vp9_syntax_template.c:362:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] infer(frame_parallel_decoding_mode, 1); ^ src/libavcodec/cbs_vp9_syntax_template.c:362:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec2utils.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o src/libavcodec/dcaenc.c: In function 'encode_init': src/libavcodec/dcaenc.c:230:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Bit rate %"PRId64" not supported.", avctx->bit_rate); ^ CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o src/libavcodec/decode.c: In function 'compat_decode': src/libavcodec/decode.c:817:13: warning: 'refcounted_frames' is deprecated (declared at src/libavcodec/avcodec.h:2367) [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^ src/libavcodec/decode.c: In function 'avcodec_flush_buffers': src/libavcodec/decode.c:2003:5: warning: 'refcounted_frames' is deprecated (declared at src/libavcodec/avcodec.h:2367) [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^ CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o src/libavcodec/diracdec.c: In function 'dirac_decode_frame': src/libavcodec/diracdec.c:2085:45: warning: array subscript is above array bounds [-Warray-bounds] s->delay_frames[i] = s->delay_frames[i+1]; ^ CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o src/libavcodec/dnxhddec.c:148:20: warning: 'dnxhd_decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int dnxhd_decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o src/libavcodec/dvbsub_parser.c: In function 'dvbsub_parse': src/libavcodec/dvbsub_parser.c:62:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^ src/libavcodec/dvbsub_parser.c:62:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavcodec/dvbsub_parser.c:62:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavcodec/dvbsub_parser.c:62:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/dvbsub_parser.c:62:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavcodec/dvbsub_parser.c:62:5: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o src/libavcodec/dvdsubdec.c: In function 'decode_dvd_subtitles': src/libavcodec/dvdsubdec.c:322:17: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^ src/libavcodec/dvdsubdec.c:322:17: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavcodec/dvdsubdec.c:322:17: warning: too many arguments for format [-Wformat-extra-args] src/libavcodec/dvdsubdec.c:330:17: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^ src/libavcodec/dvdsubdec.c:330:17: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavcodec/dvdsubdec.c:330:17: warning: too many arguments for format [-Wformat-extra-args] CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o src/libavcodec/dvenc.c: In function 'dv_encode_video_segment': src/libavcodec/dvenc.c:386:81: warning: array subscript is above array bounds [-Warray-bounds] for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) ^ CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/dxv.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/elsdec.o CC libavcodec/encode.o src/libavcodec/encode.c: In function 'ff_alloc_packet2': src/libavcodec/encode.c:40:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] size, INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE); ^ src/libavcodec/encode.c:57:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "User packet is too small (%d < %"PRId64")\n", avpkt->size, size); ^ src/libavcodec/encode.c:68:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Failed to allocate packet of size %"PRId64"\n", size); ^ src/libavcodec/encode.c: In function 'do_encode': src/libavcodec/encode.c:365:9: warning: 'avcodec_encode_video2' is deprecated (declared at src/libavcodec/encode.c:258) [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/encode.c:368:9: warning: 'avcodec_encode_audio2' is deprecated (declared at src/libavcodec/encode.c:118) [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^ CC libavcodec/error_resilience.o src/libavcodec/error_resilience.c: In function 'ff_er_add_slice': src/libavcodec/error_resilience.c:854:9: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] atomic_fetch_add(&s->error_count, start_i - end_i - 1); ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavcodec/error_resilience.h:23, from src/libavcodec/error_resilience.c:32: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_int *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavcodec/error_resilience.c:858:9: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] atomic_fetch_add(&s->error_count, start_i - end_i - 1); ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavcodec/error_resilience.h:23, from src/libavcodec/error_resilience.c:32: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_int *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavcodec/error_resilience.c:862:9: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] atomic_fetch_add(&s->error_count, start_i - end_i - 1); ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavcodec/error_resilience.h:23, from src/libavcodec/error_resilience.c:32: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_int *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/exr.o CC libavcodec/exrdsp.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o src/libavcodec/ffv1dec.c: In function 'decode_frame': src/libavcodec/ffv1dec.c:913:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(f->avctx, AV_LOG_ERROR, "at %"PRId64"\n", ts); ^ src/libavcodec/ffv1dec.c: At top level: src/libavcodec/ffv1dec.c:1013:13: warning: 'copy_fields' defined but not used [-Wunused-function] static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) ^ CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/filter_units_bsf.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o src/libavcodec/flac_parser.c: In function 'check_header_mismatch': src/libavcodec/flac_parser.c:401:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] child->offset, child_fi->frame_or_sample_num); ^ src/libavcodec/flac_parser.c:401:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] CC libavcodec/flacdata.o CC libavcodec/flacdec.o src/libavcodec/flacdec.c: In function 'flac_decode_frame': src/libavcodec/flacdec.c:614:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "CRC error at PTS %"PRId64"\n", avpkt->pts); ^ CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_levels.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.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 src/libavcodec/h264_redundant_pps_bsf.c: In function 'h264_redundant_pps_filter': src/libavcodec/h264_redundant_pps_bsf.c:95:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "at %"PRId64".\n", in->pts); ^ CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapqa_extract_bsf.o CC libavcodec/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 src/libavcodec/hevc_ps.c: In function 'ff_hevc_parse_sps': src/libavcodec/hevc_ps.c:1004:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[start].max_dec_pic_buffering; ^ src/libavcodec/hevc_ps.c:1005:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].num_reorder_pics = sps->temporal_layer[start].num_reorder_pics; ^ src/libavcodec/hevc_ps.c:1006:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_latency_increase = sps->temporal_layer[start].max_latency_increase; ^ CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o src/libavcodec/hevcdec.c: In function 'pred_weight_table': src/libavcodec/hevcdec.c:162:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "chroma_log2_weight_denom %"PRId64" is invalid\n", chroma_log2_weight_denom); ^ src/libavcodec/hevcdec.c: At top level: src/libavcodec/hevcdec.c:3229:12: warning: 'hevc_ref_frame' defined but not used [-Wunused-function] static int hevc_ref_frame(HEVCContext *s, HEVCFrame *dst, HEVCFrame *src) ^ CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/ilbcdec.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imm4.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/magicyuvenc.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o src/libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': src/libavcodec/mjpegdec.c:2446:21: warning: 'av_frame_set_qp_table' is deprecated (declared at src/libavutil/frame.h:651) [-Wdeprecated-declarations] av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); ^ CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o src/libavcodec/mlpdec.c: In function 'read_restart_header': src/libavcodec/mlpdec.c:547:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] s->max_channel + 1, s->mask, substr); ^ src/libavcodec/mlpdec.c:547:16: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o src/libavcodec/mpeg12dec.c: In function 'mpeg_decode_sequence_extension': src/libavcodec/mpeg12dec.c:1436:16: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] s->avctx->rc_buffer_size, s->bit_rate); ^ src/libavcodec/mpeg12dec.c: In function 'mpeg1_decode_sequence': src/libavcodec/mpeg12dec.c:2164:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] s->avctx->rc_buffer_size, s->bit_rate, s->aspect_ratio_info); ^ CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o src/libavcodec/mpeg4videodec.c: In function 'decode_vop_header': src/libavcodec/mpeg4videodec.c:2794:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ff_dlog(s->avctx, "MPEG4 PTS: %"PRId64"\n", pts); ^ src/libavcodec/mpeg4videodec.c:2928:19: warning: format '%d' expects argument of type 'int', but argument 24 has type 'int64_t' [-Wformat=] ); ^ CC libavcodec/mpeg4videoenc.o src/libavcodec/mpeg4videoenc.c: In function 'ff_mpeg4_encode_picture_header': src/libavcodec/mpeg4videoenc.c:1089:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "time_incr %"PRIu64" too large\n", time_incr); ^ CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o src/libavcodec/mpegvideo.c: In function 'ff_mpv_export_qp_table': src/libavcodec/mpegvideo.c:1453:5: warning: 'av_frame_set_qp_table' is deprecated (declared at src/libavutil/frame.h:651) [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^ CC libavcodec/mpegvideo_enc.o src/libavcodec/mpegvideo_enc.c: In function 'ff_mpv_encode_init': src/libavcodec/mpegvideo_enc.c:496:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "bitrate tolerance %d too small for bitrate %"PRId64", overriding\n", avctx->bit_rate_tolerance, avctx->bit_rate); ^ src/libavcodec/mpegvideo_enc.c: In function 'load_input_picture': src/libavcodec/mpegvideo_enc.c:1171:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts, last); ^ src/libavcodec/mpegvideo_enc.c:1171:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/mpegvideo_enc.c:1185:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts); ^ src/libavcodec/mpegvideo_enc.c: In function 'encode_picture': src/libavcodec/mpegvideo_enc.c:3749:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ff_dlog(s, "Scene change detected, encoding as I Frame %"PRId64" %"PRId64"\n", ^ src/libavcodec/mpegvideo_enc.c:3749:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/mscc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o src/libavcodec/msmpeg4dec.c: In function 'ff_msmpeg4_decode_picture_header': src/libavcodec/msmpeg4dec.c:550:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] ff_dlog(s->avctx, "%d %"PRId64" %d %d %d\n", s->pict_type, s->bit_rate, ^ CC libavcodec/msmpeg4enc.o src/libavcodec/msmpeg4enc.c: In function 'ff_msmpeg4_encode_picture_header': src/libavcodec/msmpeg4enc.c:243:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] ff_dlog(s, "%d %"PRId64" %d %d %d\n", s->pict_type, s->bit_rate, ^ CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mwsc.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o src/libavcodec/options.c: In function 'codec_child_class_next': src/libavcodec/options.c:61:5: warning: 'av_codec_next' is deprecated (declared at src/libavcodec/avcodec.h:4078) [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^ src/libavcodec/options.c:66:5: warning: 'av_codec_next' is deprecated (declared at src/libavcodec/avcodec.h:4078) [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^ CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o CC libavcodec/opusdec.o CC libavcodec/opusenc.o src/libavcodec/opusenc.c: In function 'opus_encode_init': src/libavcodec/opusenc.c:644:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avctx->bit_rate/1000, clipped_rate/1000); ^ src/libavcodec/opusenc.c:644:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] 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 src/libavcodec/pcm-bluray.c: In function 'pcm_bluray_parse_header': src/libavcodec/pcm-bluray.c:119:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] ff_dlog(avctx, ^ CC libavcodec/pcm-dvd.o src/libavcodec/pcm-dvd.c: In function 'pcm_dvd_parse_header': src/libavcodec/pcm-dvd.c:142:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] ff_dlog(avctx, ^ CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o src/libavcodec/pngdec.c: In function 'decode_frame_png': src/libavcodec/pngdec.c:1428:9: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Invalid PNG signature 0x%08"PRIX64".\n", sig); ^ src/libavcodec/pngdec.c:1428:9: warning: too many arguments for format [-Wformat-extra-args] CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/prores_metadata_bsf.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/prosumer.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/rasc.o CC libavcodec/ratecontrol.o src/libavcodec/ratecontrol.c: In function 'init_pass2': src/libavcodec/ratecontrol.c:450:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] (int64_t)(expected_bits / ((double)all_available_bits / s->bit_rate))); ^ src/libavcodec/ratecontrol.c:450:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] src/libavcodec/ratecontrol.c: In function 'ff_rate_estimate_qscale': src/libavcodec/ratecontrol.c:942:9: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] ff_dlog(s, "%f %f %f last:%d var:%"PRId64" type:%d//\n", q, rce->new_qscale, ^ src/libavcodec/ratecontrol.c:1009:16: warning: format '%d' expects argument of type 'int', but argument 14 has type 'int64_t' [-Wformat=] s->bit_rate / 1000, (int)fps); ^ src/libavcodec/ratecontrol.c:1009:16: warning: format '%d' expects argument of type 'int', but argument 15 has type 'int64_t' [-Wformat=] src/libavcodec/ratecontrol.c:1009:16: warning: format '%d' expects argument of type 'int', but argument 16 has type 'int64_t' [-Wformat=] CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/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 CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o src/libavcodec/sipr.c: In function 'sipr_decoder_init': src/libavcodec/sipr.c:497:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] avctx->block_align, modes[ctx->mode].mode_name, avctx->bit_rate); ^ CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': src/libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated (declared at src/libavcodec/avcodec.h:2367) [-Wdeprecated-declarations] s->avctx->refcounted_frames = 1; ^ src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': src/libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4788) [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^ CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/tdsc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o src/libavcodec/trace_headers_bsf.c: In function 'trace_headers': src/libavcodec/trace_headers_bsf.c:83:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", pts %"PRId64, pkt->pts); ^ src/libavcodec/trace_headers_bsf.c:87:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", dts %"PRId64, pkt->dts); ^ src/libavcodec/trace_headers_bsf.c:91:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", duration %"PRId64, pkt->duration); ^ CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o src/libavcodec/tta.c:392:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o src/libavcodec/utils.c: In function 'avcodec_open2': src/libavcodec/utils.c:880:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_WARNING, "Bitrate %"PRId64" is extremely low, maybe you mean %"PRId64"k\n", avctx->bit_rate, avctx->bit_rate); ^ src/libavcodec/utils.c:880:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o src/libavcodec/vp3.c:1972:12: warning: 'ref_frames' defined but not used [-Wunused-function] static int ref_frames(Vp3DecodeContext *dst, Vp3DecodeContext *src) ^ CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o src/libavcodec/vp8.c: In function 'decode_mb_row_no_filter': src/libavcodec/vp8.c:2357:30: warning: variable 'next_td' set but not used [-Wunused-but-set-variable] 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:2570:37: warning: unused variable 'prev_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ src/libavcodec/vp8.c:2570:20: warning: unused variable 'next_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ src/libavcodec/vp8.c: At top level: src/libavcodec/vp8.c:104:12: warning: 'vp8_ref_frame' defined but not used [-Wunused-function] static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) ^ CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_metadata_bsf.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_raw_reorder_bsf.o src/libavcodec/vp9_raw_reorder_bsf.c: In function 'vp9_raw_reorder_make_output': src/libavcodec/vp9_raw_reorder_bsf.c:205:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->sequence, frame->pts); ^ src/libavcodec/vp9_raw_reorder_bsf.c:205:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/vp9_raw_reorder_bsf.c:214:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->sequence, frame->pts); ^ src/libavcodec/vp9_raw_reorder_bsf.c:214:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/vp9_raw_reorder_bsf.c:218:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->sequence, frame->pts); ^ src/libavcodec/vp9_raw_reorder_bsf.c:218:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/vp9_raw_reorder_bsf.c:242:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->sequence, frame->pts, s); ^ src/libavcodec/vp9_raw_reorder_bsf.c:242:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/vp9_raw_reorder_bsf.c: In function 'vp9_raw_reorder_filter': src/libavcodec/vp9_raw_reorder_bsf.c:324:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->pts, frame->frame_to_show); ^ src/libavcodec/vp9_raw_reorder_bsf.c:324:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavcodec/vp9_raw_reorder_bsf.c:329:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] frame->show_frame, frame->refresh_frame_flags); ^ src/libavcodec/vp9_raw_reorder_bsf.c:329:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/wcmv.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o src/libavcodec/wma.c: In function 'ff_wma_init': src/libavcodec/wma.c:188:5: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] ff_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%"PRId64" block_align=%d\n", ^ CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o src/libavcodec/wmaenc.c: In function 'encode_init': src/libavcodec/wmaenc.c:56:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avctx->bit_rate); ^ CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o src/libavcodec/wmv2dec.c: In function 'decode_ext_header': src/libavcodec/wmv2dec.c:123:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] code); ^ CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o X86ASM libavcodec/x86/aacencdsp.o STRIP libavcodec/x86/aacencdsp.o CC libavcodec/x86/aacencdsp_init.o X86ASM libavcodec/x86/aacpsdsp.o STRIP libavcodec/x86/aacpsdsp.o CC libavcodec/x86/aacpsdsp_init.o X86ASM libavcodec/x86/ac3dsp.o STRIP libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/ac3dsp_downmix.o STRIP libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/ac3dsp_init.o X86ASM libavcodec/x86/alacdsp.o STRIP libavcodec/x86/alacdsp.o CC libavcodec/x86/alacdsp_init.o X86ASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/audiodsp.o CC libavcodec/x86/audiodsp_init.o X86ASM libavcodec/x86/blockdsp.o STRIP libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o X86ASM libavcodec/x86/bswapdsp.o STRIP libavcodec/x86/bswapdsp.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o STRIP libavcodec/x86/cavsidct.o CC libavcodec/x86/constants.o X86ASM libavcodec/x86/dcadsp.o STRIP libavcodec/x86/dcadsp.o CC libavcodec/x86/dcadsp_init.o X86ASM libavcodec/x86/dct32.o STRIP libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o X86ASM libavcodec/x86/dirac_dwt.o STRIP libavcodec/x86/dirac_dwt.o CC libavcodec/x86/dirac_dwt_init.o X86ASM libavcodec/x86/diracdsp.o STRIP libavcodec/x86/diracdsp.o CC libavcodec/x86/diracdsp_init.o X86ASM libavcodec/x86/dnxhdenc.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o X86ASM libavcodec/x86/exrdsp.o STRIP libavcodec/x86/exrdsp.o CC libavcodec/x86/exrdsp_init.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o X86ASM libavcodec/x86/fft.o STRIP libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o X86ASM libavcodec/x86/flac_dsp_gpl.o STRIP libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/flacdsp.o CC libavcodec/x86/flacdsp_init.o X86ASM libavcodec/x86/fmtconvert.o STRIP libavcodec/x86/fmtconvert.o CC libavcodec/x86/fmtconvert_init.o X86ASM libavcodec/x86/fpel.o STRIP libavcodec/x86/fpel.o X86ASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/g722dsp.o CC libavcodec/x86/g722dsp_init.o X86ASM libavcodec/x86/h263_loopfilter.o STRIP libavcodec/x86/h263_loopfilter.o CC libavcodec/x86/h263dsp_init.o X86ASM libavcodec/x86/h264_chromamc.o STRIP libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_chromamc_10bit.o STRIP libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/h264_deblock.o X86ASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_deblock_10bit.o /home/fate/src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2' X86ASM libavcodec/x86/h264_idct.o src/libavcodec/x86/h264_idct.asm:1152: warning: redefining multi-line macro `STORE_DIFFx2' STRIP libavcodec/x86/h264_idct.o X86ASM libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/h264_idct_10bit.o X86ASM libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_intrapred.o X86ASM libavcodec/x86/h264_intrapred_10bit.o STRIP libavcodec/x86/h264_intrapred_10bit.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o X86ASM libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/h264_qpel_8bit.o X86ASM libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_weight.o X86ASM libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o X86ASM libavcodec/x86/hevc_add_res.o STRIP libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_deblock.o STRIP libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/hevc_idct.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_mc.o X86ASM libavcodec/x86/hevc_sao.o STRIP libavcodec/x86/hevc_sao.o X86ASM libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/hevcdsp_init.o X86ASM libavcodec/x86/hpeldsp.o STRIP libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_init.o X86ASM libavcodec/x86/hpeldsp_vp3.o STRIP libavcodec/x86/hpeldsp_vp3.o CC libavcodec/x86/hpeldsp_vp3_init.o X86ASM libavcodec/x86/huffyuvdsp.o STRIP libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/huffyuvdsp_init.o X86ASM libavcodec/x86/huffyuvencdsp.o STRIP libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_init.o X86ASM libavcodec/x86/idctdsp.o STRIP libavcodec/x86/idctdsp.o CC libavcodec/x86/idctdsp_init.o X86ASM libavcodec/x86/imdct36.o STRIP libavcodec/x86/imdct36.o X86ASM libavcodec/x86/jpeg2000dsp.o STRIP libavcodec/x86/jpeg2000dsp.o CC libavcodec/x86/jpeg2000dsp_init.o X86ASM libavcodec/x86/lossless_audiodsp.o STRIP libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o X86ASM libavcodec/x86/lossless_videodsp.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lossless_videodsp_init.o X86ASM libavcodec/x86/lossless_videoencdsp.o STRIP libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/lossless_videoencdsp_init.o CC libavcodec/x86/lpc.o X86ASM libavcodec/x86/mdct15.o STRIP libavcodec/x86/mdct15.o CC libavcodec/x86/mdct15_init.o X86ASM libavcodec/x86/me_cmp.o STRIP libavcodec/x86/me_cmp.o CC libavcodec/x86/me_cmp_init.o X86ASM libavcodec/x86/mlpdsp.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mlpdsp_init.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o X86ASM libavcodec/x86/mpegvideoencdsp.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o CC libavcodec/x86/opus_dsp_init.o X86ASM libavcodec/x86/opus_pvq_search.o STRIP libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/pixblockdsp.o STRIP libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pixblockdsp_init.o X86ASM libavcodec/x86/pngdsp.o STRIP libavcodec/x86/pngdsp.o CC libavcodec/x86/pngdsp_init.o X86ASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/proresdsp.o CC libavcodec/x86/proresdsp_init.o X86ASM libavcodec/x86/qpel.o STRIP libavcodec/x86/qpel.o X86ASM libavcodec/x86/qpeldsp.o STRIP libavcodec/x86/qpeldsp.o CC libavcodec/x86/qpeldsp_init.o X86ASM libavcodec/x86/rv34dsp.o STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/rv34dsp_init.o X86ASM libavcodec/x86/rv40dsp.o STRIP libavcodec/x86/rv40dsp.o CC libavcodec/x86/rv40dsp_init.o X86ASM libavcodec/x86/sbcdsp.o STRIP libavcodec/x86/sbcdsp.o CC libavcodec/x86/sbcdsp_init.o X86ASM libavcodec/x86/sbrdsp.o STRIP libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o X86ASM libavcodec/x86/simple_idct.o STRIP libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/simple_idct10.o STRIP libavcodec/x86/simple_idct10.o CC libavcodec/x86/snowdsp.o X86ASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/svq1enc.o CC libavcodec/x86/svq1enc_init.o X86ASM libavcodec/x86/synth_filter.o STRIP libavcodec/x86/synth_filter.o CC libavcodec/x86/synth_filter_init.o X86ASM libavcodec/x86/takdsp.o STRIP libavcodec/x86/takdsp.o CC libavcodec/x86/takdsp_init.o X86ASM libavcodec/x86/ttadsp.o STRIP libavcodec/x86/ttadsp.o CC libavcodec/x86/ttadsp_init.o X86ASM libavcodec/x86/ttaencdsp.o STRIP libavcodec/x86/ttaencdsp.o CC libavcodec/x86/ttaencdsp_init.o X86ASM libavcodec/x86/utvideodsp.o STRIP libavcodec/x86/utvideodsp.o CC libavcodec/x86/utvideodsp_init.o CC libavcodec/x86/v210-init.o X86ASM libavcodec/x86/v210.o STRIP libavcodec/x86/v210.o X86ASM libavcodec/x86/v210enc.o STRIP libavcodec/x86/v210enc.o CC libavcodec/x86/v210enc_init.o CC libavcodec/x86/vc1dsp_init.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o STRIP libavcodec/x86/vc1dsp_loopfilter.o X86ASM libavcodec/x86/vc1dsp_mc.o STRIP libavcodec/x86/vc1dsp_mc.o CC libavcodec/x86/vc1dsp_mmx.o X86ASM libavcodec/x86/videodsp.o STRIP libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o X86ASM libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vorbisdsp_init.o X86ASM libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp3dsp_init.o X86ASM libavcodec/x86/vp6dsp.o STRIP libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp6dsp_init.o X86ASM libavcodec/x86/vp8dsp.o STRIP libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp8dsp_init.o X86ASM libavcodec/x86/vp8dsp_loopfilter.o STRIP libavcodec/x86/vp8dsp_loopfilter.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 X86ASM libavcodec/x86/vp9intrapred.o STRIP libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/vp9intrapred_16bpp.o X86ASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp9itxfm.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp9itxfm_16bpp.o X86ASM libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9lpf.o X86ASM libavcodec/x86/vp9lpf_16bpp.o STRIP libavcodec/x86/vp9lpf_16bpp.o X86ASM libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9mc_16bpp.o X86ASM libavcodec/x86/xvididct.o STRIP libavcodec/x86/xvididct.o CC libavcodec/x86/xvididct_init.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xma_parser.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o AR libavcodec/libavcodec.a GEN libavcodec/libavcodec.pc CC libavresample/audio_convert.o In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_convert.c:32:0: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ CC libavresample/audio_data.o In file included from src/libavresample/audio_data.h:30:0, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_data.h:30:0, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ CC libavresample/audio_mix.o In file included from src/libavresample/audio_mix.c:27:0: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_mix.c:27:0: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_mix.c:29:0: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ src/libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^ src/libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ src/libavresample/audio_mix.c: In function 'ff_audio_mix_alloc': src/libavresample/audio_mix.c:378:9: warning: 'avresample_build_matrix' is deprecated (declared at src/libavresample/avresample.h:286) [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^ CC libavresample/audio_mix_matrix.o In file included from src/libavresample/audio_mix_matrix.c:28:0: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_mix_matrix.c:28:0: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_mix_matrix.c:30:0: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ CC libavresample/dither.o In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/dither.c:39: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/dither.c:39: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/dither.c:40:0: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ src/libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^ src/libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^ CC libavresample/options.o In file included from src/libavresample/options.c:27:0: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/options.c:27:0: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/options.c:28:0: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ CC libavresample/resample.o In file included from src/libavresample/resample.c:25:0: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/resample.c:25:0: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/resample.c:26:0: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^ CC libavresample/utils.o In file included from src/libavresample/utils.c:30:0: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/utils.c:30:0: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/utils.c:33:0: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ In file included from src/libavresample/utils.c:34:0: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^ src/libavresample/utils.c: In function 'avresample_open': src/libavresample/utils.c:40:5: warning: 'avresample_is_open' is deprecated (declared at src/libavresample/avresample.h:226) [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^ src/libavresample/utils.c:49:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] avr->in_channel_layout); ^ src/libavresample/utils.c:55:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] avr->out_channel_layout); ^ src/libavresample/utils.c:253:5: warning: 'avresample_close' is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function 'avresample_free': src/libavresample/utils.c:282:5: warning: 'avresample_close' is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(*avr); ^ src/libavresample/utils.c: In function 'avresample_config': src/libavresample/utils.c:507:5: warning: 'avresample_is_open' is deprecated (declared at src/libavresample/utils.c:257) [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^ src/libavresample/utils.c:508:9: warning: 'avresample_close' is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function 'convert_frame': src/libavresample/utils.c:570:5: warning: 'avresample_convert' is deprecated (declared at src/libavresample/utils.c:330) [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^ src/libavresample/utils.c: In function 'avresample_convert_frame': src/libavresample/utils.c:608:5: warning: 'avresample_is_open' is deprecated (declared at src/libavresample/utils.c:257) [-Wdeprecated-declarations] if (!avresample_is_open(avr)) { ^ src/libavresample/utils.c:609:9: warning: 'avresample_config' is deprecated (declared at src/libavresample/utils.c:505) [-Wdeprecated-declarations] if ((ret = avresample_config(avr, out, in)) < 0) ^ src/libavresample/utils.c:611:9: warning: 'avresample_open' is deprecated (declared at src/libavresample/utils.c:36) [-Wdeprecated-declarations] if ((ret = avresample_open(avr)) < 0) ^ src/libavresample/utils.c:622:13: warning: 'avresample_get_out_samples' is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); ^ src/libavresample/utils.c:625:21: warning: 'avresample_close' is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function 'avresample_get_out_samples': src/libavresample/utils.c:755:5: warning: 'avresample_get_delay' is deprecated (declared at src/libavresample/avresample.h:473) [-Wdeprecated-declarations] int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; ^ src/libavresample/utils.c:764:5: warning: 'avresample_available' is deprecated (declared at src/libavresample/utils.c:748) [-Wdeprecated-declarations] samples += avresample_available(avr); ^ X86ASM libavresample/x86/audio_convert.o STRIP libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ X86ASM libavresample/x86/audio_mix.o STRIP libavresample/x86/audio_mix.o CC libavresample/x86/audio_mix_init.o In file included from src/libavresample/audio_mix.h:28:0, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_mix.h:28:0, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/x86/audio_mix_init.c:24:0: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ X86ASM libavresample/x86/dither.o STRIP libavresample/x86/dither.o CC libavresample/x86/dither_init.o In file included from src/libavresample/audio_data.h:30:0, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ In file included from src/libavresample/audio_data.h:30:0, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/x86/dither_init.c:24:0: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ src/libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^ AR libavresample/libavresample.a GEN libavresample/libavresample.pc CC libpostproc/postprocess.o AR libpostproc/libpostproc.a GEN libpostproc/libpostproc.pc CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o src/libswresample/swresample.c: In function 'swr_init': src/libswresample/swresample.c:179:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout); ^ src/libswresample/swresample.c:179:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libswresample/swresample.c:184:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Output channel layout 0x%"PRIx64" is invalid or unsupported.\n", s->out_ch_layout); ^ src/libswresample/swresample.c:184:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o STRIP libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o STRIP libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o X86ASM libswresample/x86/resample.o STRIP libswresample/x86/resample.o CC libswresample/x86/resample_init.o AR libswresample/libswresample.a GEN libswresample/libswresample.pc CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o STRIP libswscale/x86/input.o X86ASM libswscale/x86/output.o STRIP libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o X86ASM libswscale/x86/rgb_2_rgb.o STRIP libswscale/x86/rgb_2_rgb.o X86ASM libswscale/x86/scale.o STRIP libswscale/x86/scale.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o AR libswscale/libswscale.a GEN libswscale/libswscale.pc CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o src/libavutil/buffer.c: In function 'av_buffer_ref': src/libavutil/buffer.c:102:5: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] atomic_fetch_add_explicit(&buf->buffer->refcount, 1, memory_order_relaxed); ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavutil/buffer.c:19: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_uint *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavutil/buffer.c: In function 'buffer_replace': src/libavutil/buffer.c:119:5: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] if (atomic_fetch_add_explicit(&b->refcount, -1, memory_order_acq_rel) == 1) { ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavutil/buffer.c:19: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_uint *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavutil/buffer.c: In function 'av_buffer_pool_uninit': src/libavutil/buffer.c:284:5: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] if (atomic_fetch_add_explicit(&pool->refcount, -1, memory_order_acq_rel) == 1) ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavutil/buffer.c:19: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_uint *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavutil/buffer.c: In function 'pool_release_buffer': src/libavutil/buffer.c:301:5: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] if (atomic_fetch_add_explicit(&pool->refcount, -1, memory_order_acq_rel) == 1) ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavutil/buffer.c:19: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_uint *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ src/libavutil/buffer.c: In function 'av_buffer_pool_get': src/libavutil/buffer.c:354:9: warning: passing argument 1 of 'InterlockedExchangeAdd' from incompatible pointer type [enabled by default] atomic_fetch_add_explicit(&pool->refcount, 1, memory_order_relaxed); ^ In file included from /usr/local/mingw32/include/windows.h:62:0, from /home/fate/src/compat/atomics/win32/stdatomic.h:25, from src/libavutil/buffer.c:19: /usr/local/mingw32/include/winbase.h:1497:13: note: expected 'volatile LONG *' but argument is of type 'atomic_uint *' LONG WINAPI InterlockedExchangeAdd(LONG volatile *,LONG); ^ CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/encryption_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/imgutils.o src/libavutil/imgutils.c: In function 'av_image_check_size2': src/libavutil/imgutils.c:274:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] w, h, max_pixels); ^ 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 src/libavutil/opt.c: In function 'opt_list': src/libavutil/opt.c:1240:21: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); ^ src/libavutil/opt.c:1240:21: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavutil/opt.c:1281:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "0x%"PRIx64, opt->default_val.i64); ^ src/libavutil/opt.c:1281:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] 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 CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o X86ASM libavutil/x86/cpuid.o STRIP libavutil/x86/cpuid.o X86ASM libavutil/x86/fixed_dsp.o STRIP libavutil/x86/fixed_dsp.o CC libavutil/x86/fixed_dsp_init.o X86ASM libavutil/x86/float_dsp.o STRIP libavutil/x86/float_dsp.o CC libavutil/x86/float_dsp_init.o X86ASM libavutil/x86/imgutils.o STRIP libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o STRIP libavutil/x86/lls.o CC libavutil/x86/lls_init.o X86ASM libavutil/x86/pixelutils.o STRIP libavutil/x86/pixelutils.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 POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod MAN doc/ffmpeg.1 MAN doc/ffprobe.1 MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 TXT doc/fate.txt CC fftools/ffmpeg_opt.o src/fftools/ffmpeg_opt.c: In function 'add_input_streams': src/fftools/ffmpeg_opt.c:777:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] if (st->codec->lowres) { ^ src/fftools/ffmpeg_opt.c:778:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^ src/fftools/ffmpeg_opt.c:779:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^ src/fftools/ffmpeg_opt.c:780:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^ src/fftools/ffmpeg_opt.c:781:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^ src/fftools/ffmpeg_opt.c:782:17: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^ src/fftools/ffmpeg_opt.c: In function 'open_output_file': src/fftools/ffmpeg_opt.c:2361:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ CC fftools/ffmpeg_filter.o src/fftools/ffmpeg_filter.c: In function 'configure_output_audio_filter': src/fftools/ffmpeg_filter.c:585:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_get_default_channel_layout(ost->audio_channels_mapped)); ^ src/fftools/ffmpeg_filter.c:585:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg_filter.c: In function 'configure_input_audio_filter': src/fftools/ffmpeg_filter.c:885:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ifilter->channel_layout); ^ src/fftools/ffmpeg_filter.c:885:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o src/fftools/cmdutils.c: In function 'opt_default': src/fftools/cmdutils.c:553:5: warning: 'avresample_get_class' is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^ src/fftools/cmdutils.c: In function 'print_all_libs_info': src/fftools/cmdutils.c:1134:5: warning: 'avresample_version' is deprecated (declared at src/libavresample/avresample.h:148) [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^ src/fftools/cmdutils.c:1134:5: warning: 'avresample_configuration' is deprecated (declared at src/libavresample/avresample.h:158) [-Wdeprecated-declarations] src/fftools/cmdutils.c: In function 'next_codec_for_id': src/fftools/cmdutils.c:1499:5: warning: 'av_codec_next' is deprecated (declared at src/libavcodec/avcodec.h:4078) [-Wdeprecated-declarations] while ((prev = av_codec_next(prev))) { ^ CC fftools/ffmpeg.o src/fftools/ffmpeg.c: In function 'update_benchmark': src/fftools/ffmpeg.c:674:20: warning: unknown conversion type character 'I' in format [-Wformat=] t.real_usec - current_time.real_usec, buf); ^ src/fftools/ffmpeg.c:674:20: warning: unknown conversion type character 'I' in format [-Wformat=] src/fftools/ffmpeg.c:674:20: warning: unknown conversion type character 'I' in format [-Wformat=] src/fftools/ffmpeg.c:674:20: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:674:20: warning: too many arguments for format [-Wformat-extra-args] src/fftools/ffmpeg.c: In function 'write_packet': src/fftools/ffmpeg.c:769:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ost->file_index, ost->st->index); ^ src/fftools/ffmpeg.c:769:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:784:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); ^ src/fftools/ffmpeg.c:784:24: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:791:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] max); ^ src/fftools/ffmpeg.c: In function 'do_video_out': src/fftools/ffmpeg.c:1179:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] ost->frame_number, ost->st->index, ost->last_frame->pts); ^ src/fftools/ffmpeg.c: In function 'print_final_stats': src/fftools/ffmpeg.c:1583:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ist->nb_packets, ist->data_size); ^ src/fftools/ffmpeg.c:1583:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/fftools/ffmpeg.c:1587:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ist->frames_decoded); ^ src/fftools/ffmpeg.c:1589:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ist->samples_decoded); ^ src/fftools/ffmpeg.c:1597:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] total_packets, total_size); ^ src/fftools/ffmpeg.c:1597:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/fftools/ffmpeg.c:1618:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ost->frames_encoded); ^ src/fftools/ffmpeg.c:1620:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ost->samples_encoded); ^ src/fftools/ffmpeg.c:1625:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ost->packets_written, ost->data_size); ^ src/fftools/ffmpeg.c:1625:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/fftools/ffmpeg.c:1631:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] total_packets, total_size); ^ src/fftools/ffmpeg.c:1631:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/fftools/ffmpeg.c: In function 'print_report': src/fftools/ffmpeg.c:1788:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] else av_bprintf(&buf_script, "total_size=%"PRId64"\n", total_size); ^ src/fftools/ffmpeg.c:1794:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] av_bprintf(&buf_script, "out_time_us=%"PRId64"\n", pts); ^ src/fftools/ffmpeg.c:1795:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] av_bprintf(&buf_script, "out_time_ms=%"PRId64"\n", pts); ^ src/fftools/ffmpeg.c: In function 'do_streamcopy': src/fftools/ffmpeg.c:2073:5: warning: 'av_copy_packet_side_data' is deprecated (declared at src/libavcodec/avcodec.h:4423) [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^ src/fftools/ffmpeg.c: In function 'decode_video': src/fftools/ffmpeg.c:2458:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] ist->st->time_base.num, ist->st->time_base.den); ^ src/fftools/ffmpeg.c: In function 'init_output_stream': src/fftools/ffmpeg.c:3540:9: warning: 'avcodec_copy_context' is deprecated (declared at src/libavcodec/avcodec.h:4195) [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/fftools/ffmpeg.c:3540:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] src/fftools/ffmpeg.c:3586:9: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/fftools/ffmpeg.c: In function 'report_new_stream': src/fftools/ffmpeg.c:3654:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] pkt->pos, av_ts2timestr(pkt->dts, &st->time_base)); ^ src/fftools/ffmpeg.c: In function 'check_keyboard_interaction': src/fftools/ffmpeg.c:3967:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/fftools/ffmpeg.c:3990:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/fftools/ffmpeg.c: In function 'process_input': src/fftools/ffmpeg.c:4381:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(is, AV_LOG_VERBOSE, "Correcting start time by %"PRId64"\n", new_start_time - is->start_time); ^ src/fftools/ffmpeg.c:4441:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta, ifile->ts_offset); ^ src/fftools/ffmpeg.c:4441:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:4471:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta, ifile->ts_offset); ^ src/fftools/ffmpeg.c:4471:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:4479:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt.dts, ist->next_dts, pkt.stream_index); ^ src/fftools/ffmpeg.c:4479:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:4487:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt.pts, ist->next_dts, pkt.stream_index); ^ src/fftools/ffmpeg.c:4487:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/fftools/ffmpeg.c:4255:14: warning: unused variable 'thread_ret' [-Wunused-variable] int ret, thread_ret, i, j; ^ src/fftools/ffmpeg.c: In function 'main': src/fftools/ffmpeg.c:4902:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] decode_error_stat[0], decode_error_stat[1]); ^ src/fftools/ffmpeg.c:4902:12: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] LD ffmpeg_g.exe STRIP ffmpeg.exe CC fftools/ffprobe.o src/fftools/ffprobe.c: In function 'log_callback': src/fftools/ffprobe.c:302:11: warning: unused variable 'new_log_buffer' [-Wunused-variable] void *new_log_buffer; ^ src/fftools/ffprobe.c:298:14: warning: unused variable 'avc' [-Wunused-variable] AVClass* avc = ptr ? *(AVClass **) ptr : NULL; ^ src/fftools/ffprobe.c: In function 'value_string': src/fftools/ffprobe.c:406:13: warning: unknown conversion type character 'l' in format [-Wformat=] snprintf(buf, buf_size, "%lld", vali); ^ src/fftools/ffprobe.c:406:13: warning: too many arguments for format [-Wformat-extra-args] src/fftools/ffprobe.c: In function 'show_packet': src/fftools/ffprobe.c:2051:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1481) [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^ src/fftools/ffprobe.c:2052:5: warning: 'convergence_duration' is deprecated (declared at src/libavcodec/avcodec.h:1481) [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^ src/fftools/ffprobe.c:2054:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (pkt->pos != -1) print_fmt ("pos", "%"PRId64, pkt->pos); ^ src/fftools/ffprobe.c: In function 'show_frame': src/fftools/ffprobe.c:2133:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (frame->pkt_pos != -1) print_fmt ("pkt_pos", "%"PRId64, frame->pkt_pos); ^ src/fftools/ffprobe.c: In function 'log_read_interval': src/fftools/ffprobe.c:2319:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(log_ctx, log_level, "#%"PRId64, interval->end); ^ src/fftools/ffprobe.c: In function 'read_interval_packets': src/fftools/ffprobe.c:2363:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] interval->start, av_err2str(ret)); ^ src/fftools/ffprobe.c: In function 'show_stream': src/fftools/ffprobe.c:2560:9: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2498) [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^ src/fftools/ffprobe.c:2562:13: warning: 'timecode_frame_start' is deprecated (declared at src/libavcodec/avcodec.h:2498) [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^ src/fftools/ffprobe.c:2626:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/fftools/ffprobe.c:1818:12: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] struct unit_value uv; \ ^ src/fftools/ffprobe.c:2626:41: note: in expansion of macro 'print_val' if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/fftools/ffprobe.c:2631:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (stream->nb_frames) print_fmt ("nb_frames", "%"PRId64, stream->nb_frames); ^ src/fftools/ffprobe.c:2633:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[stream_idx]); ^ src/fftools/ffprobe.c:2635:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets[stream_idx]); ^ src/fftools/ffprobe.c: In function 'open_input_file': src/fftools/ffprobe.c:2919:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->coded_width = stream->codec->coded_width; ^ src/fftools/ffprobe.c:2920:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:878) [-Wdeprecated-declarations] ist->dec_ctx->coded_height = stream->codec->coded_height; ^ LD ffprobe_g.exe STRIP ffprobe.exe INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL home/fate/src/presets/libvpx-720p.ffpreset INSTALL home/fate/src/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/src/presets/libvpx-1080p.ffpreset INSTALL home/fate/src/presets/libvpx-360p.ffpreset INSTALL home/fate/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/src/doc/ffprobe.xsd INSTALL home/fate/src/doc/examples/scaling_video.c INSTALL home/fate/src/doc/examples/encode_video.c INSTALL home/fate/src/doc/examples/demuxing_decoding.c INSTALL home/fate/src/doc/examples/transcode_aac.c INSTALL home/fate/src/doc/examples/filter_audio.c INSTALL home/fate/src/doc/examples/decode_audio.c INSTALL home/fate/src/doc/examples/vaapi_encode.c INSTALL home/fate/src/doc/examples/qsvdec.c INSTALL home/fate/src/doc/examples/avio_reading.c INSTALL home/fate/src/doc/examples/extract_mvs.c INSTALL home/fate/src/doc/examples/remuxing.c INSTALL home/fate/src/doc/examples/decode_video.c INSTALL home/fate/src/doc/examples/resampling_audio.c INSTALL home/fate/src/doc/examples/http_multiclient.c INSTALL home/fate/src/doc/examples/filtering_audio.c INSTALL home/fate/src/doc/examples/hw_decode.c INSTALL home/fate/src/doc/examples/encode_audio.c INSTALL home/fate/src/doc/examples/avio_dir_cmd.c INSTALL home/fate/src/doc/examples/muxing.c INSTALL home/fate/src/doc/examples/filtering_video.c INSTALL home/fate/src/doc/examples/metadata.c INSTALL home/fate/src/doc/examples/vaapi_transcode.c INSTALL home/fate/src/doc/examples/transcoding.c INSTALL home/fate/src/doc/examples/README INSTALL home/fate/src/doc/examples/Makefile INSTALL home/fate/src/doc/examples/scaling_video.c INSTALL home/fate/src/doc/examples/encode_video.c INSTALL home/fate/src/doc/examples/demuxing_decoding.c INSTALL home/fate/src/doc/examples/transcode_aac.c INSTALL home/fate/src/doc/examples/filter_audio.c INSTALL home/fate/src/doc/examples/decode_audio.c INSTALL home/fate/src/doc/examples/vaapi_encode.c INSTALL home/fate/src/doc/examples/qsvdec.c INSTALL home/fate/src/doc/examples/avio_reading.c INSTALL home/fate/src/doc/examples/extract_mvs.c INSTALL home/fate/src/doc/examples/remuxing.c INSTALL home/fate/src/doc/examples/decode_video.c INSTALL home/fate/src/doc/examples/resampling_audio.c INSTALL home/fate/src/doc/examples/http_multiclient.c INSTALL home/fate/src/doc/examples/filtering_audio.c INSTALL home/fate/src/doc/examples/hw_decode.c INSTALL home/fate/src/doc/examples/encode_audio.c INSTALL home/fate/src/doc/examples/avio_dir_cmd.c INSTALL home/fate/src/doc/examples/muxing.c INSTALL home/fate/src/doc/examples/filtering_video.c INSTALL home/fate/src/doc/examples/metadata.c INSTALL home/fate/src/doc/examples/vaapi_transcode.c INSTALL home/fate/src/doc/examples/transcoding.c INSTALL home/fate/src/doc/examples/README INSTALL home/fate/src/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/fate/src/libavdevice/avdevice.h INSTALL home/fate/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/src/libavfilter/avfilter.h INSTALL home/fate/src/libavfilter/buffersink.h INSTALL home/fate/src/libavfilter/buffersrc.h INSTALL home/fate/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/src/libavformat/avformat.h INSTALL home/fate/src/libavformat/avio.h INSTALL home/fate/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/src/libavcodec/ac3_parser.h INSTALL home/fate/src/libavcodec/adts_parser.h INSTALL home/fate/src/libavcodec/avcodec.h INSTALL home/fate/src/libavcodec/avdct.h INSTALL home/fate/src/libavcodec/avfft.h INSTALL home/fate/src/libavcodec/d3d11va.h INSTALL home/fate/src/libavcodec/dirac.h INSTALL home/fate/src/libavcodec/dv_profile.h INSTALL home/fate/src/libavcodec/dxva2.h INSTALL home/fate/src/libavcodec/jni.h INSTALL home/fate/src/libavcodec/mediacodec.h INSTALL home/fate/src/libavcodec/qsv.h INSTALL home/fate/src/libavcodec/vaapi.h INSTALL home/fate/src/libavcodec/vdpau.h INSTALL home/fate/src/libavcodec/version.h INSTALL home/fate/src/libavcodec/videotoolbox.h INSTALL home/fate/src/libavcodec/vorbis_parser.h INSTALL home/fate/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/src/libavresample/avresample.h INSTALL home/fate/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/src/libpostproc/postprocess.h INSTALL home/fate/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/src/libswresample/swresample.h INSTALL home/fate/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/src/libswscale/swscale.h INSTALL home/fate/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/src/libavutil/adler32.h INSTALL home/fate/src/libavutil/aes.h INSTALL home/fate/src/libavutil/aes_ctr.h INSTALL home/fate/src/libavutil/attributes.h INSTALL home/fate/src/libavutil/audio_fifo.h INSTALL home/fate/src/libavutil/avassert.h INSTALL home/fate/src/libavutil/avstring.h INSTALL home/fate/src/libavutil/avutil.h INSTALL home/fate/src/libavutil/base64.h INSTALL home/fate/src/libavutil/blowfish.h INSTALL home/fate/src/libavutil/bprint.h INSTALL home/fate/src/libavutil/bswap.h INSTALL home/fate/src/libavutil/buffer.h INSTALL home/fate/src/libavutil/cast5.h INSTALL home/fate/src/libavutil/camellia.h INSTALL home/fate/src/libavutil/channel_layout.h INSTALL home/fate/src/libavutil/common.h INSTALL home/fate/src/libavutil/cpu.h INSTALL home/fate/src/libavutil/crc.h INSTALL home/fate/src/libavutil/des.h INSTALL home/fate/src/libavutil/dict.h INSTALL home/fate/src/libavutil/display.h INSTALL home/fate/src/libavutil/downmix_info.h INSTALL home/fate/src/libavutil/encryption_info.h INSTALL home/fate/src/libavutil/error.h INSTALL home/fate/src/libavutil/eval.h INSTALL home/fate/src/libavutil/fifo.h INSTALL home/fate/src/libavutil/file.h INSTALL home/fate/src/libavutil/frame.h INSTALL home/fate/src/libavutil/hash.h INSTALL home/fate/src/libavutil/hmac.h INSTALL home/fate/src/libavutil/hwcontext.h INSTALL home/fate/src/libavutil/hwcontext_cuda.h INSTALL home/fate/src/libavutil/hwcontext_d3d11va.h INSTALL home/fate/src/libavutil/hwcontext_drm.h INSTALL home/fate/src/libavutil/hwcontext_dxva2.h INSTALL home/fate/src/libavutil/hwcontext_qsv.h INSTALL home/fate/src/libavutil/hwcontext_mediacodec.h INSTALL home/fate/src/libavutil/hwcontext_vaapi.h INSTALL home/fate/src/libavutil/hwcontext_videotoolbox.h INSTALL home/fate/src/libavutil/hwcontext_vdpau.h INSTALL home/fate/src/libavutil/imgutils.h INSTALL home/fate/src/libavutil/intfloat.h INSTALL home/fate/src/libavutil/intreadwrite.h INSTALL home/fate/src/libavutil/lfg.h INSTALL home/fate/src/libavutil/log.h INSTALL home/fate/src/libavutil/macros.h INSTALL home/fate/src/libavutil/mathematics.h INSTALL home/fate/src/libavutil/mastering_display_metadata.h INSTALL home/fate/src/libavutil/md5.h INSTALL home/fate/src/libavutil/mem.h INSTALL home/fate/src/libavutil/motion_vector.h INSTALL home/fate/src/libavutil/murmur3.h INSTALL home/fate/src/libavutil/opt.h INSTALL home/fate/src/libavutil/parseutils.h INSTALL home/fate/src/libavutil/pixdesc.h INSTALL home/fate/src/libavutil/pixelutils.h INSTALL home/fate/src/libavutil/pixfmt.h INSTALL home/fate/src/libavutil/random_seed.h INSTALL home/fate/src/libavutil/rc4.h INSTALL home/fate/src/libavutil/rational.h INSTALL home/fate/src/libavutil/replaygain.h INSTALL home/fate/src/libavutil/ripemd.h INSTALL home/fate/src/libavutil/samplefmt.h INSTALL home/fate/src/libavutil/sha.h INSTALL home/fate/src/libavutil/sha512.h INSTALL home/fate/src/libavutil/spherical.h INSTALL home/fate/src/libavutil/stereo3d.h INSTALL home/fate/src/libavutil/threadmessage.h INSTALL home/fate/src/libavutil/time.h INSTALL home/fate/src/libavutil/timecode.h INSTALL home/fate/src/libavutil/timestamp.h INSTALL home/fate/src/libavutil/tree.h INSTALL home/fate/src/libavutil/twofish.h INSTALL home/fate/src/libavutil/version.h INSTALL home/fate/src/libavutil/xtea.h INSTALL home/fate/src/libavutil/tea.h INSTALL home/fate/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc