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:2095) [-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:2087) [-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:684: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:684: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_anlmdn.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:83: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:109: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_asoftclip.o CC libavfilter/af_astats.o src/libavfilter/af_astats.c: In function 'print_stats': src/libavfilter/af_astats.c:640:13: 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:648:13: 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:652:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of NaNs: %"PRId64"\n", p->nb_nans); ^ src/libavfilter/af_astats.c:654:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of Infs: %"PRId64"\n", p->nb_infs); ^ src/libavfilter/af_astats.c:656:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of denormals: %"PRId64"\n", p->nb_denormals); ^ src/libavfilter/af_astats.c:692:9: 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_deesser.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_showspatial.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:580: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", column_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 src/libavfilter/buffersrc.c: In function 'av_buffersrc_add_frame_internal': src/libavfilter/buffersrc.c:223:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] CHECK_AUDIO_PARAM_CHANGE(ctx, s, frame->sample_rate, frame->channel_layout, ^ src/libavfilter/buffersrc.c:223:13: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavfilter/buffersrc.c:223:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] src/libavfilter/buffersrc.c:223:13: warning: format '%X' expects argument of type 'unsigned int', but argument 10 has type 'uint64_t' [-Wformat=] 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: unknown conversion type character 'z' in format [-Wformat=] snprintf(buffer, sizeof(buffer)-1, "%"SIZE_SPECIFIER, frames); ^ src/libavfilter/f_graphmonitor.c:214:9: warning: too many arguments for format [-Wformat-extra-args] 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:52:20: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sleep); ^ src/libavfilter/f_realtime.c:57: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:4828) [-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:2396) [-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:4828) [-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:4779) [-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_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c: In function 'filter_frame': src/libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:720) [-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:313: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:314: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:314: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:369: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:369:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:369:20: warning: passing argument 8 of 's->yuv2yuv' from incompatible pointer type [enabled by default] src/libavfilter/vf_colorspace.c:369:20: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/libavfilter/vf_colorspace.c:391: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:391:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:395: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:395:17: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:400: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:400:28: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:403: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:403: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:520: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:528: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:528: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:529: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:529: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:531: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:531: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:656: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:712: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:712: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_dedot.o 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_derain.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o 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:257: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:257: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:271: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_freezedetect.o CC libavfilter/vf_fspp.o src/libavfilter/vf_fspp.c: In function 'filter_frame': src/libavfilter/vf_fspp.c:585:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:720) [-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_lagfun.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c: In function 'filter_frame': src/libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated (declared at src/libavcodec/avcodec.h:5462) [-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:2815) [-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 'filter_frame': src/libavfilter/vf_minterpolate.c:1172: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:720) [-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:720) [-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:720) [-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:722) [-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:218:12: warning: unknown conversion type character 'I' in format [-Wformat=] av_get_picture_type_char(frame->pict_type)); ^ src/libavfilter/vf_showinfo.c:218:12: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:218:12: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_showinfo.c:218:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:218:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char * const' [-Wformat=] src/libavfilter/vf_showinfo.c:218:12: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_showinfo.c:229:13: 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:720) [-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:5462) [-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:2815) [-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:720) [-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_xmedian.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o STRIP libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_anlmdn.o STRIP libavfilter/x86/af_anlmdn.o CC libavfilter/x86/af_anlmdn_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_gblur.o STRIP libavfilter/x86/vf_gblur.o CC libavfilter/x86/vf_gblur_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:268: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:1363: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:1363: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:1591:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] i, tag, flags, pos, len); ^ src/libavformat/avidec.c:1591:17: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1612: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:1747: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:1747: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:1818: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:1818:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1818:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/avidec.c:1827: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:1827: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:1200: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:237: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:304: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:304: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:337: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:614: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:629: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:631:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "d=\"%"PRId64"\" ", seg->duration); ^ src/libavformat/dashenc.c:647: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:648: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:648:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:651: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:651:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:653: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:653:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/dashenc.c:658: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:973: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:974: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); ^ src/libavformat/dashenc.c: In function 'dashenc_delete_segment_file': src/libavformat/dashenc.c:1514:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] (uint64_t)dirname_len, c->dirname); ^ src/libavformat/dashenc.c:1523:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] (uint64_t)(dirname_len + file_len), c->dirname, file); ^ CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o src/libavformat/dump.c: In function 'dump_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:885) [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/dump.c:476:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:885) [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/dump.c:477:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:885) [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/dump.c:478:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:885) [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/dump.c:479:5: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:885) [-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:885) [-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:885) [-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:885) [-Wdeprecated-declarations] src/libavformat/dump.c:527:13: warning: 'codec' is deprecated (declared at src/libavformat/avformat.h:885) [-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:614: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:147: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:147:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/flvdec.c: In function 'resync': src/libavformat/flvdec.c:967:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_WARNING, "Concatenated FLV detected, might fail to demux, decode and seek %"PRId64"\n", flv->last_ts); ^ src/libavformat/flvdec.c: In function 'flv_read_packet': src/libavformat/flvdec.c:1014:5: 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:1014:5: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/flvdec.c:1246: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:1246: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/hcom.o src/libavformat/hcom.c: In function 'hcom_read_header': src/libavformat/hcom.c:41:36: warning: variable 'huffcount' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^ src/libavformat/hcom.c:41:25: warning: variable 'rsrc_size' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^ src/libavformat/hcom.c:41:14: warning: variable 'data_size' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^ CC libavformat/hdsenc.o CC libavformat/hevc.o src/libavformat/hevc.c: In function 'hvcc_write': src/libavformat/hevc.c:844:13: warning: unknown conversion type character 'I' in format [-Wformat=] hvcc->general_constraint_indicator_flags); ^ src/libavformat/hevc.c:844: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:934: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:934: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:1001: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:1005: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:1126: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:1201: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:1259: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:1304: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:415:17: warning: unknown conversion type character 'I' in format [-Wformat=] av_bprintf(&buf, "%0*"PRId64, (number < 0) ? nd : nd++, number); ^ src/libavformat/hlsenc.c:415:17: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/hlsenc.c: In function 'parse_playlist': src/libavformat/hlsenc.c:1142: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:1142:22: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/hlsenc.c:1144: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:1770: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:1772: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:2226: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:2226:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/hlsenc.c: In function 'hls_init': src/libavformat/hlsenc.c:2724: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:87: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:88: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:104: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:104: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:128:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] iframe_mode ? video_keyframe_pos : pos); ^ src/libavformat/hlsplaylist.c:128:21: 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:430:18: warning: unknown conversion type character 'z' in format [-Wformat=] reply_text); ^ src/libavformat/http.c:430:18: warning: format '%s' expects argument of type 'char *', but argument 7 has type 'size_t' [-Wformat=] src/libavformat/http.c:430:18: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char *' [-Wformat=] src/libavformat/http.c:430:18: warning: format '%s' expects argument of type 'char *', but argument 9 has type 'int' [-Wformat=] src/libavformat/http.c:430:18: warning: too many arguments for format [-Wformat-extra-args] src/libavformat/http.c: In function 'http_connect': src/libavformat/http.c:1223: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:1226: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:1359:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] s->chunksize); ^ src/libavformat/http.c:1373:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] s->chunksize); ^ src/libavformat/http.c:1396:19: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ); ^ src/libavformat/http.c:1396: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:1482: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:1489: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/ifv.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o 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:843:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "of an EBML number\n", pos, pos); ^ src/libavformat/matroskadec.c:843:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:843:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:848:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] read, (uint8_t) total, pos, pos, max_size); ^ src/libavformat/matroskadec.c:848:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:848:20: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:872:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] pos, pos); ^ src/libavformat/matroskadec.c:872:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:872:16: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:877:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] "at pos. %"PRIu64" (0x%"PRIx64")\n", pos, pos); ^ src/libavformat/matroskadec.c:877:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:877:16: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'ebml_parse': src/libavformat/matroskadec.c:1202:32: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] "at pos. %"PRIu64" (0x%"PRIx64")\n", pos, pos); ^ src/libavformat/matroskadec.c:1202:32: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1202:32: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1232:45: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "%"PRId64"\n", id, pos); ^ src/libavformat/matroskadec.c:1277:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] pos, elem_end, level_end); ^ src/libavformat/matroskadec.c:1277:28: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1277:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1277:28: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1277:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1277:28: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1284:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "at 0x%"PRIx64" inside parent with finite size\n", pos); ^ src/libavformat/matroskadec.c:1284:24: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1296:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "parsing will nevertheless be attempted.\n", id, pos); ^ src/libavformat/matroskadec.c:1296:28: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1308:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] length, max_lengths[syntax->type], id, pos); ^ src/libavformat/matroskadec.c:1308:24: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1308:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1308:24: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1308:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1308:24: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1313:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "type must be known.\n", id, pos); ^ src/libavformat/matroskadec.c:1313:24: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1318:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "available.\n", id, pos); ^ src/libavformat/matroskadec.c:1318:24: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1359:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] matroska->unknown_count); ^ src/libavformat/matroskadec.c:1359:28: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c:1359:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1359:28: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:1359:28: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/matroskadec.c:1359:28: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskadec.c: In function 'matroska_convert_tags': src/libavformat/matroskadec.c:1768: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:1785: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:1802: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:2228: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:2315:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->type); ^ src/libavformat/matroskadec.c:2574: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:2574: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:2836: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:2836:39: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/matroskadec.c:2843: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:2843: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:3559:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] "Invalid stream %"PRIu64"\n", num); ^ CC libavformat/matroskaenc.o src/libavformat/matroskaenc.c: In function 'mkv_write_chapters': src/libavformat/matroskaenc.c:1508:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] chapterstart, chapterend); ^ src/libavformat/matroskaenc.c:1508: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:1834: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:1846: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:1956: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:1960: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:2133:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] mkv->cluster_pos, track_number, keyframe != 0); ^ src/libavformat/matroskaenc.c:2133:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2133:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2133:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2133:12: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_write_vtt_blocks': src/libavformat/matroskaenc.c:2244:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] mkv->cluster_pos, pkt->stream_index + 1, 1); ^ src/libavformat/matroskaenc.c:2244:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2244:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2244:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2244:12: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_start_new_cluster': src/libavformat/matroskaenc.c:2270:12: 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:12: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c:2270:12: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/matroskaenc.c: In function 'mkv_write_flush_packet': src/libavformat/matroskaenc.c:2551:20: 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:2600: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:2622: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:2645: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:1391: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:1391: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:1812: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:2488: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:2506: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:3491: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:3491:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3491:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3531: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:3531:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3536: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:3536:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3562: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:3562:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3562:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3562:24: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3573: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:3573:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3602: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:3605: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:3605:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3678: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:3678:36: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3695: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:3891:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] current_offset, current_dts, sample_size, distance, keyframe); ^ src/libavformat/mov.c:3891:29: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:3891:29: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4023:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] size, samples); ^ src/libavformat/mov.c:4023:24: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4023: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:4408: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:4757: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:4763: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:4767: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:4771: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:4776: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:4864: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:4864:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4864:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:4895:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] index_entry_pos, offset, dts, sample_size, distance, keyframe); ^ src/libavformat/mov.c:4895:17: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] src/libavformat/mov.c:4895: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:5162: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:5167: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:5198: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:5198:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:5203: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:6839: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:6839:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:6839:16: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:6891: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:7423: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:7493: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:7509: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:7607: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:7637: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:7637:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mov.c:7659: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:7659: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:7719:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] sc->ffindex, sample->pos); ^ src/libavformat/mov.c:7719: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:7855: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:521:9: warning: 'av_copy_packet_side_data' is deprecated (declared at src/libavcodec/avcodec.h:4463) [-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:2144: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:2961: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:2961:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavformat/movenc.c:2961: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:4066: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:5241:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] ); ^ src/libavformat/movenc.c:5241:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/movenc.c:5248: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:5489: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:6725: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:985: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:1176: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:1176: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:3036: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:3036: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:1082: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:1082: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:732:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ src/libavformat/mxfdec.c:732:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:745:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ src/libavformat/mxfdec.c:745:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:753: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:753:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:765:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] partition->index_sid, partition->body_sid); ^ src/libavformat/mxfdec.c:765:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:765:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:765:13: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:765:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:765: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:1119: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:1123: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:1444: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:1538:12: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] offset, body_sid); ^ src/libavformat/mxfdec.c:1538: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:1587: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:1605: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:1698: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:1790: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:2777:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] tag, klv->offset); ^ src/libavformat/mxfdec.c:2777: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:2818:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] klv.offset); ^ src/libavformat/mxfdec.c:2818: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:2862: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:2862:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:2872:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] PRIx64 " indirectly points to itself\n", current_partition_ofs); ^ src/libavformat/mxfdec.c:2872: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:2914:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] mxf->run_in + mxf->footer_partition, ret); ^ src/libavformat/mxfdec.c:2914:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] src/libavformat/mxfdec.c:2914: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:2980:24: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] x+1, mxf->partitions[x+1].this_partition); ^ src/libavformat/mxfdec.c:2980: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:3192: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:3192:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:3192: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:3386: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:3386: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:3461: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:3461:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] src/libavformat/mxfdec.c:3461:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] src/libavformat/mxfdec.c:3510: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:789: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:789: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:804: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:804: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:3136: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); ^ src/libavformat/mxfenc.c: At top level: src/libavformat/mxfenc.c:545:12: warning: 'klv_ber_length' defined but not used [-Wunused-function] static int klv_ber_length(uint64_t len) ^ 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:963: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:2087) [-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:2095) [-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:2087) [-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:2095) [-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:1382: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:1382: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 src/libavformat/rtsp.c: In function 'rtsp_send_cmd_with_content_async': src/libavformat/rtsp.c:1322:16: error: 'ENOTCONN' undeclared (first use in this function) return ENOTCONN; ^ src/libavformat/rtsp.c:1322:16: note: each undeclared identifier is reported only once for each function it appears in In file included from src/libavutil/mem.h:34:0, from src/libavutil/common.h:488, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/rtsp.c:22: src/libavformat/rtsp.c: In function 'rtp_read_header': src/libavformat/rtsp.c:2566:19: error: 'ENOBUFS' undeclared (first use in this function) ret = AVERROR(ENOBUFS); ^ src/libavutil/error.h:39:23: note: in definition of macro 'AVERROR' #define AVERROR(e) (-(e)) ///< Returns a negative error code from a POSIX error code, to return from library functions. ^ /home/fate/src/ffbuild/common.mak:59: recipe for target 'libavformat/rtsp.o' failed gmake: *** [libavformat/rtsp.o] Error 1