CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/vfwcap.o /home/fate/src/libavdevice/vfwcap.c: In function 'vfw_read_header': /home/fate/src/libavdevice/vfwcap.c:324: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 /home/fate/src/libavdevice/vfwcap.c:25:0: /home/fate/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); ^ /home/fate/src/libavdevice/vfwcap.c:324: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 /home/fate/src/libavdevice/vfwcap.c:25:0: /home/fate/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 CC libavfilter/aeval.o /home/fate/src/libavfilter/aeval.c: In function 'config_props': /home/fate/src/libavfilter/aeval.c:238: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_aconvert.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_afade.o CC libavfilter/af_aformat.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o /home/fate/src/libavfilter/af_apad.c: In function 'filter_frame': /home/fate/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, apad->whole_len_left); ^ /home/fate/src/libavfilter/af_apad.c: In function 'request_frame': /home/fate/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, apad->pad_len_left); ^ CC libavfilter/af_aphaser.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o /home/fate/src/libavfilter/af_ashowinfo.c: In function 'filter_frame': /home/fate/src/libavfilter/af_ashowinfo.c:188:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] checksum); ^ /home/fate/src/libavfilter/af_ashowinfo.c:188:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] CC libavfilter/af_astats.o /home/fate/src/libavfilter/af_astats.c: In function 'print_stats': /home/fate/src/libavfilter/af_astats.c:222: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); ^ /home/fate/src/libavfilter/af_astats.c:236: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_astreamsync.o CC libavfilter/af_asyncts.o /home/fate/src/libavfilter/af_asyncts.c: In function 'filter_frame': /home/fate/src/libavfilter/af_asyncts.c:210:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Discontinuity - %"PRId64" samples.\n", delta); ^ CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_compand.o CC libavfilter/af_earwax.o CC libavfilter/af_flanger.o CC libavfilter/af_join.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o /home/fate/src/libavfilter/af_volumedetect.c: In function 'print_stats': /home/fate/src/libavfilter/af_volumedetect.c:95: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); ^ /home/fate/src/libavfilter/af_volumedetect.c:124: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_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o /home/fate/src/libavfilter/audio.c: In function 'avfilter_get_audio_buffer_ref_from_arrays': /home/fate/src/libavfilter/audio.c:166:5: warning: 'avfilter_get_audio_buffer_ref_from_arrays_channels' is deprecated (declared at /home/fate/src/libavfilter/audio.c:84) [-Wdeprecated-declarations] return avfilter_get_audio_buffer_ref_from_arrays_channels(data, linesize, perms, ^ CC libavfilter/avcodec.o /home/fate/src/libavfilter/avcodec.c: In function 'avfilter_get_video_buffer_ref_from_frame': /home/fate/src/libavfilter/avcodec.c:36:9: warning: 'avfilter_get_video_buffer_ref_from_arrays' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:914) [-Wdeprecated-declarations] avfilter_get_video_buffer_ref_from_arrays(frame->data, frame->linesize, perms, ^ /home/fate/src/libavfilter/avcodec.c:41:5: warning: 'avfilter_copy_frame_props' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:1117) [-Wdeprecated-declarations] if (avfilter_copy_frame_props(picref, frame) < 0) { ^ /home/fate/src/libavfilter/avcodec.c:43:9: warning: 'avfilter_unref_bufferp' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:236) [-Wdeprecated-declarations] avfilter_unref_bufferp(&picref); ^ /home/fate/src/libavfilter/avcodec.c: In function 'avfilter_get_audio_buffer_ref_from_frame': /home/fate/src/libavfilter/avcodec.c:60:5: warning: 'avfilter_get_audio_buffer_ref_from_arrays_channels' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:952) [-Wdeprecated-declarations] samplesref = avfilter_get_audio_buffer_ref_from_arrays_channels( ^ /home/fate/src/libavfilter/avcodec.c:65:5: warning: 'avfilter_copy_frame_props' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:1117) [-Wdeprecated-declarations] if (avfilter_copy_frame_props(samplesref, frame) < 0) { ^ /home/fate/src/libavfilter/avcodec.c:67:9: warning: 'avfilter_unref_bufferp' is deprecated (declared at /home/fate/src/libavfilter/avfilter.h:236) [-Wdeprecated-declarations] avfilter_unref_bufferp(&samplesref); ^ /home/fate/src/libavfilter/avcodec.c: In function 'avfilter_get_buffer_ref_from_frame': /home/fate/src/libavfilter/avcodec.c:78:9: warning: 'avfilter_get_video_buffer_ref_from_frame' is deprecated (declared at /home/fate/src/libavfilter/avcodec.c:32) [-Wdeprecated-declarations] return avfilter_get_video_buffer_ref_from_frame(frame, perms); ^ /home/fate/src/libavfilter/avcodec.c:80:9: warning: 'avfilter_get_audio_buffer_ref_from_frame' is deprecated (declared at /home/fate/src/libavfilter/avcodec.c:48) [-Wdeprecated-declarations] return avfilter_get_audio_buffer_ref_from_frame(frame, perms); ^ CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o /home/fate/src/libavfilter/avf_concat.c: In function 'flush_segment': /home/fate/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 CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o /home/fate/src/libavfilter/avfilter.c: In function 'ff_tlog_ref': /home/fate/src/libavfilter/avfilter.c:48:5: warning: format '%d' expects argument of type 'int', but argument 11 has type 'int64_t' [-Wformat=] ff_tlog(ctx, ^ /home/fate/src/libavfilter/avfilter.c:48:5: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' [-Wformat=] /home/fate/src/libavfilter/avfilter.c:64:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] ff_tlog(ctx, " cl:%"PRId64"d n:%d r:%d", ^ CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffer.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/drawutils.o CC libavfilter/dualinput.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_perms.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/libmpcodecs/img_format.o CC libavfilter/libmpcodecs/mp_image.o CC libavfilter/libmpcodecs/vf_eq.o CC libavfilter/libmpcodecs/vf_eq2.o CC libavfilter/libmpcodecs/vf_fspp.o /tmp//ccKNfysq.s: Assembler messages: /tmp//ccKNfysq.s:348: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:354: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:371: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:375: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:410: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:418: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:426: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:438: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:467: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:476: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:482: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:484: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:570: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:576: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:593: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:597: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:632: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:640: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:648: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:660: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:691: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:700: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:706: Warning: missing operand; zero assumed /tmp//ccKNfysq.s:708: Warning: missing operand; zero assumed CC libavfilter/libmpcodecs/vf_ilpack.o CC libavfilter/libmpcodecs/vf_pp7.o CC libavfilter/libmpcodecs/vf_softpulldown.o /home/fate/src/libavfilter/libmpcodecs/vf_softpulldown.c: In function 'uninit': /home/fate/src/libavfilter/libmpcodecs/vf_softpulldown.c:141:5: warning: unknown conversion type character 'l' in format [-Wformat=] ff_mp_msg(MSGT_VFILTER, MSGL_INFO, "softpulldown: %lld frames in, %lld frames out\n", vf->priv->in, vf->priv->out); ^ /home/fate/src/libavfilter/libmpcodecs/vf_softpulldown.c:141:5: warning: unknown conversion type character 'l' in format [-Wformat=] /home/fate/src/libavfilter/libmpcodecs/vf_softpulldown.c:141:5: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/libmpcodecs/vf_uspp.o /home/fate/src/libavfilter/libmpcodecs/vf_uspp.c: In function 'filter': /home/fate/src/libavfilter/libmpcodecs/vf_uspp.c:186:9: warning: 'avcodec_encode_video' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:4486) [-Wdeprecated-declarations] avcodec_encode_video(p->avctx_enc[i], p->outbuf, p->outbuf_size, p->frame); ^ CC libavfilter/lswsutils.o CC libavfilter/opencl_allkernels.o CC libavfilter/setpts.o /home/fate/src/libavfilter/setpts.c: In function 'filter_frame': /home/fate/src/libavfilter/setpts.c:180:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_dlog(inlink->dst, ^ /home/fate/src/libavfilter/setpts.c:188:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_dlog(inlink->dst, " INTERLACED:%"PRId64, ^ /home/fate/src/libavfilter/setpts.c:192:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_dlog(inlink->dst, " NB_SAMPLES:%"PRId64" NB_CONSUMED_SAMPLES:%"PRId64, ^ /home/fate/src/libavfilter/setpts.c:192:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] CC libavfilter/settb.o /home/fate/src/libavfilter/settb.c: In function 'filter_frame': /home/fate/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); ^ /home/fate/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 /home/fate/src/libavfilter/src_movie.c: In function 'movie_common_init': /home/fate/src/libavfilter/src_movie.c:246: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); ^ /home/fate/src/libavfilter/src_movie.c:246:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavfilter/src_movie.c:253:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] movie->file_name, timestamp); ^ /home/fate/src/libavfilter/src_movie.c:310:12: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] movie->stream_index); ^ CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_bbox.o /home/fate/src/libavfilter/vf_bbox.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_bbox.c:82: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_blackdetect.o /home/fate/src/libavfilter/vf_blackdetect.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_blackdetect.c:158: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 /home/fate/src/libavfilter/vf_blackframe.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_blackframe.c:92: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_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_copy.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o /home/fate/src/libavfilter/vf_cropdetect.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_cropdetect.c:203: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_dctdnoiz.o CC libavfilter/vf_decimate.o /home/fate/src/libavfilter/vf_decimate.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_decimate.c:201:20: warning: unknown conversion type character 'I' in format [-Wformat=] i == drop ? " [DROP]" : ""); ^ /home/fate/src/libavfilter/vf_decimate.c:201:20: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavfilter/vf_decimate.c:201:20: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavfilter/vf_decimate.c:201:20: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavfilter/vf_decimate.c:201:20: warning: too many arguments for format [-Wformat-extra-args] CC libavfilter/vf_dejudder.o /home/fate/src/libavfilter/vf_dejudder.c: In function 'filter_frame': /home/fate/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]); ^ /home/fate/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); ^ /home/fate/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_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldmatch.o /home/fate/src/libavfilter/vf_fieldmatch.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_fieldmatch.c:807:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] outlink->frame_count, av_ts2timestr(in->pts, &inlink->time_base)); ^ CC libavfilter/vf_fieldorder.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o /home/fate/src/libavfilter/vf_fps.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_fps.c:193:51: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] outlink->time_base)); ^ /home/fate/src/libavfilter/vf_fps.c:193: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_framestep.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_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mp.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_noise.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_showinfo.o /home/fate/src/libavfilter/vf_showinfo.c: In function 'filter_frame': /home/fate/src/libavfilter/vf_showinfo.c:119:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] checksum, plane_checksum[0]); ^ /home/fate/src/libavfilter/vf_showinfo.c:119:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavfilter/vf_showinfo.c:125: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_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.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 YASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o YASM libavfilter/x86/vf_gradfun.o STRIP libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o YASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_hqdn3d_init.o YASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o YASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o CC libavfilter/x86/vf_spp.o YASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_yadif.o CC libavfilter/x86/vf_yadif_init.o YASM libavfilter/x86/yadif-10.o STRIP libavfilter/x86/yadif-10.o YASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/yadif-16.o AR libavfilter/libavfilter.a CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/ac3dec.o CC libavformat/act.o CC libavformat/adp.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/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec.o /home/fate/src/libavformat/asfdec.c: In function 'asf_read_header': /home/fate/src/libavformat/asfdec.c:820: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); ^ /home/fate/src/libavformat/asfdec.c:820:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/asfdec.c: In function 'asf_get_packet': /home/fate/src/libavformat/asfdec.c:929:20: 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)); ^ /home/fate/src/libavformat/asfdec.c:955:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] packet_length, avio_tell(pb)); ^ /home/fate/src/libavformat/asfdec.c:960: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)); ^ /home/fate/src/libavformat/asfdec.c:980:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] rsize, packet_length, padsize, avio_tell(pb)); ^ /home/fate/src/libavformat/asfdec.c: In function 'asf_build_simple_index': /home/fate/src/libavformat/asfdec.c:1521:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict); ^ /home/fate/src/libavformat/asfdec.c:1521:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/asfdec.c:1536:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pktnum, pktct, index_pts); ^ /home/fate/src/libavformat/asfdec.c: In function 'asf_read_seek': /home/fate/src/libavformat/asfdec.c:1591: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/asfenc.o /home/fate/src/libavformat/asfenc.c: In function 'asf_write_packet': /home/fate/src/libavformat/asfenc.c:934: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 /home/fate/src/libavformat/astenc.c: In function 'ast_write_trailer': /home/fate/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/avc.o CC libavformat/avidec.o /home/fate/src/libavformat/avidec.c: In function 'read_braindead_odml_indx': /home/fate/src/libavformat/avidec.c:178:5: warning: unknown conversion type character 'I' in format [-Wformat=] av_dlog(s, ^ /home/fate/src/libavformat/avidec.c:178:5: warning: too many arguments for format [-Wformat-extra-args] /home/fate/src/libavformat/avidec.c: In function 'avi_read_header': /home/fate/src/libavformat/avidec.c:504:9: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("tag", tag, size); ^ /home/fate/src/libavformat/avidec.c:504:9: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:512:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("list", tag1, 0); ^ /home/fate/src/libavformat/avidec.c:512:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:520:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(NULL, "movi end=%"PRIx64"\n", avi->movi_end); ^ /home/fate/src/libavformat/avidec.c:520:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:584:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("strh", tag1, -1); ^ /home/fate/src/libavformat/avidec.c:584:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:785:21: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] print_tag("video", tag1, 0); ^ /home/fate/src/libavformat/avidec.c:785:21: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c: In function 'avi_sync': /home/fate/src/libavformat/avidec.c:1150:9: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' [-Wformat=] av_dlog(s, "%X %X %X %X %X %X %X %X %"PRId64" %u %d\n", ^ /home/fate/src/libavformat/avidec.c: In function 'avi_read_packet': /home/fate/src/libavformat/avidec.c:1318:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "%"PRId64" %d/%d %"PRId64"\n", ts, ^ /home/fate/src/libavformat/avidec.c:1318:13: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:1429:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, ^ /home/fate/src/libavformat/avidec.c:1429:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c: In function 'avi_read_idx1': /home/fate/src/libavformat/avidec.c:1562:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "%d cum_len=%"PRId64"\n", len, ast->cum_len); ^ /home/fate/src/libavformat/avidec.c: In function 'avi_load_index': /home/fate/src/libavformat/avidec.c:1691:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "movi_end=0x%"PRIx64"\n", avi->movi_end); ^ /home/fate/src/libavformat/avidec.c:1691:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c: In function 'avi_read_seek': /home/fate/src/libavformat/avidec.c:1769: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); ^ /home/fate/src/libavformat/avidec.c:1769:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:1769:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/avidec.c:1777:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "XX %"PRId64" %d %"PRId64"\n", ^ /home/fate/src/libavformat/avidec.c:1777:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] CC libavformat/avienc.o /home/fate/src/libavformat/avienc.c: In function 'avi_write_packet': /home/fate/src/libavformat/avienc.c:590: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", pkt->dts - avist->packet_count); ^ CC libavformat/avio.o CC libavformat/aviobuf.o /home/fate/src/libavformat/aviobuf.c: In function 'avio_close': /home/fate/src/libavformat/aviobuf.c:922:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "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 /home/fate/src/libavformat/bink.c: In function 'read_packet': /home/fate/src/libavformat/bink.c:224:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] bink->video_pts); ^ /home/fate/src/libavformat/bink.c:237: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 CC libavformat/caf.o CC libavformat/cafdec.o /home/fate/src/libavformat/cafdec.c: In function 'read_header': /home/fate/src/libavformat/cafdec.c:291:17: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] tag, _(tag>>24), _((tag>>16)&0xFF), _((tag>>8)&0xFF), _(tag&0xFF), size); ^ CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o /home/fate/src/libavformat/ffmdec.c: In function 'ffm_seek1': /home/fate/src/libavformat/ffmdec.c:163:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "seek to %"PRIx64" -> %"PRIx64"\n", pos1, pos); ^ /home/fate/src/libavformat/ffmdec.c:163:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/ffmdec.c:163:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/ffmdec.c:163:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/ffmdec.c: In function 'ffm_read_packet': /home/fate/src/libavformat/ffmdec.c:561:9: warning: unknown conversion type character 'I' in format [-Wformat=] av_dlog(s, "pos=%08"PRIx64" spos=%"PRIx64", write_index=%"PRIx64" size=%"PRIx64"\n", ^ /home/fate/src/libavformat/ffmdec.c:561:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/ffmdec.c:561:9: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o /home/fate/src/libavformat/ffmetaenc.c: In function 'write_trailer': /home/fate/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); ^ /home/fate/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/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o In file included from /home/fate/src/libavformat/flacdec.c:27:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/flvdec.c: In function 'flv_read_packet': /home/fate/src/libavformat/flvdec.c:784:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] av_dlog(s, "type:%d, size:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, dts, avio_tell(s->pb)); ^ /home/fate/src/libavformat/flvdec.c:784:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/flvdec.c:956:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "invalid timestamps %"PRId64" %"PRId64"\n", dts, pts); ^ /home/fate/src/libavformat/flvdec.c:956:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/flvdec.c: At top level: /home/fate/src/libavformat/flvdec.c:702:12: warning: 'flv_data_packet' defined but not used [-Wunused-function] static int flv_data_packet(AVFormatContext *s, AVPacket *pkt, ^ CC libavformat/flvenc.o CC libavformat/format.o /home/fate/src/libavformat/format.c: In function 'av_probe_input_format3': /home/fate/src/libavformat/format.c:194:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] lpd.buf = zerobuffer; ^ CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/ftp.o /home/fate/src/libavformat/ftp.c: In function 'ftp_seek': /home/fate/src/libavformat/ftp.c:633:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(h, "ftp protocol seek %"PRId64" %d\n", pos, whence); ^ CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g729dec.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/hdsenc.o CC libavformat/hevc.o /home/fate/src/libavformat/hevc.c: In function 'hvcc_write': /home/fate/src/libavformat/hevc.c:874:5: warning: unknown conversion type character 'I' in format [-Wformat=] av_dlog(NULL, "general_constraint_indicator_flags: 0x%012"PRIx64"\n", ^ /home/fate/src/libavformat/hevc.c:874:5: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/hevcdec.o CC libavformat/hls.o /home/fate/src/libavformat/hls.c: In function 'parse_id3': /home/fate/src/libavformat/hls.c:723: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); ^ /home/fate/src/libavformat/hls.c:727: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); ^ /home/fate/src/libavformat/hls.c: In function 'intercept_id3': /home/fate/src/libavformat/hls.c:848:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] taglen, maxsize); ^ /home/fate/src/libavformat/hls.c: In function 'open_input': /home/fate/src/libavformat/hls.c:958:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] seg->url, seg->url_offset, pls->index); ^ /home/fate/src/libavformat/hls.c:1019: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); ^ CC libavformat/hlsenc.o /home/fate/src/libavformat/hlsenc.c: In function 'hls_window': /home/fate/src/libavformat/hlsenc.c:159:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(hls->pb, "#EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); ^ /home/fate/src/libavformat/hlsenc.c:162:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] sequence); ^ CC libavformat/hlsproto.o CC libavformat/hnm.o /home/fate/src/libavformat/hnm.c: In function 'hnm_read_packet': /home/fate/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)); ^ /home/fate/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 /home/fate/src/libavformat/http.c: In function 'http_connect': /home/fate/src/libavformat/http.c:734:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Range: bytes=%"PRId64"-", s->off); ^ /home/fate/src/libavformat/http.c:737:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "%"PRId64, s->end_off - 1); ^ /home/fate/src/libavformat/http.c: In function 'http_read_stream': /home/fate/src/libavformat/http.c:925:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(NULL, "Chunked encoding data size: %"PRId64"'\n", ^ 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 /home/fate/src/libavformat/iff.c: In function 'iff_read_header': /home/fate/src/libavformat/iff.c:448:25: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] data_size); ^ CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ipmovie.o /home/fate/src/libavformat/ipmovie.c: In function 'load_ipmovie_packet': /home/fate/src/libavformat/ipmovie.c:150:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(NULL, "sending audio frame with pts %"PRId64" (%d audio frames)\n", ^ /home/fate/src/libavformat/ipmovie.c:200:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(NULL, "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 /home/fate/src/libavformat/lrcenc.c: In function 'lrc_write_packet': /home/fate/src/libavformat/lrcenc.c:125:29: warning: unknown conversion type character 'I' in format [-Wformat=] (pkt->pts % 100)); ^ /home/fate/src/libavformat/lrcenc.c:125:29: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/lrcenc.c:125:29: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/lrcenc.c:125:29: warning: too many arguments for format [-Wformat-extra-args] /home/fate/src/libavformat/lrcenc.c:132:29: warning: unknown conversion type character 'I' in format [-Wformat=] (-pkt->pts) % 100); ^ /home/fate/src/libavformat/lrcenc.c:132:29: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/lrcenc.c:132:29: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/lrcenc.c:132: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 /home/fate/src/libavformat/matroskadec.c:59:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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); ^ /home/fate/src/libavformat/matroskadec.c: In function 'ebml_read_num': /home/fate/src/libavformat/matroskadec.c:715:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] pos, pos); ^ /home/fate/src/libavformat/matroskadec.c:715:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/matroskadec.c:715:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c:727:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] (uint8_t) total, pos, pos); ^ /home/fate/src/libavformat/matroskadec.c:727:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/matroskadec.c:727:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c: In function 'ebml_parse_elem': /home/fate/src/libavformat/matroskadec.c:1021:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] length, max_lengths[syntax->type], syntax->type); ^ /home/fate/src/libavformat/matroskadec.c:1021:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c:1021:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/matroskadec.c:1021:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c: In function 'matroska_parse_tracks': /home/fate/src/libavformat/matroskadec.c:1603:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->type); ^ /home/fate/src/libavformat/matroskadec.c:1817:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] track->audio.channels, track->audio.bitdepth); ^ /home/fate/src/libavformat/matroskadec.c:1817:24: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c: In function 'matroska_read_header': /home/fate/src/libavformat/matroskadec.c:2048: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); ^ /home/fate/src/libavformat/matroskadec.c:2048:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c:2055: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); ^ /home/fate/src/libavformat/matroskadec.c:2055:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskadec.c: In function 'matroska_parse_block': /home/fate/src/libavformat/matroskadec.c:2723:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] "Invalid stream %"PRIu64" or size %u\n", num, size); ^ CC libavformat/matroskaenc.o /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_write_attachments': /home/fate/src/libavformat/matroskaenc.c:1266:16: warning: unknown conversion type character 'I' in format [-Wformat=] fileuid, i); ^ /home/fate/src/libavformat/matroskaenc.c:1266:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c:1266:16: warning: too many arguments for format [-Wformat-extra-args] /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_write_block': /home/fate/src/libavformat/matroskaenc.c:1519:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, flags); ^ /home/fate/src/libavformat/matroskaenc.c:1519:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c:1519:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_write_vtt_blocks': /home/fate/src/libavformat/matroskaenc.c:1658:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ^ /home/fate/src/libavformat/matroskaenc.c:1658:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c:1658:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_start_new_cluster': /home/fate/src/libavformat/matroskaenc.c:1704:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb), pkt->pts, pkt->dts); ^ /home/fate/src/libavformat/matroskaenc.c:1704:13: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c:1704:13: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_write_flush_packet': /home/fate/src/libavformat/matroskaenc.c:1879:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(pb)); ^ /home/fate/src/libavformat/matroskaenc.c: In function 'mkv_write_trailer': /home/fate/src/libavformat/matroskaenc.c:1936:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] mkv->reserve_cues_space, cues_end - cuespos); ^ /home/fate/src/libavformat/matroskaenc.c:1958: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); ^ CC libavformat/md5enc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o /home/fate/src/libavformat/microdvdenc.c: In function 'microdvd_write_packet': /home/fate/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); ^ /home/fate/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/mkvtimestamp_v2.o CC libavformat/mlvdec.o /home/fate/src/libavformat/mlvdec.c: In function 'read_packet': /home/fate/src/libavformat/mlvdec.c:394: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 /home/fate/src/libavformat/mms.c: In function 'ff_mms_asf_header_parser': /home/fate/src/libavformat/mms.c:82:20: 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 /home/fate/src/libavformat/mov.c: In function 'mov_read_udta_string': /home/fate/src/libavformat/mov.c:392:5: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] av_dlog(c->fc, "tag \"%s\" value \"%s\" atom \"%.4s\" %d %"PRId64"\n", ^ /home/fate/src/libavformat/mov.c: In function 'mov_read_moof': /home/fate/src/libavformat/mov.c:792:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(c->fc, "moof offset %"PRIx64"\n", c->fragment.moof_offset); ^ /home/fate/src/libavformat/mov.c:792:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mov.c: In function 'ff_mov_read_stsd_entries': /home/fate/src/libavformat/mov.c:1704:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(c->fc, AV_LOG_ERROR, "invalid size %"PRId64" in stsd\n", size); ^ /home/fate/src/libavformat/mov.c:1717:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(c->fc, "size=%"PRId64" 4CC= %c%c%c%c codec_type=%d\n", size, ^ /home/fate/src/libavformat/mov.c: In function 'mov_build_index': /home/fate/src/libavformat/mov.c:2266:21: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(mov->fc, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", " ^ /home/fate/src/libavformat/mov.c:2266:21: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:2266:21: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:2368:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(mov->fc, "AVIndex stream %d, chunk %d, offset %"PRIx64", dts %"PRId64", " ^ /home/fate/src/libavformat/mov.c:2368:17: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:2368:17: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c: In function 'mov_read_custom': /home/fate/src/libavformat/mov.c:2652:12: 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); ^ /home/fate/src/libavformat/mov.c: In function 'mov_read_trun': /home/fate/src/libavformat/mov.c:2934:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(c->fc, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", " ^ /home/fate/src/libavformat/mov.c:2934:9: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:2934:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c: In function 'mov_read_elst': /home/fate/src/libavformat/mov.c:3064:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(c->fc, "duration=%"PRId64" time=%"PRId64" rate=%f\n", ^ /home/fate/src/libavformat/mov.c:3064:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c: In function 'mov_read_default': /home/fate/src/libavformat/mov.c:3273:9: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] av_dlog(c->fc, "type: %08x '%.4s' parent:'%.4s' sz: %"PRId64" %"PRId64" %"PRId64"\n", ^ /home/fate/src/libavformat/mov.c:3273:9: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:3273:9: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:3318:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] (char*)&a.type, -left); ^ /home/fate/src/libavformat/mov.c: In function 'mov_read_header': /home/fate/src/libavformat/mov.c:3642:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(mov->fc, "on_parse_exit_offset=%"PRId64"\n", avio_tell(pb)); ^ /home/fate/src/libavformat/mov.c: In function 'mov_find_next_sample': /home/fate/src/libavformat/mov.c:3760:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] av_dlog(s, "stream %d, sample %d, dts %"PRId64"\n", i, msc->current_sample, dts); ^ /home/fate/src/libavformat/mov.c: In function 'mov_read_packet': /home/fate/src/libavformat/mov.c:3794:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb)); ^ /home/fate/src/libavformat/mov.c:3794:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:3809:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] sc->ffindex, sample->pos); ^ /home/fate/src/libavformat/mov.c:3809:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:3861:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "stream %d, pts %"PRId64", dts %"PRId64", pos 0x%"PRIx64", duration %d\n", ^ /home/fate/src/libavformat/mov.c:3861:5: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c:3861:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mov.c:3861:5: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mov.c: In function 'mov_seek_stream': /home/fate/src/libavformat/mov.c:3873:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "stream %d, timestamp %"PRId64", sample %d\n", st->index, timestamp, sample); ^ CC libavformat/mov_chan.o CC libavformat/movenc.o /home/fate/src/libavformat/movenc.c: In function 'mov_write_source_reference_tag': /home/fate/src/libavformat/movenc.c:1350: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); ^ /home/fate/src/libavformat/movenc.c: In function 'ff_mov_write_packet': /home/fate/src/libavformat/movenc.c:3462:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ); ^ /home/fate/src/libavformat/movenc.c:3462:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/movenc.c: In function 'mov_write_trailer': /home/fate/src/libavformat/movenc.c:4509: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); ^ CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o /home/fate/src/libavformat/mpeg.c: In function 'mpegps_read_dts': /home/fate/src/libavformat/mpeg.c:647:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "pos=0x%"PRIx64" dts=0x%"PRIx64" %0.3f\n", ^ /home/fate/src/libavformat/mpeg.c:647:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mpeg.c:647:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mpeg.c:647:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mpegenc.o /home/fate/src/libavformat/mpegenc.c: In function 'mpeg_mux_write_packet': /home/fate/src/libavformat/mpegenc.c:1121: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); ^ /home/fate/src/libavformat/mpegenc.c:1121:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msnwc_tcp.o CC libavformat/mtv.o CC libavformat/mux.o /home/fate/src/libavformat/mux.c: In function 'init_pts': /home/fate/src/libavformat/mux.c:404:13: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] frac_init(&st->pts, 0, 0, den); ^ /home/fate/src/libavformat/mux.c: In function 'compute_pkt_fields2': /home/fate/src/libavformat/mux.c:486:13: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] pkt->pts = st->pts.val; ^ /home/fate/src/libavformat/mux.c:517:5: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] st->pts.val = pkt->dts; ^ /home/fate/src/libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] if (frame_size >= 0 && (pkt->size || st->pts.num != st->pts.den >> 1 || st->pts.val)) { ^ /home/fate/src/libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] /home/fate/src/libavformat/mux.c:529:9: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] /home/fate/src/libavformat/mux.c:530:13: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] frac_add(&st->pts, (int64_t)st->time_base.den * frame_size); ^ /home/fate/src/libavformat/mux.c:534:9: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] frac_add(&st->pts, (int64_t)st->time_base.den * st->codec->time_base.num); ^ /home/fate/src/libavformat/mux.c: In function 'ff_interleave_packet_per_dts': /home/fate/src/libavformat/mux.c:821:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta_dts, s->max_interleave_delta); ^ /home/fate/src/libavformat/mux.c:821:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mux.c: In function 'ff_write_chained': /home/fate/src/libavformat/mux.c:996:5: warning: 'destruct' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1183) [-Wdeprecated-declarations] pkt->destruct = local_pkt.destruct; ^ /home/fate/src/libavformat/mux.c:996:5: warning: 'destruct' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1183) [-Wdeprecated-declarations] CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o /home/fate/src/libavformat/mxfdec.c: In function 'mxf_read_partition_pack': /home/fate/src/libavformat/mxfdec.c:503:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ /home/fate/src/libavformat/mxfdec.c:503:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:516:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] partition->previous_partition); ^ /home/fate/src/libavformat/mxfdec.c:516:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:524:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] mxf->footer_partition, footer_partition); ^ /home/fate/src/libavformat/mxfdec.c:524:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:530:5: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_dlog(mxf->fc, ^ /home/fate/src/libavformat/mxfdec.c:530:5: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:530:5: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mxfdec.c:530:5: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:530:5: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mxfdec.c:530:5: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_read_index_table_segment': /home/fate/src/libavformat/mxfdec.c:812:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_dlog(NULL, "IndexStartPosition %"PRId64"\n", segment->index_start_position); ^ /home/fate/src/libavformat/mxfdec.c:816:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] av_dlog(NULL, "IndexDuration %"PRId64"\n", segment->index_duration); ^ /home/fate/src/libavformat/mxfdec.c: In function 'mxf_absolute_bodysid_offset': /home/fate/src/libavformat/mxfdec.c:1091:12: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] offset_in, body_sid); ^ /home/fate/src/libavformat/mxfdec.c:1091:12: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_edit_unit_absolute_offset': /home/fate/src/libavformat/mxfdec.c:1141: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); ^ /home/fate/src/libavformat/mxfdec.c:1148:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] index_table->index_sid, s->index_start_position); ^ /home/fate/src/libavformat/mxfdec.c:1163: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); ^ /home/fate/src/libavformat/mxfdec.c: In function 'mxf_compute_ptses_fake_index': /home/fate/src/libavformat/mxfdec.c:1245:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' [-Wformat=] s->nb_index_entries, s->index_duration); ^ /home/fate/src/libavformat/mxfdec.c: In function 'mxf_compute_index_tables': /home/fate/src/libavformat/mxfdec.c:1328: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); ^ /home/fate/src/libavformat/mxfdec.c: In function 'mxf_read_local_tags': /home/fate/src/libavformat/mxfdec.c:1916:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] tag, klv->offset); ^ /home/fate/src/libavformat/mxfdec.c:1916:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_parse_handle_essence': /home/fate/src/libavformat/mxfdec.c:1981:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] mxf->run_in + offset, ret); ^ /home/fate/src/libavformat/mxfdec.c:1981:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:1981:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_compute_essence_containers': /home/fate/src/libavformat/mxfdec.c:2029:20: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] x+1, mxf->partitions[x+1].this_partition); ^ /home/fate/src/libavformat/mxfdec.c:2029:20: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_read_header': /home/fate/src/libavformat/mxfdec.c:2145:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_dlog(s, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^ /home/fate/src/libavformat/mxfdec.c:2145:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mxfdec.c:2145:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c:2209:32: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] klv.offset); ^ /home/fate/src/libavformat/mxfdec.c:2209:32: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/mxfdec.c: In function 'mxf_read_packet_old': /home/fate/src/libavformat/mxfdec.c:2373:9: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_dlog(s, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^ /home/fate/src/libavformat/mxfdec.c:2373:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/mxfdec.c:2373:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/mxfenc.o /home/fate/src/libavformat/mxfenc.c: In function 'mxf_interleave_get_packet': /home/fate/src/libavformat/mxfenc.c:2151:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "out st:%d dts:%"PRId64"\n", (*out).stream_index, (*out).dts); ^ CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nsvdec.o /home/fate/src/libavformat/nsvdec.c: In function 'nsv_resync': /home/fate/src/libavformat/nsvdec.c:230:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "%s(), offset = %"PRId64", state = %d\n", __FUNCTION__, avio_tell(pb), nsv->state); ^ /home/fate/src/libavformat/nsvdec.c: In function 'nsv_parse_NSVf_header': /home/fate/src/libavformat/nsvdec.c:294:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "NSV NSVf duration %"PRId64" ms\n", duration); ^ /home/fate/src/libavformat/nsvdec.c:305:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "NSV got header; filepos %"PRId64"\n", avio_tell(pb)); ^ /home/fate/src/libavformat/nsvdec.c:342:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "NSV got infos; filepos %"PRId64"\n", avio_tell(pb)); ^ /home/fate/src/libavformat/nsvdec.c:370:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "NSV got index; filepos %"PRId64"\n", avio_tell(pb)); ^ /home/fate/src/libavformat/nsvdec.c: In function 'nsv_read_chunk': /home/fate/src/libavformat/nsvdec.c:653:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "NSV AUDIO: sync:%d, dts:%"PRId64, nsv->avsync, pkt->dts); ^ CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o /home/fate/src/libavformat/nutdec.c: In function 'decode_main_header': /home/fate/src/libavformat/nutdec.c:249: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); ^ /home/fate/src/libavformat/nutdec.c:257: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)); ^ /home/fate/src/libavformat/nutdec.c:263: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)); ^ /home/fate/src/libavformat/nutdec.c:264: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)); ^ /home/fate/src/libavformat/nutdec.c:337:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(nut->header_count, tmp < 128U); ^ /home/fate/src/libavformat/nutdec.c:341: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); ^ /home/fate/src/libavformat/nutdec.c: In function 'decode_stream_header': /home/fate/src/libavformat/nutdec.c:387: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); ^ /home/fate/src/libavformat/nutdec.c:434: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); ^ /home/fate/src/libavformat/nutdec.c:435: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); ^ /home/fate/src/libavformat/nutdec.c:437: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 ^ /home/fate/src/libavformat/nutdec.c:441:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codec->extradata_size, tmp < (1 << 30)); ^ /home/fate/src/libavformat/nutdec.c:448:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codec->width, tmp > 0); ^ /home/fate/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->codec->height, tmp > 0); ^ /home/fate/src/libavformat/nutdec.c:459:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codec->sample_rate, tmp > 0); ^ /home/fate/src/libavformat/nutdec.c:461:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' [-Wformat=] GET_V(st->codec->channels, tmp > 0); ^ /home/fate/src/libavformat/nutdec.c: In function 'decode_info_header': /home/fate/src/libavformat/nutdec.c:508: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); ^ /home/fate/src/libavformat/nutdec.c: In function 'decode_syncpoint': /home/fate/src/libavformat/nutdec.c:626:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] AV_TIME_BASE_Q)); ^ /home/fate/src/libavformat/nutdec.c: In function 'find_and_decode_index': /home/fate/src/libavformat/nutdec.c:690: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); ^ /home/fate/src/libavformat/nutdec.c:716: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); ^ /home/fate/src/libavformat/nutdec.c:724: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); ^ /home/fate/src/libavformat/nutdec.c: In function 'nut_read_header': /home/fate/src/libavformat/nutdec.c:845:1: warning: label 'end' defined but not used [-Wunused-label] end: ^ /home/fate/src/libavformat/nutdec.c: In function 'decode_frame_header': /home/fate/src/libavformat/nutdec.c:985: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); ^ /home/fate/src/libavformat/nutdec.c:985:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c:1002: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); ^ /home/fate/src/libavformat/nutdec.c: In function 'nut_read_packet': /home/fate/src/libavformat/nutdec.c:1161: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); ^ /home/fate/src/libavformat/nutdec.c: In function 'nut_read_timestamp': /home/fate/src/libavformat/nutdec.c:1179:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] stream_index, *pos_arg, pos_limit); ^ /home/fate/src/libavformat/nutdec.c:1179:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c:1192: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); ^ /home/fate/src/libavformat/nutdec.c:1192:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c: In function 'read_seek': /home/fate/src/libavformat/nutdec.c:1228:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] next_node[1]->ts); ^ /home/fate/src/libavformat/nutdec.c:1228:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c:1228:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c:1228:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/nutdec.c:1254: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); ^ /home/fate/src/libavformat/nutdec.c:1258: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 /home/fate/src/libavformat/nutenc.c: In function 'nut_write_packet': /home/fate/src/libavformat/nutenc.c:972: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 /home/fate/src/libavformat/oggdec.c:34:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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); ^ /home/fate/src/libavformat/oggdec.c: In function 'ogg_packet': /home/fate/src/libavformat/oggdec.c:505: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 /home/fate/src/libavformat/oggparsecelt.c:27:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparsedirac.c:25:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparseflac.c:26:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparseogm.c:32:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparseopus.c:27:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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); ^ /home/fate/src/libavformat/oggparseopus.c: In function 'opus_packet': /home/fate/src/libavformat/oggparseopus.c:121: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 /home/fate/src/libavformat/oggparseskeleton.c:24:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparsespeex.c:33:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparsetheora.c:30:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparsevorbis.c:37:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 /home/fate/src/libavformat/oggparsevp8.c:25:0: /home/fate/src/libavformat/oggdec.h: In function 'ogg_gptopts': /home/fate/src/libavformat/oggdec.h:166: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 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/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/r3d.o /home/fate/src/libavformat/r3d.c: In function 'read_atom': /home/fate/src/libavformat/r3d.c:47:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "atom %u %.4s offset %#"PRIx64"\n", ^ /home/fate/src/libavformat/r3d.c:47:5: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/r3d.c: In function 'r3d_read_rdvo': /home/fate/src/libavformat/r3d.c:144:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "duration %"PRId64"\n", st->duration); ^ /home/fate/src/libavformat/r3d.c: In function 'r3d_read_header': /home/fate/src/libavformat/r3d.c:189:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "data offset %#"PRIx64"\n", s->data_offset); ^ /home/fate/src/libavformat/r3d.c:189:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/r3d.c: In function 'r3d_read_redv': /home/fate/src/libavformat/r3d.c:269:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "pkt dts %"PRId64" duration %d\n", pkt->dts, pkt->duration); ^ /home/fate/src/libavformat/r3d.c: In function 'r3d_read_reda': /home/fate/src/libavformat/r3d.c:319:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "pkt dts %"PRId64" duration %d samples %d sample rate %d\n", ^ /home/fate/src/libavformat/r3d.c: In function 'r3d_seek': /home/fate/src/libavformat/r3d.c:376:5: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_dlog(s, "seek frame num %d timestamp %"PRId64"\n", ^ CC libavformat/rawdec.o CC libavformat/rawenc.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 /home/fate/src/libavformat/rmdec.c: In function 'rm_read_index': /home/fate/src/libavformat/rmdec.c:452:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] str_id, avio_tell(pb)); ^ /home/fate/src/libavformat/rmdec.c:459:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] (avio_size(pb) - avio_tell(pb)) / 14); ^ /home/fate/src/libavformat/rmdec.c:459:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/rmdec.c:459:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/rmdec.c: In function 'rm_read_dts': /home/fate/src/libavformat/rmdec.c:1060:13: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] av_dlog(s, "%d %d-%d %"PRId64" %d\n", ^ 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 /home/fate/src/libavformat/rsoenc.c: In function 'rso_write_trailer': /home/fate/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/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o /home/fate/src/libavformat/rtmpproto.c: In function 'gen_seek': /home/fate/src/libavformat/rtmpproto.c:735:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] timestamp); ^ /home/fate/src/libavformat/rtmpproto.c: In function 'rtmp_seek': /home/fate/src/libavformat/rtmpproto.c:2736:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] stream_index, timestamp, flags); ^ /home/fate/src/libavformat/rtmpproto.c:2741: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_amr.o CC libavformat/rtpdec_asf.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_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_svq3.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o /home/fate/src/libavformat/rtpenc.c: In function 'rtcp_send_sr': /home/fate/src/libavformat/rtpenc.c:276:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s1, "RTCP: %02x %"PRIx64" %x\n", s->payload_type, ntp_time, s->timestamp); ^ /home/fate/src/libavformat/rtpenc.c:276: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.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/seek.o CC libavformat/segafilm.o CC libavformat/segment.o /home/fate/src/libavformat/segment.c: In function 'segment_list_open': /home/fate/src/libavformat/segment.c:266:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] avio_printf(seg->list_pb, "#EXT-X-TARGETDURATION:%"PRId64"\n", (int64_t)ceil(max_duration)); ^ CC libavformat/sierravmd.o /home/fate/src/libavformat/sierravmd.c: In function 'vmd_read_packet': /home/fate/src/libavformat/sierravmd.c:299:13: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->pts); ^ CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o /home/fate/src/libavformat/smoothstreamingenc.c: In function 'output_chunk_list': /home/fate/src/libavformat/smoothstreamingenc.c:207:13: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", frag->start_time, frag->duration); ^ /home/fate/src/libavformat/smoothstreamingenc.c:207:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/smoothstreamingenc.c:209:13: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] avio_printf(out, "\n", frag->n, frag->duration); ^ /home/fate/src/libavformat/smoothstreamingenc.c: In function 'write_manifest': /home/fate/src/libavformat/smoothstreamingenc.c:251:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(out, "pb)); ^ CC libavformat/tee.o /home/fate/src/libavformat/tee.c: In function 'filter_packet': /home/fate/src/libavformat/tee.c:400:9: warning: 'destruct' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1183) [-Wdeprecated-declarations] if (ret == 0 && new_pkt.data != pkt->data && new_pkt.destruct) { ^ CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o /home/fate/src/libavformat/uncodedframecrcenc.c: In function 'write_frame': /home/fate/src/libavformat/uncodedframecrcenc.c:135:16: warning: unknown conversion type character 'I' in format [-Wformat=] stream_index, (*frame)->pts); ^ /home/fate/src/libavformat/uncodedframecrcenc.c:135:16: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o /home/fate/src/libavformat/utils.c: In function 'av_stream_get_end_pts': /home/fate/src/libavformat/utils.c:118:5: warning: 'pts' is deprecated (declared at /home/fate/src/libavformat/avformat.h:821) [-Wdeprecated-declarations] return st->pts.val; ^ /home/fate/src/libavformat/utils.c: In function 'ffio_limit': /home/fate/src/libavformat/utils.c:177:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(NULL, remaining ? AV_LOG_ERROR : AV_LOG_DEBUG, "Truncating packet of size %d to %"PRId64"\n", size, remaining+1); ^ /home/fate/src/libavformat/utils.c: In function 'compute_pkt_fields': /home/fate/src/libavformat/utils.c:978:24: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] st->last_dts_for_order_check); ^ /home/fate/src/libavformat/utils.c:978:24: warning: format '%i' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1025:9: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_DEBUG, "invalid dts/pts combination %"PRIi64"\n", pkt->dts); ^ /home/fate/src/libavformat/utils.c: In function 'av_read_frame': /home/fate/src/libavformat/utils.c:1443:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int64_t last_dts = next_pkt->dts; ^ /home/fate/src/libavformat/utils.c: In function 'ff_seek_frame_binary': /home/fate/src/libavformat/utils.c:1769:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "using cached pos_min=0x%"PRIx64" dts_min=%s\n", ^ /home/fate/src/libavformat/utils.c:1769:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1784:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64 ^ /home/fate/src/libavformat/utils.c:1784:13: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1784:13: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/utils.c:1784:13: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c: In function 'ff_gen_search': /home/fate/src/libavformat/utils.c:1886:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(s, ^ /home/fate/src/libavformat/utils.c:1886:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1886:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/utils.c:1886:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1917:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^ /home/fate/src/libavformat/utils.c:1917:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1917:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1917:9: warning: format '%d' expects argument of type 'int', but argument 11 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:1917:9: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c: In function 'avformat_find_stream_info': /home/fate/src/libavformat/utils.c:2982:9: warning: 'max_analyze_duration' is deprecated (declared at /home/fate/src/libavformat/avformat.h:1325) [-Wdeprecated-declarations] max_analyze_duration = ic->max_analyze_duration; ^ /home/fate/src/libavformat/utils.c:2998:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count); ^ /home/fate/src/libavformat/utils.c:2998:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:3117:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "Probe buffer size limit of %"PRId64" bytes reached\n", probesize); ^ /home/fate/src/libavformat/utils.c:3166:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->dts); ^ /home/fate/src/libavformat/utils.c:3166:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:3183:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] pkt->dts); ^ /home/fate/src/libavformat/utils.c:3183:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:3213:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] t); ^ /home/fate/src/libavformat/utils.c:3213:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c:3390:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count); ^ /home/fate/src/libavformat/utils.c:3390:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/utils.c: In function 'avpriv_new_chapter': /home/fate/src/libavformat/utils.c:3706:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "Chapter end time %"PRId64" before start %"PRId64"\n", end, start); ^ /home/fate/src/libavformat/utils.c:3706:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o /home/fate/src/libavformat/wavdec.c: In function 'wav_read_header': /home/fate/src/libavformat/wavdec.c:282:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] data_size, sample_count); ^ /home/fate/src/libavformat/wavdec.c:282:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavformat/wavdec.c:407:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); ^ CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webmdashenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o /home/fate/src/libavformat/webvttenc.c: In function 'webvtt_write_time': /home/fate/src/libavformat/webvttenc.c:41:9: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] avio_printf(pb, "%"PRId64":", hour); ^ /home/fate/src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^ /home/fate/src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/webvttenc.c:43:5: warning: unknown conversion type character 'I' in format [-Wformat=] /home/fate/src/libavformat/webvttenc.c:43:5: warning: too many arguments for format [-Wformat-extra-args] CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o /home/fate/src/libavformat/wtvdec.c: In function 'wtvfile_open_sector': /home/fate/src/libavformat/wtvdec.c:218:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^ /home/fate/src/libavformat/wtvdec.c:218:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] /home/fate/src/libavformat/wtvdec.c:218:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavformat/wtvdec.c:218:9: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long long int' [-Wformat=] CC libavformat/wtvenc.o /home/fate/src/libavformat/wtvenc.c: In function 'finish_file': /home/fate/src/libavformat/wtvenc.c:753:9: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (%"PRIi64" bytes)\n", w->length); ^ CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xwma.o /home/fate/src/libavformat/xwma.c: In function 'xwma_read_header': /home/fate/src/libavformat/xwma.c:164:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "dpds chunk size %"PRId64" not divisible by 4\n", size); ^ /home/fate/src/libavformat/xwma.c:169:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] "dpds chunk size %"PRId64" invalid\n", size); ^ CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o AR libavformat/libavformat.a CC libavcodec/012v.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aacadtsdec.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacenc.o CC libavcodec/aacps.o CC libavcodec/aacpsdsp.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o In file included from /home/fate/src/libavcodec/ac3enc_fixed.c:46:0: /home/fate/src/libavcodec/ac3enc_template.c: In function 'apply_channel_coupling': /home/fate/src/libavcodec/ac3enc_template.c:267:34: warning: array subscript is above array bounds [-Warray-bounds] if (s->blocks[blk1].cpl_in_use) { ^ /home/fate/src/libavcodec/ac3enc_template.c:268:45: warning: array subscript is above array bounds [-Warray-bounds] energy_cpl += energy[blk1][CPL_CH][bnd]; ^ CC libavcodec/ac3enc_float.o In file included from /home/fate/src/libavcodec/ac3enc_float.c:46:0: /home/fate/src/libavcodec/ac3enc_template.c: In function 'apply_channel_coupling': /home/fate/src/libavcodec/ac3enc_template.c:267:34: warning: array subscript is above array bounds [-Warray-bounds] if (s->blocks[blk1].cpl_in_use) { ^ /home/fate/src/libavcodec/ac3enc_template.c:268:45: warning: array subscript is above array bounds [-Warray-bounds] energy_cpl += energy[blk1][CPL_CH][bnd]; ^ CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o /home/fate/src/libavcodec/alac.c:646:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/alac_data.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/audio_frame_queue.o CC libavcodec/audioconvert.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o CC libavcodec/avs.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/dca.o CC libavcodec/dca_parser.o CC libavcodec/dcadec.o /home/fate/src/libavcodec/dcadec.c: In function 'dca_decode_frame': /home/fate/src/libavcodec/dcadec.c:2364:9: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] || (s->core_ext_mask & DCA_EXT_XXCH && avctx->request_channels > 0 ^ /home/fate/src/libavcodec/dcadec.c:2365:13: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] && avctx->request_channels ^ /home/fate/src/libavcodec/dcadec.c:2444:9: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] if (avctx->request_channels > 0 ^ /home/fate/src/libavcodec/dcadec.c:2445:13: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] && avctx->request_channels < s->prim_channels) { ^ /home/fate/src/libavcodec/dcadec.c:2448:47: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] <= avctx->request_channels; i++) { ^ CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/diracdec.o /home/fate/src/libavcodec/diracdec.c: In function 'dirac_decode_picture_header': /home/fate/src/libavcodec/diracdec.c:1778:5: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] if (s->current_picture->avframe->reference) { ^ /home/fate/src/libavcodec/diracdec.c:1784:17: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] retire_pic->avframe->reference &= DELAYED_PIC_REF; ^ /home/fate/src/libavcodec/diracdec.c:1792:13: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] remove_frame(s->ref_frames, s->ref_frames[0]->avframe->display_picture_number)->avframe->reference &= DELAYED_PIC_REF; ^ /home/fate/src/libavcodec/diracdec.c: In function 'get_delayed_pic': /home/fate/src/libavcodec/diracdec.c:1826:9: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] out->avframe->reference ^= DELAYED_PIC_REF; ^ /home/fate/src/libavcodec/diracdec.c: In function 'dirac_decode_data_unit': /home/fate/src/libavcodec/diracdec.c:1908:9: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] pic->avframe->reference = (parse_code & 0x0C) == 0x0C; /* [DIRAC_STD] is_reference() */ ^ /home/fate/src/libavcodec/diracdec.c: In function 'dirac_decode_frame': /home/fate/src/libavcodec/diracdec.c:1944:9: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] if (s->all_frames[i].avframe->data[0] && !s->all_frames[i].avframe->reference) { ^ /home/fate/src/libavcodec/diracdec.c:1993:9: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] s->current_picture->avframe->reference |= DELAYED_PIC_REF; ^ /home/fate/src/libavcodec/diracdec.c:2009:13: warning: 'reference' is deprecated (declared at /home/fate/src/libavutil/frame.h:261) [-Wdeprecated-declarations] delayed_frame->avframe->reference ^= DELAYED_PIC_REF; ^ /home/fate/src/libavcodec/diracdec.c:1823:45: warning: array subscript is above array bounds [-Warray-bounds] s->delay_frames[i] = s->delay_frames[i+1]; ^ CC libavcodec/diracdsp.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dsputil_compat.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o /home/fate/src/libavcodec/dvbsub_parser.c: In function 'dvbsub_parse': /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^ /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] /home/fate/src/libavcodec/dvbsub_parser.c:54:5: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=] CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o /home/fate/src/libavcodec/dvenc.c: In function 'dvvideo_encode_frame': /home/fate/src/libavcodec/dvenc.c:728:31: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] s->frame = frame; ^ /home/fate/src/libavcodec/dvenc.c: In function 'dv_encode_video_segment': /home/fate/src/libavcodec/dvenc.c:381:81: warning: array subscript is above array bounds [-Warray-bounds] for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) ^ CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/exr.o /home/fate/src/libavcodec/exr.c:1396:12: warning: 'decode_init_thread_copy' defined but not used [-Wunused-function] static int decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o /home/fate/src/libavcodec/ffv1dec.c: In function 'decode_frame': /home/fate/src/libavcodec/ffv1dec.c:955:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(f->avctx, AV_LOG_ERROR, "at %"PRId64"\n", ts); ^ /home/fate/src/libavcodec/ffv1dec.c: At top level: /home/fate/src/libavcodec/ffv1dec.c:1023:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ /home/fate/src/libavcodec/ffv1dec.c:1077:12: warning: 'update_thread_context' defined but not used [-Wunused-function] static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) ^ CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/flac.o CC libavcodec/flac_parser.o /home/fate/src/libavcodec/flac_parser.c: In function 'check_header_mismatch': /home/fate/src/libavcodec/flac_parser.c:394:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] child->offset, child_fi->frame_or_sample_num); ^ /home/fate/src/libavcodec/flac_parser.c:394:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] CC libavcodec/flacdata.o CC libavcodec/flacdec.o /home/fate/src/libavcodec/flacdec.c: In function 'flac_decode_frame': /home/fate/src/libavcodec/flacdec.c:554:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "CRC error at PTS %"PRId64"\n", avpkt->pts); ^ /home/fate/src/libavcodec/flacdec.c: At top level: /home/fate/src/libavcodec/flacdec.c:581:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g726.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h264.o /home/fate/src/libavcodec/h264.c:721:12: warning: 'decode_init_thread_copy' defined but not used [-Wunused-function] static int decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o /home/fate/src/libavcodec/h264_sei.c: In function 'decode_user_data_itu_t_t35': /home/fate/src/libavcodec/h264_sei.c:135:17: warning: 'dtg_active_format' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1720) [-Wdeprecated-declarations] h->avctx->dtg_active_format = dtg_active_format; ^ CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/hevc.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o /home/fate/src/libavcodec/hevc_ps.c: In function 'ff_hevc_decode_nal_sps': /home/fate/src/libavcodec/hevc_ps.c:904:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[start].max_dec_pic_buffering; ^ /home/fate/src/libavcodec/hevc_ps.c:905:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].num_reorder_pics = sps->temporal_layer[start].num_reorder_pics; ^ /home/fate/src/libavcodec/hevc_ps.c:906:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_latency_increase = sps->temporal_layer[start].max_latency_increase; ^ CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o /home/fate/src/libavcodec/huffyuvdec.c:553:20: warning: 'decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi_common.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/mace.o CC libavcodec/mathtables.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o /home/fate/src/libavcodec/mdec.c:237:20: warning: 'decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/me_cmp.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o /home/fate/src/libavcodec/mimic.c:170:12: warning: 'mimic_decode_update_thread_context' defined but not used [-Wunused-function] static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) ^ /home/fate/src/libavcodec/mimic.c:459:20: warning: 'mimic_init_thread_copy' defined but not used [-Wunused-function] static av_cold int mimic_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/mjpeg.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o /home/fate/src/libavcodec/mlpdec.c: In function 'read_restart_header': /home/fate/src/libavcodec/mlpdec.c:547:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] s->max_channel + 1, s->ch_layout, substr); ^ /home/fate/src/libavcodec/mlpdec.c:547:16: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] CC libavcodec/mlpdsp.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o /home/fate/src/libavcodec/mpeg12dec.c: In function 'setup_hwaccel_for_pixfmt': /home/fate/src/libavcodec/mpeg12dec.c:1261:9: warning: 'xvmc_acceleration' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1771) [-Wdeprecated-declarations] avctx->xvmc_acceleration = 2; ^ /home/fate/src/libavcodec/mpeg12dec.c: At top level: /home/fate/src/libavcodec/mpeg12dec.c:1149:12: warning: 'mpeg_decode_update_thread_context' defined but not used [-Wunused-function] static int mpeg_decode_update_thread_context(AVCodecContext *avctx, ^ CC libavcodec/mpeg12enc.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o /home/fate/src/libavcodec/mpeg4videodec.c: In function 'decode_vop_header': /home/fate/src/libavcodec/mpeg4videodec.c:2378:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts); ^ /home/fate/src/libavcodec/mpeg4videodec.c:2512:19: warning: format '%d' expects argument of type 'int', but argument 24 has type 'int64_t' [-Wformat=] ); ^ /home/fate/src/libavcodec/mpeg4videodec.c: At top level: /home/fate/src/libavcodec/mpeg4videodec.c:2740:12: warning: 'mpeg4_update_thread_context' defined but not used [-Wunused-function] static int mpeg4_update_thread_context(AVCodecContext *dst, ^ CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_enc.o /home/fate/src/libavcodec/mpegvideo_enc.c: In function 'load_input_picture': /home/fate/src/libavcodec/mpegvideo_enc.c:1072:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts, last); ^ /home/fate/src/libavcodec/mpegvideo_enc.c:1072:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/libavcodec/mpegvideo_enc.c:1086:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] pts); ^ /home/fate/src/libavcodec/mpegvideo_enc.c: In function 'encode_picture': /home/fate/src/libavcodec/mpegvideo_enc.c:3521:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_dlog(s, "Scene change detected, encoding as I Frame %"PRId64" %"PRId64"\n", ^ /home/fate/src/libavcodec/mpegvideo_enc.c:3521:9: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o In file included from /home/fate/src/libavcodec/options.c:35:0: /home/fate/src/libavcodec/options_table.h:297:1: warning: 'dtg_active_format' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1720) [-Wdeprecated-declarations] {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ /home/fate/src/libavcodec/options_table.h:313:1: warning: 'xvmc_acceleration' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1771) [-Wdeprecated-declarations] {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ /home/fate/src/libavcodec/options_table.h:327:1: warning: 'error_rate' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2959) [-Wdeprecated-declarations] {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ /home/fate/src/libavcodec/options_table.h:382:1: warning: 'scenechange_factor' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:1920) [-Wdeprecated-declarations] {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E}, ^ /home/fate/src/libavcodec/options_table.h:391:1: warning: 'request_channels' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2042) [-Wdeprecated-declarations] {"request_channels", "set desired number of audio channels", OFFSET(request_channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, A|D}, ^ /home/fate/src/libavcodec/options.c: In function 'avcodec_get_context_defaults3': /home/fate/src/libavcodec/options.c:106:5: warning: 'av_opt_set_defaults2' is deprecated (declared at /home/fate/src/libavutil/opt.h:461) [-Wdeprecated-declarations] av_opt_set_defaults2(s, flags, flags); ^ CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_imdct.o CC libavcodec/opus_parser.o CC libavcodec/opus_silk.o CC libavcodec/opusdec.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o /home/fate/src/libavcodec/pngdec.c:907:12: warning: 'update_thread_context' defined but not used [-Wunused-function] static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) ^ CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psymodel.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o /home/fate/src/libavcodec/ratecontrol.c: In function 'ff_rate_estimate_qscale': /home/fate/src/libavcodec/ratecontrol.c:822:9: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' [-Wformat=] av_dlog(s, "%f %f %f last:%d var:%"PRId64" type:%d//\n", q, rce->new_qscale, ^ /home/fate/src/libavcodec/ratecontrol.c:889:16: warning: format '%d' expects argument of type 'int', but argument 14 has type 'int64_t' [-Wformat=] s->bit_rate / 1000, (int)fps); ^ /home/fate/src/libavcodec/ratecontrol.c:889:16: warning: format '%d' expects argument of type 'int', but argument 15 has type 'int64_t' [-Wformat=] CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/resample.o /home/fate/src/libavcodec/resample.c: In function 'av_audio_resample_init': /home/fate/src/libavcodec/resample.c:251:9: warning: 'av_audio_convert_alloc' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:55) [-Wdeprecated-declarations] if (!(s->convert_ctx[0] = av_audio_convert_alloc(AV_SAMPLE_FMT_S16, 1, ^ /home/fate/src/libavcodec/resample.c:262:9: warning: 'av_audio_convert_alloc' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:55) [-Wdeprecated-declarations] if (!(s->convert_ctx[1] = av_audio_convert_alloc(s->sample_fmt[1], 1, ^ /home/fate/src/libavcodec/resample.c:267:13: warning: 'av_audio_convert_free' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[0]); ^ /home/fate/src/libavcodec/resample.c:273:5: warning: 'av_resample_init' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:4595) [-Wdeprecated-declarations] s->resample_context = av_resample_init(output_rate, input_rate, ^ /home/fate/src/libavcodec/resample.c: In function 'audio_resample': /home/fate/src/libavcodec/resample.c:312:9: warning: 'av_audio_convert' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:78) [-Wdeprecated-declarations] if (av_audio_convert(s->convert_ctx[0], obuf, ostride, ^ /home/fate/src/libavcodec/resample.c:385:9: warning: 'av_resample' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:4607) [-Wdeprecated-declarations] nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i], ^ /home/fate/src/libavcodec/resample.c:407:9: warning: 'av_audio_convert' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:78) [-Wdeprecated-declarations] if (av_audio_convert(s->convert_ctx[1], obuf, ostride, ^ /home/fate/src/libavcodec/resample.c: In function 'audio_resample_close': /home/fate/src/libavcodec/resample.c:427:5: warning: 'av_resample_close' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:4625) [-Wdeprecated-declarations] av_resample_close(s->resample_context); ^ /home/fate/src/libavcodec/resample.c:432:5: warning: 'av_audio_convert_free' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[0]); ^ /home/fate/src/libavcodec/resample.c:433:5: warning: 'av_audio_convert_free' is deprecated (declared at /home/fate/src/libavcodec/audioconvert.h:65) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[1]); ^ CC libavcodec/resample2.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/s3tc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o /home/fate/src/libavcodec/snowenc.c: In function 'encode_frame': /home/fate/src/libavcodec/snowenc.c:1551:20: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] AVFrame *pic = pict; ^ CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o /home/fate/src/libavcodec/takdec.c:910:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ /home/fate/src/libavcodec/takdec.c:917:12: warning: 'update_thread_context' defined but not used [-Wunused-function] static int update_thread_context(AVCodecContext *dst, ^ CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o /home/fate/src/libavcodec/tta.c:390:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o /home/fate/src/libavcodec/utils.c: In function 'ff_alloc_packet2': /home/fate/src/libavcodec/utils.c:1676:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] size, INT_MAX - FF_INPUT_BUFFER_PADDING_SIZE); ^ /home/fate/src/libavcodec/utils.c:1703:13: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "User packet is too small (%d < %"PRId64")\n", avpkt->size, size); ^ /home/fate/src/libavcodec/utils.c:1719:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Failed to allocate packet of size %"PRId64"\n", size); ^ /home/fate/src/libavcodec/utils.c: In function 'avcodec_decode_audio3': /home/fate/src/libavcodec/utils.c:2366:5: warning: 'get_buffer' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2138) [-Wdeprecated-declarations] if (avctx->get_buffer != avcodec_default_get_buffer) { ^ /home/fate/src/libavcodec/utils.c:2366:5: warning: 'avcodec_default_get_buffer' is deprecated (declared at /home/fate/src/libavcodec/utils.c:853) [-Wdeprecated-declarations] /home/fate/src/libavcodec/utils.c:2371:9: warning: 'get_buffer' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2138) [-Wdeprecated-declarations] avctx->get_buffer = avcodec_default_get_buffer; ^ /home/fate/src/libavcodec/utils.c:2371:9: warning: 'avcodec_default_get_buffer' is deprecated (declared at /home/fate/src/libavcodec/utils.c:853) [-Wdeprecated-declarations] /home/fate/src/libavcodec/utils.c:2372:9: warning: 'release_buffer' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:2152) [-Wdeprecated-declarations] avctx->release_buffer = avcodec_default_release_buffer; ^ /home/fate/src/libavcodec/utils.c:2372:9: warning: 'avcodec_default_release_buffer' is deprecated (declared at /home/fate/src/libavcodec/utils.c:1101) [-Wdeprecated-declarations] CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_parser.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o /home/fate/src/libavcodec/vp3.c:1937:12: warning: 'vp3_update_thread_context' defined but not used [-Wunused-function] static int vp3_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) ^ /home/fate/src/libavcodec/vp3.c:2222:12: warning: 'vp3_init_thread_copy' defined but not used [-Wunused-function] static int vp3_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o /home/fate/src/libavcodec/vp8.c: In function 'decode_mb_row_no_filter': /home/fate/src/libavcodec/vp8.c:2277:30: warning: variable 'next_td' set but not used [-Wunused-but-set-variable] VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; ^ /home/fate/src/libavcodec/vp8.c: In function 'filter_mb_row': /home/fate/src/libavcodec/vp8.c:2446:71: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] (mb_x + 1) + (s->mb_width + 3), mb_y - 1); ^ /home/fate/src/libavcodec/vp8.c:2449:66: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] check_thread_pos(td, next_td, mb_x + 1, mb_y + 1); ^ /home/fate/src/libavcodec/vp8.c: In function 'vp78_decode_mb_row_sliced': /home/fate/src/libavcodec/vp8.c:2490:37: warning: unused variable 'prev_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ /home/fate/src/libavcodec/vp8.c:2490:20: warning: unused variable 'next_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ /home/fate/src/libavcodec/vp8.c: At top level: /home/fate/src/libavcodec/vp8.c:2773:20: warning: 'vp8_decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int vp8_decode_init_thread_copy(AVCodecContext *avctx) ^ /home/fate/src/libavcodec/vp8.c:2790:12: warning: 'vp8_decode_update_thread_context' defined but not used [-Wunused-function] static int vp8_decode_update_thread_context(AVCodecContext *dst, ^ CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o /home/fate/src/libavcodec/vp9.c:4032:20: warning: 'vp9_decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int vp9_decode_init_thread_copy(AVCodecContext *avctx) ^ /home/fate/src/libavcodec/vp9.c:4037:12: warning: 'vp9_decode_update_thread_context' defined but not used [-Wunused-function] static int vp9_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) ^ CC libavcodec/vp9_parser.o CC libavcodec/vp9dsp.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o /home/fate/src/libavcodec/wavpack.c:600:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/ws-snd1.o YASM libavcodec/x86/ac3dsp.o STRIP libavcodec/x86/ac3dsp.o CC libavcodec/x86/ac3dsp_init.o YASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/audiodsp.o CC libavcodec/x86/audiodsp_init.o YASM libavcodec/x86/blockdsp.o STRIP libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o YASM libavcodec/x86/bswapdsp.o STRIP libavcodec/x86/bswapdsp.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o CC libavcodec/x86/constants.o YASM libavcodec/x86/dcadsp.o STRIP libavcodec/x86/dcadsp.o CC libavcodec/x86/dcadsp_init.o YASM libavcodec/x86/dct32.o STRIP libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o YASM libavcodec/x86/deinterlace.o STRIP libavcodec/x86/deinterlace.o CC libavcodec/x86/dirac_dwt.o CC libavcodec/x86/diracdsp_mmx.o YASM libavcodec/x86/diracdsp_yasm.o STRIP libavcodec/x86/diracdsp_yasm.o YASM libavcodec/x86/dnxhdenc.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o YASM libavcodec/x86/dwt_yasm.o STRIP libavcodec/x86/dwt_yasm.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o YASM libavcodec/x86/fft.o /home/fate/src/libavcodec/x86/fft.asm:54: warning: section flags ignored on section redeclaration STRIP libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o YASM libavcodec/x86/flac_dsp_gpl.o STRIP libavcodec/x86/flac_dsp_gpl.o YASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/flacdsp.o CC libavcodec/x86/flacdsp_init.o YASM libavcodec/x86/fmtconvert.o STRIP libavcodec/x86/fmtconvert.o CC libavcodec/x86/fmtconvert_init.o YASM libavcodec/x86/fpel.o STRIP libavcodec/x86/fpel.o YASM libavcodec/x86/h263_loopfilter.o STRIP libavcodec/x86/h263_loopfilter.o CC libavcodec/x86/h263dsp_init.o YASM libavcodec/x86/h264_chromamc.o STRIP libavcodec/x86/h264_chromamc.o YASM libavcodec/x86/h264_chromamc_10bit.o STRIP libavcodec/x86/h264_chromamc_10bit.o YASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/h264_deblock.o YASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_deblock_10bit.o YASM libavcodec/x86/h264_idct.o STRIP libavcodec/x86/h264_idct.o YASM libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/h264_idct_10bit.o YASM libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_intrapred.o YASM libavcodec/x86/h264_intrapred_10bit.o STRIP libavcodec/x86/h264_intrapred_10bit.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o YASM libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_qpel_10bit.o YASM libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/h264_qpel_8bit.o YASM libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_weight.o YASM libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o YASM libavcodec/x86/hevc_deblock.o STRIP libavcodec/x86/hevc_deblock.o YASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/hevc_idct.o YASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_mc.o YASM libavcodec/x86/hevc_res_add.o STRIP libavcodec/x86/hevc_res_add.o CC libavcodec/x86/hevcdsp_init.o YASM libavcodec/x86/hpeldsp.o STRIP libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_init.o YASM libavcodec/x86/huffyuvdsp.o STRIP libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/huffyuvdsp_init.o CC libavcodec/x86/huffyuvencdsp_mmx.o YASM libavcodec/x86/idctdsp.o STRIP libavcodec/x86/idctdsp.o CC libavcodec/x86/idctdsp_init.o CC libavcodec/x86/idctdsp_mmx.o YASM libavcodec/x86/imdct36.o STRIP libavcodec/x86/imdct36.o YASM libavcodec/x86/lossless_audiodsp.o STRIP libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o YASM libavcodec/x86/lossless_videodsp.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lossless_videodsp_init.o CC libavcodec/x86/lpc.o YASM libavcodec/x86/me_cmp.o STRIP libavcodec/x86/me_cmp.o CC libavcodec/x86/me_cmp_init.o CC libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o YASM libavcodec/x86/mpegvideoencdsp.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o YASM libavcodec/x86/pixblockdsp.o STRIP libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pixblockdsp_init.o YASM libavcodec/x86/pngdsp.o STRIP libavcodec/x86/pngdsp.o CC libavcodec/x86/pngdsp_init.o YASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/proresdsp.o CC libavcodec/x86/proresdsp_init.o YASM libavcodec/x86/qpel.o STRIP libavcodec/x86/qpel.o YASM libavcodec/x86/qpeldsp.o STRIP libavcodec/x86/qpeldsp.o CC libavcodec/x86/qpeldsp_init.o YASM libavcodec/x86/rv34dsp.o STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/rv34dsp_init.o YASM libavcodec/x86/rv40dsp.o STRIP libavcodec/x86/rv40dsp.o CC libavcodec/x86/rv40dsp_init.o YASM libavcodec/x86/sbrdsp.o STRIP libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o CC libavcodec/x86/simple_idct.o CC libavcodec/x86/snowdsp.o YASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/svq1enc.o CC libavcodec/x86/svq1enc_init.o YASM libavcodec/x86/ttadsp.o STRIP libavcodec/x86/ttadsp.o CC libavcodec/x86/ttadsp_init.o CC libavcodec/x86/v210-init.o YASM libavcodec/x86/v210.o STRIP libavcodec/x86/v210.o YASM libavcodec/x86/vc1dsp.o STRIP libavcodec/x86/vc1dsp.o CC libavcodec/x86/vc1dsp_init.o CC libavcodec/x86/vc1dsp_mmx.o YASM libavcodec/x86/videodsp.o STRIP libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o /home/fate/src/libavcodec/x86/videodsp_init.c: In function 'emulated_edge_mc_mmx': /home/fate/src/libavcodec/x86/videodsp_init.c:215:22: warning: passing argument 11 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_mmx, &ff_emu_edge_hvar_mmx); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ /home/fate/src/libavcodec/x86/videodsp_init.c:215:22: warning: passing argument 13 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_mmx, &ff_emu_edge_hvar_mmx); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ /home/fate/src/libavcodec/x86/videodsp_init.c: In function 'emulated_edge_mc_sse': /home/fate/src/libavcodec/x86/videodsp_init.c:226:22: warning: passing argument 11 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_mmx, &ff_emu_edge_hvar_mmx); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ /home/fate/src/libavcodec/x86/videodsp_init.c:226:22: warning: passing argument 13 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_mmx, &ff_emu_edge_hvar_mmx); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ /home/fate/src/libavcodec/x86/videodsp_init.c: In function 'emulated_edge_mc_sse2': /home/fate/src/libavcodec/x86/videodsp_init.c:239:22: warning: passing argument 11 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_sse2, &ff_emu_edge_hvar_sse2); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, const uint8_t *, x86_reg, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ /home/fate/src/libavcodec/x86/videodsp_init.c:239:22: warning: passing argument 13 of 'emulated_edge_mc' discards 'const' qualifier from pointer target type [enabled by default] hfixtbl_sse2, &ff_emu_edge_hvar_sse2); ^ /home/fate/src/libavcodec/x86/videodsp_init.c:132:30: note: expected 'void (**)(uint8_t *, x86_reg, x86_reg, x86_reg)' but argument is of type 'void (* const*)(uint8_t *, x86_reg, x86_reg, x86_reg)' static av_always_inline void emulated_edge_mc(uint8_t *dst, const uint8_t *src, ^ YASM libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vorbisdsp_init.o YASM libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp3dsp_init.o YASM libavcodec/x86/vp6dsp.o STRIP libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp6dsp_init.o YASM libavcodec/x86/vp8dsp.o STRIP libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp8dsp_init.o YASM libavcodec/x86/vp8dsp_loopfilter.o STRIP libavcodec/x86/vp8dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init.o YASM libavcodec/x86/vp9intrapred.o STRIP libavcodec/x86/vp9intrapred.o YASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp9itxfm.o YASM libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9lpf.o YASM libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9mc.o CC libavcodec/x86/xvididct_init.o CC libavcodec/x86/xvididct_mmx.o CC libavcodec/x86/xvididct_sse2.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o AR libavcodec/libavcodec.a CC libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o CC libavresample/resample.o CC libavresample/utils.o /home/fate/src/libavresample/utils.c: In function 'avresample_open': /home/fate/src/libavresample/utils.c:49:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] avr->in_channel_layout); ^ /home/fate/src/libavresample/utils.c:55:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] avr->out_channel_layout); ^ YASM libavresample/x86/audio_convert.o STRIP libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o YASM libavresample/x86/audio_mix.o STRIP libavresample/x86/audio_mix.o CC libavresample/x86/audio_mix_init.o YASM libavresample/x86/dither.o STRIP libavresample/x86/dither.o CC libavresample/x86/dither_init.o AR libavresample/libavresample.a CC libpostproc/postprocess.o AR libpostproc/libpostproc.a CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o /home/fate/src/libswresample/swresample.c: In function 'swr_init': /home/fate/src/libswresample/swresample.c:179:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout); ^ /home/fate/src/libswresample/swresample.c:179:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libswresample/swresample.c:184:9: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Output channel layout 0x%"PRIx64" is invalid or unsupported.\n", s->out_ch_layout); ^ /home/fate/src/libswresample/swresample.c:184:9: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] CC libswresample/swresample_frame.o YASM libswresample/x86/audio_convert.o STRIP libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o YASM libswresample/x86/rematrix.o STRIP libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o YASM libswresample/x86/resample.o STRIP libswresample/x86/resample.o CC libswresample/x86/resample_init.o AR libswresample/libswresample.a CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:864:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^ /home/fate/src/libswscale/input.c:867:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(9) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:865:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^ /home/fate/src/libswscale/input.c:867:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(9) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb10le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:864:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^ /home/fate/src/libswscale/input.c:868:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(10) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb10be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:865:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^ /home/fate/src/libswscale/input.c:868:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(10) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb12le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:864:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^ /home/fate/src/libswscale/input.c:869:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(12) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb12be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:865:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^ /home/fate/src/libswscale/input.c:869:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(12) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:864:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^ /home/fate/src/libswscale/input.c:870:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(14) ^ /home/fate/src/libswscale/input.c:852:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ /home/fate/src/libswscale/input.c:865:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^ /home/fate/src/libswscale/input.c:870:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(14) ^ CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/x86/hscale_fast_bilinear_simd.o YASM libswscale/x86/input.o STRIP libswscale/x86/input.o YASM libswscale/x86/output.o STRIP libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o YASM libswscale/x86/scale.o STRIP libswscale/x86/scale.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o AR libswscale/libswscale.a CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/atomic.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o In file included from /home/fate/src/libavutil/buffer_internal.h:25:0, from /home/fate/src/libavutil/buffer.c:23: /home/fate/src/libavutil/buffer.c: In function 'av_buffer_pool_init': /home/fate/src/libavutil/thread.h:48:36: warning: statement with no effect [-Wunused-value] #define ff_mutex_init(mutex, attr) (0) ^ /home/fate/src/libavutil/buffer.c:216:5: note: in expansion of macro 'ff_mutex_init' ff_mutex_init(&pool->mutex, NULL); ^ /home/fate/src/libavutil/buffer.c: In function 'buffer_pool_free': /home/fate/src/libavutil/thread.h:51:33: warning: statement with no effect [-Wunused-value] #define ff_mutex_destroy(mutex) (0) ^ /home/fate/src/libavutil/buffer.c:239:5: note: in expansion of macro 'ff_mutex_destroy' ff_mutex_destroy(&pool->mutex); ^ CC libavutil/channel_layout.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o /home/fate/src/libavutil/eval.c: In function 'eval_expr': /home/fate/src/libavutil/eval.c:247:21: warning: 'av_reverse' is deprecated (declared at /home/fate/src/libavutil/common.h:94) [-Wdeprecated-declarations] p->var[0] = av_reverse[i&255]*x_max/255; ^ CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o /home/fate/src/libavutil/frame.c: In function 'av_frame_set_qp_table': /home/fate/src/libavutil/frame.c:55:5: warning: 'qscale_table' is deprecated (declared at /home/fate/src/libavutil/frame.h:267) [-Wdeprecated-declarations] f->qscale_table = buf->data; ^ /home/fate/src/libavutil/frame.c:56:5: warning: 'qstride' is deprecated (declared at /home/fate/src/libavutil/frame.h:272) [-Wdeprecated-declarations] f->qstride = stride; ^ /home/fate/src/libavutil/frame.c:57:5: warning: 'qscale_type' is deprecated (declared at /home/fate/src/libavutil/frame.h:275) [-Wdeprecated-declarations] f->qscale_type = qp_type; ^ /home/fate/src/libavutil/frame.c: In function 'av_frame_get_qp_table': /home/fate/src/libavutil/frame.c:64:5: warning: 'qstride' is deprecated (declared at /home/fate/src/libavutil/frame.h:272) [-Wdeprecated-declarations] *stride = f->qstride; ^ /home/fate/src/libavutil/frame.c:65:5: warning: 'qscale_type' is deprecated (declared at /home/fate/src/libavutil/frame.h:275) [-Wdeprecated-declarations] *type = f->qscale_type; ^ /home/fate/src/libavutil/frame.c: In function 'av_frame_copy_props': /home/fate/src/libavutil/frame.c:469:5: warning: 'type' is deprecated (declared at /home/fate/src/libavutil/frame.h:329) [-Wdeprecated-declarations] dst->type = src->type; ^ /home/fate/src/libavutil/frame.c:469:5: warning: 'type' is deprecated (declared at /home/fate/src/libavutil/frame.h:329) [-Wdeprecated-declarations] /home/fate/src/libavutil/frame.c:513:5: warning: 'qscale_table' is deprecated (declared at /home/fate/src/libavutil/frame.h:267) [-Wdeprecated-declarations] dst->qscale_table = NULL; ^ /home/fate/src/libavutil/frame.c:514:5: warning: 'qstride' is deprecated (declared at /home/fate/src/libavutil/frame.h:272) [-Wdeprecated-declarations] dst->qstride = 0; ^ /home/fate/src/libavutil/frame.c:515:5: warning: 'qscale_type' is deprecated (declared at /home/fate/src/libavutil/frame.h:275) [-Wdeprecated-declarations] dst->qscale_type = 0; ^ /home/fate/src/libavutil/frame.c:519:13: warning: 'qscale_table' is deprecated (declared at /home/fate/src/libavutil/frame.h:267) [-Wdeprecated-declarations] dst->qscale_table = dst->qp_table_buf->data; ^ /home/fate/src/libavutil/frame.c:520:13: warning: 'qstride' is deprecated (declared at /home/fate/src/libavutil/frame.h:272) [-Wdeprecated-declarations] dst->qstride = src->qstride; ^ /home/fate/src/libavutil/frame.c:520:13: warning: 'qstride' is deprecated (declared at /home/fate/src/libavutil/frame.h:272) [-Wdeprecated-declarations] /home/fate/src/libavutil/frame.c:521:13: warning: 'qscale_type' is deprecated (declared at /home/fate/src/libavutil/frame.h:275) [-Wdeprecated-declarations] dst->qscale_type = src->qscale_type; ^ /home/fate/src/libavutil/frame.c:521:13: warning: 'qscale_type' is deprecated (declared at /home/fate/src/libavutil/frame.h:275) [-Wdeprecated-declarations] CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/imgutils.o CC libavutil/intfloat_readwrite.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o /home/fate/src/libavutil/opt.c: In function 'opt_list': /home/fate/src/libavutil/opt.c:1131:17: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); ^ /home/fate/src/libavutil/opt.c:1131:17: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavutil/opt.c:1159:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "0x%"PRIx64, opt->default_val.i64); ^ /home/fate/src/libavutil/opt.c:1159:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] /home/fate/src/libavutil/opt.c: In function 'av_opt_set_defaults': /home/fate/src/libavutil/opt.c:1187:5: warning: 'av_opt_set_defaults2' is deprecated (declared at /home/fate/src/libavutil/opt.h:461) [-Wdeprecated-declarations] av_opt_set_defaults2(s, 0, 0); ^ CC libavutil/parseutils.o CC libavutil/pixdesc.o /home/fate/src/libavutil/pixdesc.c: In function 'ff_check_pixfmt_descriptors': /home/fate/src/libavutil/pixdesc.c:2057:5: warning: 'av_pix_fmt_descriptors' is deprecated (declared at /home/fate/src/libavutil/pixdesc.c:133) [-Wdeprecated-declarations] for (i=0; idata && new_pkt.destruct) { ^ /home/fate/src/ffmpeg.c:676:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); ^ /home/fate/src/ffmpeg.c:676:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c:683:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] max); ^ /home/fate/src/ffmpeg.c:694:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] ost->file_index, ost->st->index); ^ /home/fate/src/ffmpeg.c:694:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c: In function 'do_video_out': /home/fate/src/ffmpeg.c:954:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' [-Wformat=] ost->frame_number, ost->st->index, in_picture->pts); ^ /home/fate/src/ffmpeg.c: In function 'print_final_stats': /home/fate/src/ffmpeg.c:1307:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ist->nb_packets, ist->data_size); ^ /home/fate/src/ffmpeg.c:1307:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/ffmpeg.c:1311:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ist->frames_decoded); ^ /home/fate/src/ffmpeg.c:1313:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ist->samples_decoded); ^ /home/fate/src/ffmpeg.c:1321:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] total_packets, total_size); ^ /home/fate/src/ffmpeg.c:1321:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/ffmpeg.c:1342:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ost->frames_encoded); ^ /home/fate/src/ffmpeg.c:1344:21: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ost->samples_encoded); ^ /home/fate/src/ffmpeg.c:1349:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] ost->packets_written, ost->data_size); ^ /home/fate/src/ffmpeg.c:1349:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/ffmpeg.c:1355:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat=] total_packets, total_size); ^ /home/fate/src/ffmpeg.c:1355:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' [-Wformat=] /home/fate/src/ffmpeg.c: In function 'print_report': /home/fate/src/ffmpeg.c:1490:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] else av_bprintf(&buf_script, "total_size=%"PRId64"\n", total_size); ^ /home/fate/src/ffmpeg.c:1491:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] av_bprintf(&buf_script, "out_time_ms=%"PRId64"\n", pts); ^ /home/fate/src/ffmpeg.c: In function 'decode_video': /home/fate/src/ffmpeg.c:1911:13: warning: 'av_log_ask_for_sample' is deprecated (declared at /home/fate/src/libavcodec/avcodec.h:5101) [-Wdeprecated-declarations] av_log_ask_for_sample( ^ /home/fate/src/ffmpeg.c:1958:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] ist->st->time_base.num, ist->st->time_base.den); ^ /home/fate/src/ffmpeg.c: In function 'report_new_stream': /home/fate/src/ffmpeg.c:2428:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' [-Wformat=] pkt->pos, av_ts2timestr(pkt->dts, &st->time_base)); ^ /home/fate/src/ffmpeg.c: In function 'process_input': /home/fate/src/ffmpeg.c:3438:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(is, AV_LOG_VERBOSE, "Correcting start time by %"PRId64"\n", new_start_time - is->start_time); ^ /home/fate/src/ffmpeg.c:3496:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta, ifile->ts_offset); ^ /home/fate/src/ffmpeg.c:3496:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c:3515:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] delta, ifile->ts_offset); ^ /home/fate/src/ffmpeg.c:3515:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c:3523:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt.dts, ist->next_dts, pkt.stream_index); ^ /home/fate/src/ffmpeg.c:3523:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c:3531:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt.pts, ist->next_dts, pkt.stream_index); ^ /home/fate/src/ffmpeg.c:3531:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c: In function 'main': /home/fate/src/ffmpeg.c:3883:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' [-Wformat=] decode_error_stat[0], decode_error_stat[1]); ^ /home/fate/src/ffmpeg.c:3883:12: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg.c: At top level: /home/fate/src/ffmpeg.c:158:13: warning: 'free_input_threads' declared 'static' but never defined [-Wunused-function] static void free_input_threads(void); ^ CC cmdutils.o CC ffmpeg_opt.o /home/fate/src/ffmpeg_opt.c: In function 'opt_recording_timestamp': /home/fate/src/ffmpeg_opt.c:511:5: warning: unknown conversion type character 'F' in format [-Wformat=] strftime(buf, sizeof(buf), "creation_time=%FT%T%z", &time); ^ /home/fate/src/ffmpeg_opt.c:511:5: warning: unknown conversion type character 'T' in format [-Wformat=] CC ffmpeg_filter.o /home/fate/src/ffmpeg_filter.c: In function 'configure_output_audio_filter': /home/fate/src/ffmpeg_filter.c:477:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_get_default_channel_layout(ost->audio_channels_mapped)); ^ /home/fate/src/ffmpeg_filter.c:477:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' [-Wformat=] /home/fate/src/ffmpeg_filter.c: In function 'configure_input_audio_filter': /home/fate/src/ffmpeg_filter.c:747:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ist->dec_ctx->channel_layout); ^ /home/fate/src/ffmpeg_filter.c:747:20: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] LD ffmpeg_g.exe CP ffmpeg.exe STRIP ffmpeg.exe CC ffprobe.o /home/fate/src/ffprobe.c: In function 'value_string': /home/fate/src/ffprobe.c:264:13: warning: unknown conversion type character 'l' in format [-Wformat=] snprintf(buf, buf_size, "%lld", vali); ^ /home/fate/src/ffprobe.c:264:13: warning: too many arguments for format [-Wformat-extra-args] /home/fate/src/ffprobe.c: In function 'show_packet': /home/fate/src/ffprobe.c:1719:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (pkt->pos != -1) print_fmt ("pos", "%"PRId64, pkt->pos); ^ /home/fate/src/ffprobe.c: In function 'show_frame': /home/fate/src/ffprobe.c:1777:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (av_frame_get_pkt_pos (frame) != -1) print_fmt ("pkt_pos", "%"PRId64, av_frame_get_pkt_pos(frame)); ^ /home/fate/src/ffprobe.c: In function 'log_read_interval': /home/fate/src/ffprobe.c:1900:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] av_log(log_ctx, log_level, "#%"PRId64, interval->end); ^ /home/fate/src/ffprobe.c: In function 'read_interval_packets': /home/fate/src/ffprobe.c:1943:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' [-Wformat=] interval->start, av_err2str(ret)); ^ /home/fate/src/ffprobe.c: In function 'show_stream': /home/fate/src/ffprobe.c:2184:5: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' [-Wformat=] if (stream->nb_frames) print_fmt ("nb_frames", "%"PRId64, stream->nb_frames); ^ /home/fate/src/ffprobe.c:2186:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[stream_idx]); ^ /home/fate/src/ffprobe.c:2188:5: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat=] if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets[stream_idx]); ^ LD ffprobe_g.exe CP ffprobe.exe STRIP ffprobe.exe INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL home/fate/src/presets/libvpx-720p.ffpreset INSTALL home/fate/src/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/src/presets/libvpx-1080p.ffpreset INSTALL home/fate/src/presets/libvpx-360p.ffpreset INSTALL home/fate/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/src/doc/ffprobe.xsd INSTALL home/fate/src/doc/examples/scaling_video.c INSTALL home/fate/src/doc/examples/demuxing_decoding.c INSTALL home/fate/src/doc/examples/transcode_aac.c INSTALL home/fate/src/doc/examples/filter_audio.c INSTALL home/fate/src/doc/examples/avio_reading.c INSTALL home/fate/src/doc/examples/decoding_encoding.c INSTALL home/fate/src/doc/examples/extract_mvs.c INSTALL home/fate/src/doc/examples/remuxing.c INSTALL home/fate/src/doc/examples/resampling_audio.c INSTALL home/fate/src/doc/examples/filtering_audio.c INSTALL home/fate/src/doc/examples/muxing.c INSTALL home/fate/src/doc/examples/filtering_video.c INSTALL home/fate/src/doc/examples/metadata.c INSTALL home/fate/src/doc/examples/transcoding.c INSTALL home/fate/src/doc/examples/Makefile INSTALL home/fate/src/doc/examples/README INSTALL home/fate/src/presets/libvpx-720p.ffpreset INSTALL home/fate/src/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/src/presets/libvpx-1080p.ffpreset INSTALL home/fate/src/presets/libvpx-360p.ffpreset INSTALL home/fate/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/src/doc/ffprobe.xsd INSTALL home/fate/src/doc/examples/scaling_video.c INSTALL home/fate/src/doc/examples/demuxing_decoding.c INSTALL home/fate/src/doc/examples/transcode_aac.c INSTALL home/fate/src/doc/examples/filter_audio.c INSTALL home/fate/src/doc/examples/avio_reading.c INSTALL home/fate/src/doc/examples/decoding_encoding.c INSTALL home/fate/src/doc/examples/extract_mvs.c INSTALL home/fate/src/doc/examples/remuxing.c INSTALL home/fate/src/doc/examples/resampling_audio.c INSTALL home/fate/src/doc/examples/filtering_audio.c INSTALL home/fate/src/doc/examples/muxing.c INSTALL home/fate/src/doc/examples/filtering_video.c INSTALL home/fate/src/doc/examples/metadata.c INSTALL home/fate/src/doc/examples/transcoding.c INSTALL home/fate/src/doc/examples/Makefile INSTALL home/fate/src/doc/examples/README INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/fate/src/libavdevice/avdevice.h INSTALL home/fate/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/src/libavfilter/asrc_abuffer.h INSTALL home/fate/src/libavfilter/avcodec.h INSTALL home/fate/src/libavfilter/avfilter.h INSTALL home/fate/src/libavfilter/avfiltergraph.h INSTALL home/fate/src/libavfilter/buffersink.h INSTALL home/fate/src/libavfilter/buffersrc.h INSTALL home/fate/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/src/libavformat/avformat.h INSTALL home/fate/src/libavformat/avio.h INSTALL home/fate/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/src/libavcodec/avcodec.h INSTALL home/fate/src/libavcodec/avfft.h INSTALL home/fate/src/libavcodec/dv_profile.h INSTALL home/fate/src/libavcodec/dxva2.h INSTALL home/fate/src/libavcodec/old_codec_ids.h INSTALL home/fate/src/libavcodec/vaapi.h INSTALL home/fate/src/libavcodec/vda.h INSTALL home/fate/src/libavcodec/vdpau.h INSTALL home/fate/src/libavcodec/version.h INSTALL home/fate/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/src/libavresample/avresample.h INSTALL home/fate/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/src/libpostproc/postprocess.h INSTALL home/fate/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/src/libswresample/swresample.h INSTALL home/fate/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/src/libswscale/swscale.h INSTALL home/fate/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/src/libavutil/adler32.h INSTALL home/fate/src/libavutil/aes.h INSTALL home/fate/src/libavutil/attributes.h INSTALL home/fate/src/libavutil/audio_fifo.h INSTALL home/fate/src/libavutil/audioconvert.h INSTALL home/fate/src/libavutil/avassert.h INSTALL home/fate/src/libavutil/avstring.h INSTALL home/fate/src/libavutil/avutil.h INSTALL home/fate/src/libavutil/base64.h INSTALL home/fate/src/libavutil/blowfish.h INSTALL home/fate/src/libavutil/bprint.h INSTALL home/fate/src/libavutil/bswap.h INSTALL home/fate/src/libavutil/buffer.h INSTALL home/fate/src/libavutil/channel_layout.h INSTALL home/fate/src/libavutil/common.h INSTALL home/fate/src/libavutil/cpu.h INSTALL home/fate/src/libavutil/crc.h INSTALL home/fate/src/libavutil/display.h INSTALL home/fate/src/libavutil/downmix_info.h INSTALL home/fate/src/libavutil/error.h INSTALL home/fate/src/libavutil/eval.h INSTALL home/fate/src/libavutil/fifo.h INSTALL home/fate/src/libavutil/file.h INSTALL home/fate/src/libavutil/frame.h INSTALL home/fate/src/libavutil/hash.h INSTALL home/fate/src/libavutil/hmac.h INSTALL home/fate/src/libavutil/imgutils.h INSTALL home/fate/src/libavutil/intfloat.h INSTALL home/fate/src/libavutil/intfloat_readwrite.h INSTALL home/fate/src/libavutil/intreadwrite.h INSTALL home/fate/src/libavutil/lfg.h INSTALL home/fate/src/libavutil/log.h INSTALL home/fate/src/libavutil/macros.h INSTALL home/fate/src/libavutil/mathematics.h INSTALL home/fate/src/libavutil/md5.h INSTALL home/fate/src/libavutil/mem.h INSTALL home/fate/src/libavutil/motion_vector.h INSTALL home/fate/src/libavutil/murmur3.h INSTALL home/fate/src/libavutil/dict.h INSTALL home/fate/src/libavutil/old_pix_fmts.h INSTALL home/fate/src/libavutil/opt.h INSTALL home/fate/src/libavutil/parseutils.h INSTALL home/fate/src/libavutil/pixdesc.h INSTALL home/fate/src/libavutil/pixelutils.h INSTALL home/fate/src/libavutil/pixfmt.h INSTALL home/fate/src/libavutil/random_seed.h INSTALL home/fate/src/libavutil/replaygain.h INSTALL home/fate/src/libavutil/rational.h INSTALL home/fate/src/libavutil/ripemd.h INSTALL home/fate/src/libavutil/samplefmt.h INSTALL home/fate/src/libavutil/sha.h INSTALL home/fate/src/libavutil/sha512.h INSTALL home/fate/src/libavutil/stereo3d.h INSTALL home/fate/src/libavutil/threadmessage.h INSTALL home/fate/src/libavutil/time.h INSTALL home/fate/src/libavutil/timecode.h INSTALL home/fate/src/libavutil/timestamp.h INSTALL home/fate/src/libavutil/version.h INSTALL home/fate/src/libavutil/xtea.h INSTALL home/fate/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc