GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/vfwcap.o src/libavdevice/vfwcap.c: In function 'vfw_read_header': src/libavdevice/vfwcap.c:331:9: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [enabled by default] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from src/libavdevice/vfwcap.c:25:0: src/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG *' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^ src/libavdevice/vfwcap.c:331:9: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [enabled by default] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from src/libavdevice/vfwcap.c:25:0: src/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG *' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^ 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_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o src/libavfilter/af_apad.c: In function 'filter_frame': src/libavfilter/af_apad.c:81:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "n_out:%d whole_len_left:%"PRId64"\n", frame->nb_samples, s->whole_len_left); ^ src/libavfilter/af_apad.c: In function 'request_frame': src/libavfilter/af_apad.c:107:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] "padding n_out:%d pad_len_left:%"PRId64"\n", n_out, s->pad_len_left); ^ CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o src/libavfilter/af_ashowinfo.c: In function 'filter_frame': src/libavfilter/af_ashowinfo.c:214:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] checksum); ^ src/libavfilter/af_ashowinfo.c:214:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] CC libavfilter/af_astats.o src/libavfilter/af_astats.c: In function 'print_stats': src/libavfilter/af_astats.c:485:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Peak count: %"PRId64"\n", p->min_count + p->max_count); ^ src/libavfilter/af_astats.c:508:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of samples: %"PRId64"\n", nb_samples / s->nb_channels); ^ CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_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_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:297:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] cat->delta_ts); ^ CC libavfilter/avf_showcqt.o src/libavfilter/avf_showcqt.c: In function 'filter_frame': src/libavfilter/avf_showcqt.c:1533:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts, pts * av_q2d(outlink->time_base)); ^ src/libavfilter/avf_showcqt.c:1533:28: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o src/libavfilter/avf_showwaves.c: In function 'push_single_pic': src/libavfilter/avf_showwaves.c:494:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Create frame averaging %"PRId64" samples per column\n", max_samples); ^ CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated (declared at src/libavfilter/avfilter.h:830) [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o src/libavfilter/f_metadata.c: In function 'filter_frame': src/libavfilter/f_metadata.c:318:22: warning: unknown conversion type character 'I' in format [-Wformat=] inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ^ src/libavfilter/f_metadata.c:318:22: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' [-Wformat=] src/libavfilter/f_metadata.c:318:22: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/f_metadata.c:325:22: warning: unknown conversion type character 'I' in format [-Wformat=] inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ^ src/libavfilter/f_metadata.c:325:22: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' [-Wformat=] src/libavfilter/f_metadata.c:325:22: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/f_perms.o CC libavfilter/f_realtime.o src/libavfilter/f_realtime.c: In function 'filter_frame': src/libavfilter/f_realtime.c:50:20: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sleep); ^ src/libavfilter/f_realtime.c:55:13: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "sleeping %"PRIi64" us\n", sleep); ^ CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o src/libavfilter/lavfutils.c: In function 'ff_load_image': src/libavfilter/lavfutils.c:40:5: warning: 'av_register_all' is deprecated (declared at src/libavformat/avformat.h:2024) [-Wdeprecated-declarations] av_register_all(); ^ src/libavfilter/lavfutils.c:93:5: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4700) [-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/setpts.o src/libavfilter/setpts.c: In function 'filter_frame': src/libavfilter/setpts.c:186: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:190: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:195: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:195: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:2329) [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavfilter/src_movie.c: In function 'movie_common_init': src/libavfilter/src_movie.c:242:5: warning: 'av_register_all' is deprecated (declared at src/libavformat/avformat.h:2024) [-Wdeprecated-declarations] av_register_all(); ^ src/libavfilter/src_movie.c:264: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:264:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/src_movie.c:271: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:333: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:531:9: warning: 'avcodec_decode_video2' is deprecated (declared at src/libavcodec/avcodec.h:4700) [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavfilter/src_movie.c:534:9: warning: 'avcodec_decode_audio4' is deprecated (declared at src/libavcodec/avcodec.h:4651) [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavfilter/src_movie.c:573: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_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_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c: In function 'filter_frame': src/libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:624) [-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_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_rgb2xyz_table': src/libavfilter/vf_colorspace.c:398:5: warning: passing argument 1 of 'invert_matrix3x3' from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2xyz, i); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c: In function 'fill_whitepoint_conv_table': src/libavfilter/vf_colorspace.c:462:5: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(tmp, ma, fac); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:463:5: warning: passing argument 2 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(out, tmp, mai); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:463:5: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(out, tmp, mai); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c: In function 'convert': src/libavfilter/vf_colorspace.c:518: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:518:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:518:20: warning: passing argument 8 of 's->yuv2yuv' from incompatible pointer type [enabled by default] src/libavfilter/vf_colorspace.c:518:20: note: expected 'const int16_t (*)[8]' but argument is of type 'int16_t (*)[8]' src/libavfilter/vf_colorspace.c:540: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:540:20: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:544: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:544:17: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:549: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:549:28: note: expected 'const int16_t (*)[3][8]' but argument is of type 'int16_t (*)[3][8]' src/libavfilter/vf_colorspace.c:552: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:552: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:666:13: warning: passing argument 1 of 'invert_matrix3x3' from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c:674:17: warning: passing argument 2 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(tmp, rgb2xyz, wpconv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:674:17: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(tmp, rgb2xyz, wpconv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:675:17: warning: passing argument 2 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, tmp, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:675:17: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, tmp, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:677:17: warning: passing argument 2 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:677:17: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:802:13: warning: passing argument 1 of 'invert_matrix3x3' from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2yuv, yuv2rgb); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c:858:13: warning: passing argument 2 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:858:13: warning: passing argument 3 of 'mul3x3' from incompatible pointer type [enabled by default] mul3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected 'const double (*)[3]' but argument is of type 'double (*)[3]' static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[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_decimate.o src/libavfilter/vf_decimate.c: In function 'filter_frame': src/libavfilter/vf_decimate.c:207:20: warning: unknown conversion type character 'I' in format [-Wformat=] i == drop ? " [DROP]" : ""); ^ src/libavfilter/vf_decimate.c:207:20: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int64_t' [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'int64_t' [-Wformat=] src/libavfilter/vf_decimate.c:207:20: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o src/libavfilter/vf_dejudder.c: In function 'filter_frame': src/libavfilter/vf_dejudder.c:154:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "%"PRId64"\t", judbuff[k]); ^ src/libavfilter/vf_dejudder.c:155:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "next=%"PRId64", new=%"PRId64"\n", next_pts, frame->pts); ^ src/libavfilter/vf_dejudder.c:155:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_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:810: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 'filter_frame': src/libavfilter/vf_fps.c:238:51: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] outlink->time_base)); ^ src/libavfilter/vf_fps.c:238:51: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] 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:235:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ff_dlog(ctx, "process_work_frame() interpolate: %"PRId64"/256\n", interpolate8); ^ CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o src/libavfilter/vf_fspp.c: In function 'filter_frame': src/libavfilter/vf_fspp.c:585:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:624) [-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_hwupload_cuda.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_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o 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:5331) [-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:2745) [-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:1176: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:624) [-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:624) [-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:624) [-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:626) [-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_setfield.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:147:12: warning: unknown conversion type character 'I' in format [-Wformat=] checksum, plane_checksum[0]); ^ src/libavfilter/vf_showinfo.c:147:12: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:147:12: warning: unknown conversion type character 'I' in format [-Wformat=] src/libavfilter/vf_showinfo.c:147:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] src/libavfilter/vf_showinfo.c:147:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char * const' [-Wformat=] src/libavfilter/vf_showinfo.c:147:12: warning: too many arguments for format [-Wformat-extra-args] src/libavfilter/vf_showinfo.c:153:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_INFO, "%"PRId64" ", (sum[plane] + pixelcount[plane]/2) / pixelcount[plane]); ^ CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c: In function 'filter_frame': src/libavfilter/vf_spp.c:369:9: warning: 'av_frame_get_qp_table' is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ 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_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:5331) [-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:2745) [-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:624) [-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_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o src/libavfilter/x86/af_afir.asm:22: fatal: unable to open include file `libavutil/x86/x86util.asm' /home/fate/src/ffbuild/common.mak:82: recipe for target 'libavfilter/x86/af_afir.o' failed gmake: *** [libavfilter/x86/af_afir.o] Error 1