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_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_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/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o src/libavfilter/lavfutils.c:53:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = format_ctx->streams[0]->codec; ^ src/libavformat/avformat.h:880: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:4743:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o 2 warnings generated. 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_blackdetect.o CC libavfilter/vf_blackframe.o src/libavfilter/src_movie.c:517:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4743:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/libavfilter/src_movie.c:520:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4694:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o 2 warnings generated. 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_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_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.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_lut.o 2 warnings generated. CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.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:1883:30: note: 'me_method' declared here attribute_deprecated int me_method; ^ 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:3069:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o 2 warnings generated. 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_vectorscope.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o src/libavfilter/vf_uspp.c:253:41: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavcodec/avcodec.h:3069:35: note: 'coded_frame' declared here attribute_deprecated AVFrame *coded_frame; ^ CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o 1 warning generated. 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:5766: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:5810: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:5798:5: note: 'av_bitstream_filter_filter' declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^ CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dsfdec.o CC libavformat/dnxhddec.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 3 warnings generated. CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o src/libavformat/dump.c:457:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:458:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:459:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:460:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:461:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:462:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:497:23: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:497:51: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/libavformat/dump.c:509:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ src/libavformat/avformat.h:880: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/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.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:880: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:2639:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/libavformat/ffmdec.c:338:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^ src/libavformat/avformat.h:880: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:2639: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:1975: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:1883: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:2738: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:2661: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:2700: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:2232: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:1954: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:880: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:880: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:2639: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:1975: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:1883: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:2738: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:2661: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:2700: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:2232: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:1954:9: note: 'b_frame_strategy' declared here int b_frame_strategy; ^ src/libavformat/ffmenc.c:246:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] bit_rate += st->codec->bit_rate; ^ src/libavformat/avformat.h:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavformat/flac_picture.o CC libavformat/flacdec.o 9 warnings generated. 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 2 warnings generated. 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/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 src/libavformat/img2enc.c:161:20: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] (ret = av_dup_packet(&pkt2)) < 0 || ^ src/libavcodec/avcodec.h:4381:5: note: 'av_dup_packet' declared here int av_dup_packet(AVPacket *pkt); ^ CC libavformat/isom.o CC libavformat/iss.o 1 warning generated. CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/matroska.o CC libavformat/m4vdec.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 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 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 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 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 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_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_aac.o 1 warning generated. 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/shortendec.o CC libavformat/segment.o src/libavformat/sdp.c:692:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/avformat.h:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ 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/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/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o src/libavformat/tee.c:126:41: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] AVBitStreamFilterContext *bsf = av_bitstream_filter_init(bsf_name); ^ src/libavcodec/avcodec.h:5766:27: note: 'av_bitstream_filter_init' declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^ src/libavformat/tee.c:184:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] av_bitstream_filter_close(bsf); ^ src/libavcodec/avcodec.h:5810:6: note: 'av_bitstream_filter_close' declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^ CC libavformat/tty.o src/libavformat/tee.c:543:66: warning: 'codec' is deprecated [-Wdeprecated-declarations] if ((ret = av_apply_bitstream_filters(avf2->streams[s2]->codec, &pkt2, ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ 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 3 warnings generated. 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 src/libavformat/utils.c:2034:9: warning: variable 'pos_min' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2067: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:2034:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2018: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:2056:13: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (index >= 0) { ^~~~~~~~~~ src/libavformat/utils.c:2067: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:2056:9: note: remove the 'if' if its condition is always true if (index >= 0) { ^~~~~~~~~~~~~~~~ src/libavformat/utils.c:2034:9: warning: variable 'pos_max' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (st->index_entries) { ^~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2067: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:2034:5: note: remove the 'if' if its condition is always true if (st->index_entries) { ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2018:5: note: variable 'pos_max' is declared here int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; ^ CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o src/libavformat/utils.c:3611:26: warning: initializing 'AVCodec *' (aka 'struct AVCodec *') with an expression of type 'const AVCodec *' (aka 'const struct AVCodec *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] AVCodec *codec = find_decoder(ic, st, st->codecpar->codec_id); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o src/libavformat/utils.c:4992:18: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] if (!(bsfc = av_bitstream_filter_init(name))) { ^ src/libavcodec/avcodec.h:5766:27: note: 'av_bitstream_filter_init' declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^ src/libavformat/utils.c:4997:9: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] av_bitstream_filter_close(bsfc); ^ src/libavcodec/avcodec.h:5810:6: note: 'av_bitstream_filter_close' declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^ CC libavformat/wc3movie.o CC libavformat/webm_chu:k.o 5013:17: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations] int a = av_bitstream_filter_filter(bsfc, codec, NULL, ^ src/libavcodec/avcodec.h:5798:5: note: 'av_bitstream_filter_filter' declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^ 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/wtvenc.o CC libavformat/wtvdec.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_filter.o CC ffprobe.o TXT doc/fate.txt CC ffserver.o CC ffserver_config.o AR libavdevice/libavdevice.a src/ffmpeg_opt.c:432:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_type != AVMEDIA_TYPE_AUDIO) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:437:53: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (m->channel_idx < 0 || m->channel_idx >= st->codec->channels) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:1783:52: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^ src/ffprobe.c:1725:61: note: expanded from macro 'print_duration_ts' #define print_duration_ts(k, v) writer_print_ts(w, k, v, 1) ^ src/ffmpeg_opt.c:637:60: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodec *codec = find_codec_or_die(codec_name, st->codec->codec_type, 0); ^ src/libavformat/avformat.h:880:21s c/libavcodec/avcodec.h:n1608: :'13dec' declared here : note: 'convergence_duration' declared here AVCodecContext *codec; ^ int64_t convergence_duration; ^src/ffmpeg_opt.c:638:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_id = codec->id;s ^: 1784s59/libavformat/avformat.h::8 0:w21ning: :' onvergence_duration' is deprecated [-Wdeprecated-declarations] note: 'codec' declared here AVCodecContext *codec; ^ print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^ src/ffprobe.c:1724:63:rc/ffmpeg_opt.c not::41ex:anded from macro 'print_duration_time' warning: 'codec' is deprecated [-Wdeprecated-declarations] #define print_duration_time(k, v, tb) writer_print_time(w, k, v, tb, 1) ^ return avcodec_find_decoder(st->codec->codec_id); ^ rc/libavcodec/avcodec.h:1608:rc/libavformat/avformat.h:188:: 2no:e: notevergence_duration' declared here : 'codec' declared here int64_t convergence_duration; ^text *codec; ^ src/ffmpeg_opt.c:652:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *dec = st->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:686:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_tag = tag; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:690:74: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->decoder_opts = filter_codec_opts(o->g->codec_opts, ist->st->codec->codec_id, ic, st, ist->dec); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:1962:19: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4743:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/ffprobe.c:1966:19: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4694:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ src/ffmpeg_opt.c:860:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!st->codec->extradata_size) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:881:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] avio_write(out, st->codec->extradata, st->codec->extradata_size); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:881:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] avio_write(out, st->codec->extradata, st->codec->extradata_size); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:97:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (*p == st->codec->sample_fmt) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; src/ffprobe.c ^ :2252:33: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^ src/libavcodec/avcodec.h:2759:13: note: 'timecode_frame_start' declared here int64_t timecod:_frame_start; 1 : ^ 92: warning: 'codec' is deprecated [-Wdeprecated-declarations] src/ffprobe.c:2254:61: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start);name(st->codec->sample_fmt) > av_get_sample_fmt_name(codec->sample_fmts[0])) ^ ^ src/libavformat/avformat:h:2880::121:: nnote: : 't'codec' declared heredeclared here int64_t timecode_frame_start; ^ AVCodecContext *codec; ^ src/ffmpeg_filter.c:103:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(av_get_sample_fmt_name(st->codec->sample_fmt)) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here src/ffmpeg_opt.cxt *codec; : 1029 ^ :57: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = ic->streams[i]->codec; ^ src/ffmpeg_filter.cormat.h::8106::247:: nwarn: g: 'c'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec; ^ av_get_sample_fmt_name(st->codec->sample_fmt), ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:109:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->sample_fmt = codec->sample_fmts[0]; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2318: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffprobe.c:2318: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:1728:16: note: expanded from macro 'print_val' uv.val.i = v; \ ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1181:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec_id = av_guess_codec(s->oformat, NULL, s->filename, ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1182:66: warning: 'codec' is deprecated [-Wdeprecated-declarations] NULL, ost->st->codec->codec_type); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1183:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->enc = avcodec_find_encoder(ost->st->codec->codec_id); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1187:59: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->enc = find_codec_or_die(codec_name, ost->st->codec->codec_type, 1); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1188:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec_id = ost->enc->id; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1218:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_type = type; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1282:22: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] if (!(bsfc = av_bitstream_filter_init(bsf))) { ^ src/libavcodec/avcodec.h:5766:27: note: 'av_bitstream_filter_init' declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^ src/ffprobe.c:2609:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist-:dec_ctx->time_base = stream->codec->time_base; 1 : ^ 18:swarningvformat/avformat.h::88'co:ec' is deprecated [-Wdeprecated-declarations] 21: note: 'codec' declared here ost->st->codec->codec_tag = ^ AVCodecContext *codec; src/libavformat/avfor at.h:880:21: note: 'codec' declared here src/ffprobe.c 2610VCodecContext *codec; : 47 ^ : warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->framerate = stream->codec->framerate; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1402:26: warning: 'codec' is deprecated [-Wdeprecated-declarations] return av_strdup(st->codec->codec_type == AVMEDIA_TYPE_VIDEO ? ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:254:59: warning: 'codec' is deprecated [-Wdeprecated-declarations] enum AVMediaType stream_type = s->streams[i]->codec->codec_type; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:614:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (of->ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:682:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (avf->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:683:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] w = FFMAX(w, avf->streams[i]->codec->width); ^ src/libavutil/common.h:94:28: note: expanded from macro 'FFMAX' #define FFMAX(a,b) ((a) > (b) ? (a) : (b)) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:683:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] w = FFMAX(w, avf->streams[i]->codec->width); ^ src/libavutil/common.h:94:40: note: expanded from macro 'FFMAX' #define FFMAX(a,b) ((a) > (b) ? (a) : (b)) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:684:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] h = FFMAX(h, avf->streams[i]->codec->height); ^ src/libavutil/common.h:94:28: note: expanded from macro 'FFMAX' #define FFMAX(a,b) ((a) > (b) ? (a) : (b)) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_filter.c:684:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] h = FFMAX(h, avf->streams[i]->codec->height); ^ src/libavutil/common.h:94:40: note: expanded from macro 'FFMAX' #define FFMAX(a,b) ((a) > (b) ? (a) : (b)) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:917:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec) ^ src/libavformat/avformat.h:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1834:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = avcodec_find_encoder(ic->streams[i]->codec->codec_id); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1836:91: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_log(s, AV_LOG_ERROR, "no encoder found for codec id %i\n", ic->streams[i]->codec->codec_id); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1846:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_get_context_defaults3(st->codec, codec); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1851:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1855:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO && !ost->stream_copy) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1857:22: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && !ost->stream_copy) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1858:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] choose_pixel_fmt(st, st->codec, codec, st->codec->pix_fmt); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared heresrc/ffserver.c:1207 56 AVCodecContext *codec; : ^ warning: 'codec' is deprecated [-Wdeprecated-declarations] src/ffmpeg_opt.c 1858 AVCodecContext *feed_codec = feed->streams[i]->codec; : 56 ^ : rc/libavformat/avformat.h:w880ing: :'21dec' is deprecated [-Wdeprecated-declarations] : note: 'codec' declared here AVCodecContext *codec; ^ choose_pixel_fmt(st, st->codec, codec, st->codec->pix_fmt); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:1859:48: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecCon:ext *codec;1 : ^ 50: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec = req->streams[i]->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2030:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(ist->st->codec->codec_type == ost->st->codec->codec_type){ ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2030:59: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(ist->st->codec->codec_type == ost->st->codec->codec_type){ ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2033:33: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO) ost->avfilter = av_strdup("anull"); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2034:33: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ost->avfilter = av_strdup("null"); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2041:131: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_log(NULL, AV_LOG_FATAL, "Missing %s stream which is required by this ffm\n", av_get_media_type_string(ost->st->codec->codec_type)); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2056:37: warning: 'codec' is deprecated [-Wdeprecated-declarations] src/ffmpeg_filter.c_area = ist->st->codec->width * ist->st->codec->height + 100000000*!!ist->st->codec_info_nb_frames; : 1084 ^ :sr:/libavformat/avformat.h: 8war:ing:21'c:dec' is deprecated [-Wdeprecated-declarations] note: 'codec' declared here AVCodecContext *codec; ^ avcodec_get_name(ost->st->codec->codec_id), ost->file_index, ost->index); ^ src/libavformat/:vformat.h:2880::621:: wnoteng: : 'c'codec' declared here-Wdeprecated-declarations] AVCodecContext *codec; ^ new_area = ist->st->codec->width * ist->st->codec->height + 100000000*!!ist->st->codec_info_nb_frames; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2059:30: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO && ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/cmdutils.c:1573:19: warning: 'av_bitstream_filter_next' is deprecated [-Wdeprecated-declarations] while ((bsf = av_bitstream_filter_next(bsf))) ^ src/libavcodec/avcodec.h:5821:20: note: 'av_bitstream_filter_next' declared here AVBitStreamFilter *av_bitstream_filter_next(const AVBitStreamFilter *f); rc/ffmpeg_opt.c: 2077 ^ :34: warning: 'codec' is deprecated [-Wdeprecated-declarations] score = ist->st->codec->channels + 100000000*!!ist->st->codec_info_nb_frames; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2078:30: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ist->st->codec->codec_type == AVMEDIA_TYPE_AUDIO && ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2092:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (input_streams[i]->st->codec->codec_type == AVMEDIA_TYPE_SUBTITLE) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:rc/ffserver.c:21886::742:: wwarning: : 'c'codec' is deprecated [-Wdeprecated-declarations] codec = avcodec_find_encoder(st->codec->codec_id); ^ src/libavformat/avformat.h:880 21 avcodec_descriptor_get(input_streams[i]->st->codec->codec_id); : ^ note: 'codec' declared heresrc/libavformat/avformat.h: :AVCodecContext *codec; 2 : ^ note: 'codec' declared here AVCodecContext *codec;s : ^ 1890:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ 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:880: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___sn:rintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) 2 : ^ 4sr:/libavformat/avformat.h: 8war:ing:21'c:dec' is deprecated [-Wdeprecated-declarations] note: 'codec' declared here AVCodecContext *codec; ^ if (input_streams[i]->st->codec->codec_type == AVMEDIA_TYPE_DATA ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecCon:ext *codec; 1 : ^ 52: warning: 'codec' is deprecated [-Wdeprecated-declarations] src/ffmpeg_opt.c "%dx%d, q=%d-%d, fps=%d", st->codec->width, : 2121 ^ :46pplications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/usr/include/secure/_stdio.h::5 :w62ning: :' odec' is deprecated [-Wdeprecated-declarations]note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ src/libavformat/avformat.ht_streams[i]->st->codec->codec_id == codec_id ):880 ^:21: notelibavformat/avformat.h:88'co:ec' declared here 21: noteVCodecContext *codec; : 'codec' declared here src/ffserver.c:1900: AVCodecContext *codec; 2 : ^ 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:880: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:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c.c:21901::553:: wwarning: : 'c'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 if(o->subtitle_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_SUBTITLE)n : ^expanded from macro 'snprintf' src/libavformat/avformat.h:880:21: __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) note ^ :sr'codec' declared heret.h: 880:21: note: 'codec' declared here AVCodecContext *codec; ^odec; ^ src/ffmpeg_opt.c:2160:52: warning: src/ffserver.crecated [-Wdeprecated-declarations] :1909:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(o-> audio_disable && ist->st->codec->codec type == AVMEDIA_TYPE_AUDIO) ^ src/libavformat/avformat.h:880s21/libavformat/avformat.h:8 0n21e: :' odec' declared here note: AVCodecContext *c dec; ^ AVCodecContext *codec; ^ src/ffmpeg_opt.c:2162:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(o-> video_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2164:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] if(o-> data_disable && ist->st->codec->codec_type == AVMEDIA_TYPE_DATA) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2168:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch (ist->st->codec->codec_type) { ^ src/libavformat/avformat.h:880: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:880: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:880: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:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2226:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->extradata = attachment; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2227:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->extradata_size = len; ^ src/libavformat/avformat.h:src:ffserver.c:221:3: 5no:e: warning declared here: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec; ^ bitrate += c1->stream->streams[j]->codec->bit_rate; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ 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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg_opt.c:2241:37: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ src/libavformat/avformat.h:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2288:36: warning: 'codec' is deprecated [-Wdeprecated-declarations] c->fmt_ctx.streams[i]->codec->frame_number = 0; ^ src/libavformat/avformat.h:880: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:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:2821:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, st->codec); ^ src/libavformat/avformat.h:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:200:14: warning: 'pict' is deprecated [-Wdeprecated-declarations] src = r->pict.data[0]; ^ src/libavcodec/avcodec.h:3874:15: note: 'pict' declared here AVPicture pict; ^ src/ffmpeg.c:200:19: warning: 'data' is deprecated [-Wdeprecated-declarations] src = r->pict.data[0]; ^ src/libavcodec/avcodec.h:3832:14: note: 'data' declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^ src/ffmpeg.c:201:26: warning: 'pict' is deprecated [-Wdeprecated-declarations] pal = (uint32_t *)r->pict.data[1]; ^ src/libavcodec/avcodec.h:3874:15: note: 'pict' declared here AVPicture pict; ^ src/ffmpeg.c:201:31: warning: 'data' is deprecated [-Wdeprecated-declarations] pal = (uint32_t *)r->pict.data[1]; ^ src/libavcodec/avcodec.h:3832:14: note: 'data' declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^ src/ffmpeg.c:208:19: warning: 'pict' is deprecated [-Wdeprecated-declarations] src += r->pict.linesize[0]; ^ src/libavcodec/avcodec.h:3874:15: note: 'pict' declared here AVPicture pict; ^ src/ffmpeg.c:208:24: warning: 'linesize' is deprecated [-Wdeprecated-declarations] src += r->pict.linesize[0]; ^ src/libavcodec/avcodec.h:3834:9: note: 'linesize' declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^ src/ffmpeg.c:220:9: warning: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ffmpeg_opt.c:2538:74: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *c = input_files[j]->ctx->streams[i]->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; rc/ffserver.c: 2998 ^ :26: warning: 'codec' is deprecated [-Wdeprecated-declarations] avc->streams[i]->codec = stream->streams[i]->codec; ^ src/libavformat/avformat.h:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/cmdutils.c:1984:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch (st->codec->codec_type) { ^ src/libavformat/avformat.h:880: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/cmdutils.c:2042:64: warning: 'codec' is deprecated [-Wdeprecated-declarations] opts[i] = filter_codec_opts(codec_opts, s->streams[i]->codec->codec_id, ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3435:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&st->codec); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:513:13: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] src/ffserver.c 3527 av_bitstream_filter_close(bsfc); : 14 ^ : warning: 'codec' is deprecated [-Wdeprecated-declarations] rc/libavcodec/avcodec.h:5810:6: note: fst->codec = avcodec_alloc_context3(codec->codec); ' ^ilter_close' declared here src/libavformat/avformat.h:880:21: note: 'codec' declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); AVCodecContext *codec; ^ src/ffserver.c:3528:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!fst->codec) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3532:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(fst->codec, codec); ^ src/libavformat/avformat.h:880: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:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3618:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_id == AV_CODEC_ID_MPEG4 && ^ src/libavformat/avformat.h:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec;.a ^ src/ffserver.c:3633:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->extradata_size == 0) { ^ src/libavformat/avformat.h:880: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:880: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:880: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:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:638:85: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *avctx = ost->encoding_needed ? ost->enc_ctx : ost->st->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:641:19: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!ost->st->codec->extradata_size && ost->enc_ctx->extradata_size) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:642:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->extradata = av_mallocz(ost->enc_ctx->extradata_size + AV_INPUT_BUFFER_PADDING_SIZE); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:643:22:swarningrver.c::37'cod:c' is deprecated [-Wdeprecated-declarations] 60: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ost->st->codec->extradata) { ^ src/libavformat/avformat.h:880:21: note add_av_stream1(stream, infile->streams[i]->codec, 1); : 'codec' declared here ^ src/libavformat/avformat.h:880: AVCodecContext *codec; 2 : ^ note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:644:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] memcpy(ost->st->codec->extradata, ost->enc_ctx->extradata, ost->enc_ctx->extradata_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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:644:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] memcpy(ost->st->codec->extradata, ost->enc_ctx->extradata, ost->enc_ctx->extradata_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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:645:22: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->extradata_size = ost->enc_ctx->extradata_size; ^ src/libavformat/avformat.h:880: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:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffserver.c:3913:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] switch(st->codec->codec_type) { ^ src/libavformat/avformat.h:880: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:936:40: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *mux_enc = ost->st->codec; ^ src/libavformat/avformat.h:880: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:2639: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:2639:17: note: 'rc_eq' declared here const char *rc_eq; ^ src/ffserver_config.c:325:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec = av; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1854:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ost->st->codec->codec_type == AVMEDIA_TYPE_AUDIO && pkt->dts != AV_NOPTS_VALUE) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1866:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] if ( ost->st->codec->codec_id != AV_CODEC_ID_H264 ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1867:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] && ost->st->codec->codec_id != AV_CODEC_ID_MPEG1VIDEO ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1868:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] && ost->st->codec->codec_id != AV_CODEC_ID_MPEG2VIDEO ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1869:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] && ost->st->codec->codec_id != AV_CODEC_ID_VC1 ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1871:58: warning: 'codec' is deprecated [-Wdeprecated-declarations] int ret = av_parser_change(ost->parser, ost->st->codec, ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1892:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ost->st->codec->codec_type == AVMEDIA_TYPE_VIDEO && ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1893:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec_id == AV_CODEC_ID_RAWVIDEO && ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1896:19: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); ^ src/libavcodec/avcodec.h:5375:5: note: 'avpicture_fill' declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^ src/ffmpeg.c:1896:61: warning: 'codec' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1896:86: warning: 'codec' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:1896:109: warning: 'codec' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codec->pix_fmt, ost->st->codec->width, ost->st->codec->height); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavcodec/012v.o src/ffmpeg.c:1961:11: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(avctx, decoded_frame, got_output, pkt); ^ src/libavcodec/avcodec.h:4694:5: note: 'avcodec_decode_audio4' declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ src/ffmpeg.c:2087:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(ist->dec_ctx, ^ src/libavcodec/avcodec.h:4743:5: note: 'avcodec_decode_video2' declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ src/ffmpeg.c:2093:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (ist->st->codec->has_b_frames < ist->dec_ctx->has_b_frames) { ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2095:22: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->st->codec->has_b_frames = ist->dec_ctx->has_b_frames; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2103:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->st->codec->has_b_frames); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2648:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2679:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2681:40: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = av_opt_set_dict(ost->st->codec, &ost->encoder_opts); ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2688: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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2766:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_get_media_type_string(st->codec->codec_type), ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2856:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] enc_ctx = ost->stream_copy ? ost->st->codec : ost->enc_ctx; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:2867:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st != ost->st && st->codec->codec_type == enc_ctx->codec_type) ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3054:52: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_get_name(ost->st->codec->codec_id), ost->file_index, ost->index); ^ /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:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3187:80: warning: 'codec' is deprecated [-Wdeprecated-declarations] enc_ctx->width = input_streams[ost->source_index]->st->codec->width; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3188:80: warning: 'codec' is deprecated [-Wdeprecated-declarations] enc_ctx->height = input_streams[ost->source_index]->st->codec->height; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3520:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ src/ffmpeg.c:3539:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/libavformat/avformat.h:880:21: note: 'codec' declared here AVCodecContext *codec; ^ CC libavcodec/4xm.o 13 warnings generated. CC libavcodec/8bps.o CC libavcodec/8svx.o 3 warnings generated. CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o 7 warnings generated. 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 CC libavcodec/aacenc_ltp.o 53 warnings generated. 53 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 3 warnings generated. CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o 46 warnings generated. 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 AS libavcodec/aarch64/h264idct_neon.o 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 :31:21: error: invalid operand for instruction bic x7, x7, #63 ^ make: *** [libavcodec/aarch64/synth_filter_neon.o] Error 1 make: *** Waiting for unfinished jobs.... 10 warnings generated.