CC libavdevice/alldevices.o CC libavdevice/avdevice.o OBJCC libavdevice/avfoundation.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavfilter/aeval.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_asyncts.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_hdcd.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/dualinput.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framesync.o src/libavfilter/f_sidedata.c:72:17: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always false [-Wtautological-constant-out-of-range-compare] if (s->type == -1 && s->mode != SIDEDATA_DELETE) { ~~~~~~~ ^ ~~ src/libavfilter/f_sidedata.c:87:17: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always true [-Wtautological-constant-out-of-range-compare] if (s->type != -1) ~~~~~~~ ^ ~~ src/libavfilter/f_sidedata.c:97:21: warning: comparison of constant -1 with expression of type 'enum AVFrameSideDataType' is always false [-Wtautological-constant-out-of-range-compare] if (s->type == -1) { ~~~~~~~ ^ ~~ CC libavfilter/generate_wave_table.o 3 warnings generated. CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/setpts.o src/libavfilter/lavfutils.c:53:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = format_ctx->streams[0]->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavfilter/lavfutils.c:79:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ src/libavcodec/avcodec.h:4812:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ CC libavfilter/settb.o CC libavfilter/split.o 2 warnings generated. CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o src/libavfilter/src_movie.c:524:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4812:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/libavfilter/src_movie.c:527:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4763:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o 2 warnings generated. CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_hflip.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.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 src/libavfilter/vf_hwupload.c:84:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] ff_formats_ref(input_formats, &avctx->inputs[0]->out_formats); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_hwupload.c:86:5: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] ff_formats_ref(ff_make_format_list(output_pix_fmts), ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o 2 warnings generated. CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o src/libavfilter/vf_mcdeint.c:137:18: warning: 'me_method' is deprecated [-Wdeprecated-declarations] enc_ctx->me_method = ME_ITER; ^ src/libavcodec/avcodec.h:1911:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ src/libavfilter/vf_mcdeint.c:192:11: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/libavfilter/vf_mcdeint.c:196:35: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ src/libavcodec/avcodec.h:3099:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ CC libavfilter/vf_nnedi.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 3 warnings generated. CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_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_uspp.o CC libavfilter/vf_vaguedenoiser.o src/libavfilter/vf_uspp.c:253:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavcodec/avcodec.h:5323:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/libavfilter/vf_uspp.c:259:41: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavcodec/avcodec.h:3099:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o 2 warnings generated. 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 CC libavfilter/window_func.o CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o 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 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/dashenc.o CC libavformat/data_uri.o src/libavformat/concatdec.c:206:21: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] if (!(bsf = av_bitstream_filter_init("h264_mp4toannexb"))) { ^ src/libavcodec/avcodec.h:5837:27: note: 'av_bitstream_filter_init' declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^ src/libavformat/concatdec.c:372:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] av_bitstream_filter_close(cat->files[i].streams[j].bsf); ^ src/libavcodec/avcodec.h:5881:6: note: 'av_bitstream_filter_close' declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^ CC libavformat/dauddec.o src/libavformat/concatdec.c:532:15: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations] ret = av_bitstream_filter_filter(bsf, cs->avctx, NULL, ^ src/libavcodec/avcodec.h:5869:5: note: 'av_bitstream_filter_filter' declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^ CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o 3 warnings generated. CC libavformat/eacdata.o CC libavformat/electronicarts.o src/libavformat/dump.c:429:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:430:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:431:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:432:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:433:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:434:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:469:23: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:469:51: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:481:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o src/libavformat/ffmdec.c:256:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec;c.o ^ src/libavformat/ffmdec.c:256:41: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^ src/libavcodec/avcodec.h:2668:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmenc.c:246:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmenc.c:259:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:348:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:422:20: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^ src/libavcodec/avcodec.h:2668:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmdec.c:433:20: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2003:9: note: 'mpeg_quant' declared here int mpeg_quant; ^ src/libavformat/ffmdec.c:435:20: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1911:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ src/libavformat/ffmdec.c:438:20: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2767:9: note: 'frame_skip_cmp' declared here int frame_skip_cmp; ^ src/libavformat/ffmdec.c:439:20: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^ src/libavcodec/avcodec.h:2690:11: note: 'rc_buffer_aggressivity' declared here float rc_buffer_aggressivity; ^ src/libavformat/ffmdec.c:442:20: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2729:9: note: 'coder_type' declared here int coder_type; ^ src/libavformat/ffmdec.c:447:20: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2261:9: note: 'scenechange_threshold' declared here int scenechange_threshold; ^ src/libavformat/ffmdec.c:448:20: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1982:9: note: 'b_frame_strategy' declared here int b_frame_strategy; ^ src/libavformat/ffmdec.c:518:81: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_parameters_from_context(s->streams[i]->codecpar, s->streams[i]->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:578:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:631:20: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^ src/libavcodec/avcodec.h:2668:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmdec.c:642:20: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2003:9: note: 'mpeg_quant' declared here int mpeg_quant; ^ src/libavformat/ffmdec.c:644:20: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1911:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ src/libavformat/ffmdec.c:647:20: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2767:9: note: 'frame_skip_cmp' declared here int frame_skip_cmp; ^ src/libavformat/ffmdec.c:648:20: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^ src/libavcodec/avcodec.h:2690:11: note: 'rc_buffer_aggressivity' declared here float rc_buffer_aggressivity; ^ src/libavformat/ffmdec.c:651:20: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2729:9: note: 'coder_type' declared here int coder_type; ^ src/libavformat/ffmdec.c:656:20: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2261:9: note: 'scenechange_threshold' declared here int scenechange_threshold; ^ src/libavformat/ffmdec.c:657:20: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1982:9: note: 'b_frame_strategy' declared here int b_frame_strategy; ^ CC libavformat/flac_picture.o 9 warnings generated. CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o 2 warnings generated. CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o 21 warnings generated. CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g729dec.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2enc.o CC libavformat/img2dec.o CC libavformat/ingenientdec.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o src/libavformat/img2enc.c:163:20: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] (ret = av_dup_packet(&pkt2)) < 0 || ^ src/libavcodec/avcodec.h:4450:5: note: 'av_dup_packet' declared here int av_dup_packet(AVPacket *pkt); ^ CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o 1 warning generated. 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/lrcdec.o CC libavformat/lrc.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/movenc.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o src/libavformat/mpegts.c:884:15: warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] pkt->data = buffer; ^ ~~~~~~ CC libavformat/mpjpeg.o dec.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o 1 warning generated. CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rso.o CC libavformat/rsd.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o src/libavformat/rtpdec_mpeg4.c:281:38: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] res = parse_fmtp_config(par, value); ^~~~~ src/libavformat/rtpdec_mpeg4.c:100:60: note: passing argument to parameter 'value' here static int parse_fmtp_config(AVCodecParameters *par, char *value) ^ CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o 1 warning generated. CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/samidec.o CC libavformat/sapenc.o CC libavformat/sapdec.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/segafilm.o CC libavformat/segment.o src/libavformat/sdp.c:692:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/sdp.c:696:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/sdp.c:698:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o 3 warnings generated. CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o src/libavformat/utils.c:2101:9: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2134:53: note: uninitialized use occurs here pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ^~~~~~~ src/libavformat/utils.c:2101:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2085:5: note: variable 'pos_min' is declared here int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; ^ src/libavformat/utils.c:2123:13: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (index >= 0) { ^~~~~~~~~~ src/libavformat/utils.c:2134:62: note: uninitialized use occurs here pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ^~~~~~~ src/libavformat/utils.c:2123:9: note: remove the 'if' if its condition is always true if (index >= 0) { ^~~~~~~~~~~~~~~~ src/libavformat/utils.c:2101:9: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2134:62: note: uninitialized use occurs here pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, ^~~~~~~ src/libavformat/utils.c:2101:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2085:5: note: variable 'pos_max' is declared here int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; ^ CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o src/libavformat/utils.c:5376:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/utils.c:5377:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavformat/wavenc.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xmv.o CC libavformat/xa.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o CC libpostproc/postprocess.o HOSTCC doc/print_options.o CC ffmpeg.o CC cmdutils.o CC ffmpeg_opt.o CC ffmpeg_filter.o CC ffprobe.o CC ffserver.o TXT doc/fate.txt CC ffserver_config.o AR libavdevice/libavdevice.a src/ffserver.c:911:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec) ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:912:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:725:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_codec_get_lowres(st->codec)) { ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1897:48: warning: src/ffmpeg_opt.ccated [-Wdeprecated-declarations] :726:75: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codecpar->height, st->codec->qmin, st->codec->qmax, ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h: av_codec_set_lowres(ist->dec_ctx, av_codec_get_lowres(st->codec)); 5 : ^ 62s c/libavformat/avformat.h:n893: :e21anded from macro 'snprintf' : note: 'codec' declared here AVCodecContext *codec; __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.cs1897fmpeg_opt.c::765::4 :w rning:wa'codec': s deprecated [-Wdeprecated-declarations] 'codec' is deprecated [-Wdeprecated-declarations] st->codecpar->height, st->codec->qm n, st->codec->qmax, ^ /Applications/Xcode.app/Co:tents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:857::262:: nnote: : 'cexpanded from macro ' nprintf' AVCodecContext *codec; ^ __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:893/ffmpeg_opt.c::721::4 :n te:wa'codec': eclared here 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec; ^ ist->dec_ctx->height = st->codec->height; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:729:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:730:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:1813:52: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^ src/ffprobe.c:1726:61: note: expanded from macro 'print_duration_ts' #define print_duration_ts(k, v) writer_print_ts(w, k, v, 1) ^ src/ffserver.c:2216:36: warning: 'codec' is deprecated [-Wdeprecated-declarations] c->stream->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) { ^ src/libavcodec/avcodec.h:rc/libavformat/avformat.h:1893::121:: nnote: : 'c'codec' declared heredeclared here int64_t convergence_du ation; ^ ^ src/ffprobe.c:1814:59: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^ src/ffprobe.c:1725:63: note: expanded from macro 'print_duration_time' #define print_duration_time(k, v, tb) writer_print_time(w, k, v, tb, 1) ^ src/libavcodec/avcodec.h:1630:13: note: 'convergence_duration' declared here int64_t convergence_duration; ^ src/ffserver.c:2284:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] c->pfmt_ctx->streams[i]->codec->frame_number = 0; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2382:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] (st->codec->codec_type == AVMEDIA_TYPE_VIDEO || ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2411:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = ctx->streams[0]->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2417:65: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = ctx->streams[pkt.stream_index]->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:1982:19: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4812:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/ffprobe.c:1986:19: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4763:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ src/ffserver.c:2817:17: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavcodec/avcodec.h:4241:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffserver.c:2817:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2817:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2285:33: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^ src/libavcodec/avcodec.h:2788:13: note: 'timecode_frame_start' declared here int64_t timecode_frame_start; ^ src/ffprobe.c:2287:61: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^ src/libavcodec/avcodec.h:2788:13: note: 'timecode_frame_start' declared here int64_t timecode_frame_start; ^ src/ffprobe.c:2351:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2351:76: warning: 'codec' is deprecated [-Wdeprecated-declarations] rc/ffserver.c:2994:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/ffprobe.cat/avformat.h:172:216:: nnote: : 'cexpanded from macro ' rint_val' AVCodecContext *codec; ^ uv.val.i = v; \ ^src/ffserver.c:2994libavformat/avformat.h:854::2 :w rning:no'cod: ' is deprecated [-Wdeprecated-declarations]'codec' declared here AVCodecContext *codec; ^ avc->streams[i]->codec = stream->streams[i]->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2995:91: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_parameters_from_context(stream->streams[i]->codecpar, stream->streams[i]->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3432:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&st->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1936:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_get_context_defaults3(st->codec, codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1941:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1948:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] choose_pixel_fmt(st, st->codec, codec, st->codecpar->format); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1949:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^ src/libavcodec/avcodec.h:4241:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffmpeg_opt.c:1949:48: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3524:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] fst->codec = avcodec_alloc_context3(codec->codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3525:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!fst->codec) { ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3529:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, codec); ^ src/libavcodec/avcodec.h:4241:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffserver.c:3529:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, codec); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3534:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] fst->codec = codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3554:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] av = st->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3556:33: warning: 'codec' is deprecated [-Wdeprecated-declarations] av1 = feed->streams[i]->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3654:60: warning: 'codec' is deprecated [-Wdeprecated-declarations] add_av_stream1(stream, infile->streams[i]->codec, 1); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2348:37: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3857:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) { ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3860:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] bandwidth += st->codec->bit_rate; ^ src/libavformat/avformat.h:893:21s c/ffmpeg.c:ote:22'co:ec' declared here 9: warning: AVCodecContext *codec; gnoring return value of function declared with warn_unused_result attribute [-Wunused-result] ^ av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~src/ffserver_config.c:289:17: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av->rc_eq = av_strdup("tex^qComp"); ^ src/libavcodec/avcodec.h:2668:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/ffserver_config.c:293:25: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av->rc_eq); ^ src/ffserver_config.c:45:77: note: expanded from macro 'WARNING' AV_LOG_WARNING, &config->warnings, __VA_ARGS__) ^ src/libavcodec/avcodec.h:2668:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/ffserver_config.c:322:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec = av; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:298:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] av_buffersrc_add_frame(ist->filters[i]->filter, NULL); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libavfilter/libavfilter.a src/ffmpeg.c:1990:19: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codecpar->format, ost->st->codecpar->width, ost->st->codecpar->height); ^ src/libavcodec/avcodec.h:5453:5: note: 'avpicture_fill' declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^ src/ffmpeg.c:3309:15: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavcodec/avcodec.h:4241:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffmpeg.c:3309:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3337:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavcodec/012v.o src/ffmpeg.c:3734:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3753:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/libavformat/avformat.h:893:21: note: 'codec' declared here AVCodecContext *codec; ^ 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 5 warnings generated. CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o 12 warnings generated. CC libavcodec/aacenc_pred.o 26 warnings generated. CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o 3 warnings generated. CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o 8 warnings generated. CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aarch64/fft_init_aarch64.o AS libavcodec/aarch64/fft_neon.o CC libavcodec/aarch64/fmtconvert_init.o AS libavcodec/aarch64/fmtconvert_neon.o CC libavcodec/aarch64/h264chroma_init_aarch64.o AS libavcodec/aarch64/h264cmc_neon.o CC libavcodec/aarch64/h264dsp_init_aarch64.o AS libavcodec/aarch64/h264dsp_neon.o src/libavcodec/aarch64/h264dsp_init_aarch64.c:84:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void (*)(uint8_t *, ptrdiff_t, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' [-Wincompatible-pointer-types] c->weight_h264_pixels_tab[0] = ff_weight_h264_pixels_16_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/aarch64/h264dsp_init_aarch64.c:85:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void (*)(uint8_t *, ptrdiff_t, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' [-Wincompatible-pointer-types] c->weight_h264_pixels_tab[1] = ff_weight_h264_pixels_8_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/aarch64/h264dsp_init_aarch64.c:86:38: warning: incompatible pointer types assigning to 'h264_weight_func' (aka 'void (*)(uint8_t *, ptrdiff_t, int, int, int, int)') from 'void (uint8_t *, int, int, int, int, int)' [-Wincompatible-pointer-types] c->weight_h264_pixels_tab[2] = ff_weight_h264_pixels_4_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/aarch64/h264dsp_init_aarch64.c:88:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void (*)(uint8_t *, uint8_t *, ptrdiff_t, int, int, int, int, int)') from 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' [-Wincompatible-pointer-types] c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/aarch64/h264dsp_init_aarch64.c:89:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void (*)(uint8_t *, uint8_t *, ptrdiff_t, int, int, int, int, int)') from 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' [-Wincompatible-pointer-types] c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/aarch64/h264dsp_init_aarch64.c:90:40: warning: incompatible pointer types assigning to 'h264_biweight_func' (aka 'void (*)(uint8_t *, uint8_t *, ptrdiff_t, int, int, int, int, int)') from 'void (uint8_t *, uint8_t *, int, int, int, int, int, int)' [-Wincompatible-pointer-types] c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. AS libavcodec/aarch64/h264idct_neon.o :263:18: error: modified label reference + constant expected adrp x7, scan8+16+(0)@PAGE ^ :264:21: error: invalid immediate expression add x7, x7, scan8+16+(0)@PAGEOFF ^ CC libavcodec/aarch64/h264pred_init.o make: *** [libavcodec/aarch64/h264idct_neon.o] Error 1 make: *** Waiting for unfinished jobs.... 8 warnings generated.