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_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/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_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.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/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/setpts.o CC libavfilter/settb.o src/libavfilter/lavfutils.c:53:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = format_ctx->streams[0]->codec; ^ src/libavformat/avformat.h:885: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:4800:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o 2 warnings generated. 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_bbox.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:4800: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:4751:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ 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 CC libavfilter/vf_chromakey.o 2 warnings generated. 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_fieldmatch.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_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_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 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_lenscorrection.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o 2 warnings generated. CC libavfilter/vf_lut3d.o 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:1910: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:5311: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:3097: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 3 warnings generated. CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o 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_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_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 CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.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:5311: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:3097:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o 2 warnings generated. 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/amr.o CC libavformat/allformats.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/boadec.o CC libavformat/bmv.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/caf.o CC libavformat/cache.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 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:5832: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:5876:6: note: 'av_bitstream_filter_close' declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^ 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:5864:5: note: 'av_bitstream_filter_filter' declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^ CC libavformat/cutils.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o 3 warnings generated. CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dv.o CC libavformat/dump.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o src/libavformat/dump.c:429:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/avformat.h:885: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:885: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:885: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:885: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:885: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:885: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:885: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:885: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:885:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o 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 9 warnings generated. CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o 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 src/libavformat/ffmdec.c:254:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:254:41: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^ src/libavcodec/avcodec.h:2246::125:: nwarn: g'rc_eq' declared here 'codec' is deprecated [-Wdeprecated-declarations] const char *rc_eq; ^ bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:885: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:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:338:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:397:20: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^ src/libavcodec/avcodec.h:2667:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmdec.c:408:20: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2002:9: note: 'mpeg_quant' declared here int mpeg_quant; ^ src/libavformat/ffmdec.c:410:20: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1910:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ src/libavformat/ffmdec.c:413:20: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2766:9: note: 'frame_skip_cmp' declared here int frame_skip_cmp; ^ src/libavformat/ffmdec.c:414:20: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^ src/libavcodec/avcodec.h:2689:11: note: 'rc_buffer_aggressivity' declared here float rc_buffer_aggressivity; ^ src/libavformat/ffmdec.c:417:20: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2728:9: note: 'coder_type' declared here int coder_type; ^ src/libavformat/ffmdec.c:422:20: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2260:9: note: 'scenechange_threshold' declared here int scenechange_threshold; ^ src/libavformat/ffmdec.c:423:20: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1981:9: note: 'b_frame_strategy' declared here int b_frame_strategy; ^ src/libavformat/ffmdec.c:490:81: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_parameters_from_context(s->streams[i]->codecpar, s->streams[i]->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:550:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/ffmdec.c:597:20: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^ src/libavcodec/avcodec.h:2667:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmdec.c:608:20: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2002:9: note: 'mpeg_quant' declared here int mpeg_quant; ^ src/libavformat/ffmdec.c:610:20: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1910:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ src/libavformat/ffmdec.c:613:20: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2766:9: note: 'frame_skip_cmp' declared here int frame_skip_cmp; ^ src/libavformat/ffmdec.c:614:20: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^ src/libavcodec/avcodec.h:2689:11: note: 'rc_buffer_aggressivity' declared here float rc_buffer_aggressivity; ^ src/libavformat/ffmdec.c:617:20: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2728:9: note: 'coder_type' declared here int coder_type; ^ src/libavformat/ffmdec.c:622:20: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^ src/libavcodec/avcodec.h:2260:9: note: 'scenechange_threshold' declared here int scenechange_threshold; ^ src/libavformat/ffmdec.c:623:20: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^ src/libavcodec/avcodec.h:1981:9: note: 'b_frame_strategy' declared here int b_frame_strategy; ^ CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o 2 warnings generated. 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 21 warnings generated. 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/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.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:4438:5: note: 'av_dup_packet' declared here int av_dup_packet(AVPacket *pkt); ^ CC libavformat/iss.o CC libavformat/iv8.o 1 warning generated. 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 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 CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o src/libavformat/mov.c:2777:29: warning: passing 'const MOVStreamContext *' (aka 'const struct MOVStreamContext *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] avpriv_request_sample(msc, "Support for mvhd.timescale = 0 with editlists"); ^~~ src/libavutil/internal.h:236:34: note: passing argument to parameter 'avc' here void avpriv_request_sample(void *avc, ^ 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/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o 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/protocols.o 1 warning generated. 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/rsd.o CC libavformat/rso.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 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_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o 1 warning generated. CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/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/segafilm.o CC libavformat/segment.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o src/libavformat/sdp.c:692:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/avformat.h:885: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:885: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:885:21: note: 'codec' declared here AVCodecContext *codec; ^ 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/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/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 CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o src/libavformat/utils.c:2089:9: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2122: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:2089:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2073: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:2111:13: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (index >= 0) { ^~~~~~~~~~ src/libavformat/utils.c:2122: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:2111:9: note: remove the 'if' if its condition is always true if (index >= 0) { ^~~~~~~~~~~~~~~~ src/libavformat/utils.c:2089:9: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2122: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:2089:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2073:5: note: variable 'pos_max' is declared here int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; ^ CC libavformat/wsddec.o CC libavformat/wtv_common.o src/libavformat/utils.c:5330:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/utils.c:5331:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ 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/xa.o CC libavformat/xmv.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:917:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:918:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1207:56: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *feed_codec = feed->streams[i]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1248:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec = req->streams[i]->codec; ^ src/libavformat/avformat.h:885: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/libavcodec/avcodec.h:1629:13: note: 'convergence_duration' declared here int64_t convergence_duration; ^ 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:1629:13: note: 'convergence_duration' declared here int64_t convergence_duration; ^ src/ffprobe.c:1982:19: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] src/ffserver.c:1886:42: : ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt); ' ^d [-Wdeprecated-declarations] src/libavcodec/avcodec.h:4800:5 codec = avcodec_find_encoder(st->codec->codec_id); n : ^ 'avcodec_decode_video2' declared here src/libavformat/avformat.h:885:21: note: 'codec' declared heredeo2(AVCodecContext *avctx, AVFrame *picture, ^ AVCodecContext *codec; ^ src/ffprobe.c:1986:19s c/ffserver.cw1890ng: :'20codec_decode_audio4' is deprecated [-Wdeprecated-declarations] : warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) {(dec_ctx, frame, &got_frame, pkt); src/libavformat/avformat:h:4885::52:: nnote: : 'a'codec' declared here declared here AVCodecContext *codec; ^int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ src/ffserver.c:1894:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->channels, st->codec->sample_rate); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1894:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->channels, st->codec->sample_rate); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1899:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] "%dx%d, q=%d-%d, fps=%d", st->codec->width, ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1900:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->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:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1900:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->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:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1900:62: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->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:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1901:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base.den / st->codec->time_base.num); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1901:53: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base.den / st->codec->time_base.num); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1909:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] i, type, (int64_t)st->codec->bit_rate/1000, ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1996:59: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodec *codec = avcodec_find_encoder(st->codec->codec_id); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:1998:28: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2000:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] audio_bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2008:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] video_bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2016:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] video_bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2272:33: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] src/ffmpeg.c: : if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { 9 : ^ warning: ignoring return value of:function declared with warn_unused_result attribute [-Wunused-result] 2787:13: note: 'timecode_frame_start' declared here av_buffersrc_add_frame_fl gs(ist->filters[i]->filter, frame, ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ffprobe.cc::22274::561:: wwarning: : 'c'timecode_frame_start' is deprecated [-Wdeprecate -declarations] bitrate += c1->stream->streams[j]->codec->bit_rate; av_timecode_make_mpeg_tc_string(tcbuf, dec_c x->timecode_frame_start); ^src/libavformat/avformat.h:src:libavcodec/avcodec.h227:7: 1no:e: 'notec' declared here : 'timecode_frame_start' declared here AVCodecContext *codec; ^ int64_t timecode_frame_start; ^ src/ffserver.c:2115:80: warning: 'codec' is deprecated [-Wdeprecated-declarations] bitrate += c1->stream->feed->streams[c1->feed_streams[j]]->codec->bit_rate; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:295:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] av_buffersrc_add_frame(ist->filters[i]->filter, NULL); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ffprobe.c:2338: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:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2338:76: 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.c:1729:16: note: expanded from macro 'print_val' uv.val.i = v; \ ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2219:36: warning: 'codec' is deprecated [-Wdeprecated-declarations] c->stream->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:723s41/ffserver.c:2 88:w36ning: : warning is deprecated [-Wdeprecated-declarations] : 'codec' is deprecated [-Wdeprecated-declarations] c->fmt_ctx.streams[i]->codec->frame_number = 0; if (av_codec_get_lowres( t->codec)) { ^ rc/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:724:75: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_codec_set_lowres(ist->dec_ctx, av_codec_get_lowres(st->codec)); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:725:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:726:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:727:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:728:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2386:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] (st->codec->codec_type == AVMEDIA_TYPE_VIDEO || ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2415:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = ctx->streams[0]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2421:65: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = ctx->streams[pkt.stream_index]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2616:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->time_base = stream->codec->time_base; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2617:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->framerate = stream->codec->framerate; src/ffmpeg.c ^ :s855libavformat/avformat.h::895::2 :w rning:no'avc: ec_encode_audio2' is deprecated [-Wdeprecated-declarations] 'codec' declared here if (avcodec_encode_aud o2(enc, &pkt, frame, &got_packet) < 0) { ^ ^ src/libavcodec/avcodec.h:5272:5: note: 'avcodec_encode_audio2' declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/ffserver.c:2821:17: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavcodec/avcodec.h:4229:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffserver.c:2821:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2821:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1207:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(enc, &pkt, in_picture, &got_packet); ^ src/libavcodec/avcodec.h:5311:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ AR libavfilter/libavfilter.a src/ffserver.c:2998:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] avc->streams[i]->codec = stream->streams[i]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2998:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] avc->streams[i]->codec = stream->streams[i]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2999:91: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_parameters_from_context(stream->streams[i]->codecpar, stream->streams[i]->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1756:26: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] encode = avcodec_encode_audio2; ^ src/libavcodec/avcodec.h:5272:5: note: 'avcodec_encode_audio2' declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^ src/ffmpeg.c:1760:26: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] encode = avcodec_encode_video2; ^ src/libavcodec/avcodec.h:5311:5: note: 'avcodec_encode_video2' declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^ CC libavcodec/012v.o src/ffserver.c:3435:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&st->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1902:58: warning: 'codec' is deprecated [-Wdeprecated-declarations] int ret = av_parser_change(ost->parser, ost->st->codec, ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1927: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:5441:5: note: 'avpicture_fill' declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^ src/ffserver.c:3527:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] fst->codec = avcodec_alloc_context3(codec->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3528:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!fst->codec) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3532:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, codec); ^ src/libavcodec/avcodec.h:4229:5: note: 'avcodec_copy_context' declared heresrc/ffmpeg.c:1992:11: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ ret = avcodec_decode_audio4(avctx, decoded_frame, got_output, pkt); ^ src/libavcodec:avcodec.h:34751::35:: wnoteng: : 'c'avcodec_decode_audio4' declared herelarations] int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ avcodec_copy_context(fst->codec, codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3537:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] fst->codec = codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3557:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] av = st->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3559:33: warning: 'codec' is deprecated [-Wdeprecated-declarations] av1 = feed->streams[i]->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2118:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(ist->dec_ctx, ^ src/libavcodec/avcodec.h:4800:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/ffserver.c:3618:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_id == AV_CODEC_ID_MPEG4 && ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3619:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->extradata_size == 0) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3632:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_id == AV_CODEC_ID_MPEG4 && ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3633:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->extradata_size == 0) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3634:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&st->codec->extradata); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3643:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->extradata = av_mallocz(size + AV_INPUT_BUFFER_PADDING_SIZE); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3644:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->extradata_size = size; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3645:32: warning: 'codec' is deprecated [-Wdeprecated-declarations] memcpy(st->codec->extradata, pkt.data, size); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_string.h:65:27: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest)) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3645:32: warning: 'codec' is deprecated [-Wdeprecated-declarations] memcpy(st->codec->extradata, pkt.data, size); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_string.h:65:59: note: expanded from macro 'memcpy' __builtin___memcpy_chk (dest, src, len, __darwin_obsz0 (dest)) ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_common.h:38:55: note: expanded from macro '__darwin_obsz0' #define __darwin_obsz0(object) __builtin_object_size (object, 0) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3709:60: warning: 'codec' is deprecated [-Wdeprecated-declarations] add_av_stream1(stream, infile->streams[i]->codec, 1); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3818:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] matches = check_codec_match (sf->codec, ss->codec, i); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3818:61: warning: 'codec' is deprecated [-Wdeprecated-declarations] matches = check_codec_match (sf->codec, ss->codec, i); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver_config.c:292:17: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av->rc_eq = av_strdup("tex^qComp"); ^ src/libavcodec/avcodec.h:2667:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/ffserver_config.c:296:25: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av->rc_eq); ^ src/ffserver_config.c:48:77: note: expanded from macro 'WARNING' AV_LOG_WARNING, &config->warnings, __VA_ARGS__) ^ src/libavcodec/avcodec.h:2667:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/ffserver.c:3913:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) { ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3916:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] bandwidth += st->codec->bit_rate; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver_config.c:325:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec = av; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2730:15: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavcodec/avcodec.h:4229:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffmpeg.c:2730:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] CC libavcodec/4xm.o ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2758:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2761:48: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->time_base = av_add_q(ost->st->codec->time_base, (AVRational){0, 1}); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2768:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_parameters_to_context(ost->st->codec, ost->st->codecpar); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1926:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_get_context_defaults3(st->codec, codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1931:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1938:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] choose_pixel_fmt(st, st->codec, codec, st->codecpar->format); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1939:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^ src/libavcodec/avcodec.h:4229:5: note: 'avcodec_copy_context' declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^ src/ffmpeg_opt.c:1939:48: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3573:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3592:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2319:37: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ src/libavformat/avformat.h:885:21: note: 'codec' declared here AVCodecContext *codec; ^ 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/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o 5 warnings generated. CC libavcodec/aacenc_ltp.o 12 warnings generated. CC libavcodec/aacenc_pred.o 55 warnings generated. CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o 17 warnings generated. CC libavcodec/aacsbr.o 3 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 10 warnings generated. 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 AS libavcodec/aarch64/h264idct_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. CC libavcodec/aarch64/h264pred_init.o AS libavcodec/aarch64/h264pred_neon.o CC libavcodec/aarch64/h264qpel_init_aarch64.o AS libavcodec/aarch64/h264qpel_neon.o CC libavcodec/aarch64/hpeldsp_init_aarch64.o AS libavcodec/aarch64/hpeldsp_neon.o CC libavcodec/aarch64/imdct15_init.o AS libavcodec/aarch64/imdct15_neon.o AS libavcodec/aarch64/mdct_neon.o CC libavcodec/aarch64/mpegaudiodsp_init.o AS libavcodec/aarch64/mpegaudiodsp_neon.o CC libavcodec/aarch64/rv40dsp_init_aarch64.o CC libavcodec/aarch64/synth_filter_init.o AS libavcodec/aarch64/synth_filter_neon.o CC libavcodec/aarch64/vc1dsp_init_aarch64.o AS libavcodec/aarch64/videodsp.o CC libavcodec/aarch64/videodsp_init.o CC libavcodec/aarch64/vorbisdsp_init.o AS libavcodec/aarch64/vorbisdsp_neon.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 :31:21: error: invalid operand for instruction bic x7, x7, #63 ^ CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o make: *** [libavcodec/aarch64/synth_filter_neon.o] Error 1 make: *** Waiting for unfinished jobs....