GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version CC libavdevice/alldevices.o CC libavdevice/alsa.o CC libavdevice/avdevice.o CC libavdevice/alsa_enc.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_enc.o CC libavdevice/iec61883.o CC libavdevice/libdc1394.o CC libavdevice/openal-dec.o CC libavdevice/opengl_enc.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/pulse_audio_common.o src/libavdevice/avdevice.c: In function ‘device_next’: src/libavdevice/avdevice.c:88:13: warning: ‘av_oformat_next’ is deprecated [-Wdeprecated-declarations] if (!(prev = av_oformat_next(prev))) ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ src/libavdevice/avdevice.c:92:13: warning: ‘av_iformat_next’ is deprecated [-Wdeprecated-declarations] if (!(prev = av_iformat_next(prev))) ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ CC libavdevice/pulse_audio_dec.o CC libavdevice/reverse.o CC libavdevice/sdl2.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2enc.o CC libavdevice/xcbgrab.o CC libavdevice/xv.o GEN libavdevice/libavdevice.pc CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/ac3dec.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/adtsenc.o CC libavformat/afc.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apetag.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfenc.o src/libavformat/amr.c:87:12: warning: ‘amr_read_header’ defined but not used [-Wunused-function] static int amr_read_header(AVFormatContext *s) ^~~~~~~~~~~~~~~ src/libavformat/amr.c:74:12: warning: ‘amr_probe’ defined but not used [-Wunused-function] static int amr_probe(AVProbeData *p) ^~~~~~~~~ CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/av1.o CC libavformat/avc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/bfi.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bluray.o CC libavformat/bmv.o src/libavformat/asfenc.c:819:12: warning: ‘asf_write_stream_header’ defined but not used [-Wunused-function] static int asf_write_stream_header(AVFormatContext *s) ^~~~~~~~~~~~~~~~~~~~~~~ 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/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/data_uri.o CC libavformat/dauddec.o src/libavformat/codec2.c:175:12: warning: ‘codec2raw_read_header’ defined but not used [-Wunused-function] static int codec2raw_read_header(AVFormatContext *s) ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/codec2.c:152:12: warning: ‘codec2_write_header’ defined but not used [-Wunused-function] static int codec2_write_header(AVFormatContext *s) ^~~~~~~~~~~~~~~~~~~ CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dfa.o CC libavformat/dhav.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dtsdec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/fifo_test.o CC libavformat/file.o CC libavformat/fitsenc.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/format.o src/libavformat/dump.c: In function ‘dump_stream_format’: src/libavformat/dump.c:475:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:476:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:477:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:478:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:479:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:480:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:515:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:515:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:527:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^~~~~~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/g726.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gifdec.o CC libavformat/golomb_tab.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/h263dec.o CC libavformat/hashenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/icodec.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o src/libavformat/img2enc.c: In function ‘write_packet’: src/libavformat/img2enc.c:119:59: warning: ‘.tmp’ directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); ^~~~ src/libavformat/img2enc.c:119:13: note: ‘snprintf’ output between 5 and 1028 bytes into a destination of size 1024 snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/libgme.o CC libavformat/libmodplug.o CC libavformat/librtmp.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/log2_tab.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/microdvdenc.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mpc8.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegvideodec.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/mtaf.o CC libavformat/mux.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o src/libavformat/matroskaenc.c:2679:12: warning: ‘mkv_query_codec’ defined but not used [-Wunused-function] static int mkv_query_codec(enum AVCodecID codec_id, int std_compliance) ^~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c: In function ‘mkv_write_trailer’: src/libavformat/matroskaenc.c:2654:62: warning: ‘%012.9f’ directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=] snprintf(duration_string, 20, "%02d:%02d:%012.9f", ^~~~~~~ src/libavformat/matroskaenc.c:2654:21: note: ‘snprintf’ output between 19 and 333 bytes into a destination of size 20 snprintf(duration_string, 20, "%02d:%02d:%012.9f", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int) duration_sec / 3600, ((int) duration_sec / 60) % 60, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fmod(duration_sec, 60)); ~~~~~~~~~~~~~~~~~~~~~~~ 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/oggenc.o CC libavformat/oggparsevorbis.o CC libavformat/oma.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o src/libavformat/options.c: In function ‘format_child_class_next’: src/libavformat/options.c:64:5: warning: ‘av_iformat_next’ is deprecated [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:69:9: warning: ‘av_oformat_next’ is deprecated [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:73:9: warning: ‘av_iformat_next’ is deprecated [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:77:5: warning: ‘av_oformat_next’ is deprecated [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ CC libavformat/protocols.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/realtextdec.o src/libavformat/protocols.c: In function ‘avio_enum_protocols’: src/libavformat/protocols.c:98:7: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] p = p ? p + 1 : url_protocols; ^ CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsoenc.o CC libavformat/rtp.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_mpegts.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/shortendec.o CC libavformat/segment.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o src/libavformat/movenc.c: In function ‘handle_eac3’: src/libavformat/movenc.c:521:9: warning: ‘av_copy_packet_side_data’ is deprecated [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^~ In file included from src/libavformat/avformat.h:319, from src/libavformat/movenc.h:27, from src/libavformat/movenc.c:27: src/libavcodec/avcodec.h:4450:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/smjpegdec.o CC libavformat/sol.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewerdec.o CC libavformat/supenc.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tedcaptionsdec.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/url.o CC libavformat/utils.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vividas.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/vplayerdec.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webvttdec.o src/libavformat/vorbiscomment.c: In function ‘ff_vorbiscomment_write’: src/libavformat/vorbiscomment.c:102:63: warning: ‘%03d’ directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~ src/libavformat/vorbiscomment.c:102:62: note: directive argument in the range [0, 2147483647] snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~~~ src/libavformat/vorbiscomment.c:102:13: note: ‘snprintf’ output between 4 and 11 bytes into a destination of size 4 snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:69: warning: ‘%02d’ directive output may be truncated writing between 2 and 3 bytes into a region of size between 1 and 7 [-Wformat-truncation=] snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-59, 59] snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-999, 999] src/libavformat/vorbiscomment.c:103:13: note: ‘snprintf’ output between 13 and 21 bytes into a destination of size 13 snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wv.o CC libavformat/wvdec.o src/libavformat/webm_chunk.c:244:12: warning: ‘webm_chunk_write_trailer’ defined but not used [-Wunused-function] static int webm_chunk_write_trailer(AVFormatContext *s) ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/webm_chunk.c:204:12: warning: ‘webm_chunk_write_packet’ defined but not used [-Wunused-function] static int webm_chunk_write_packet(AVFormatContext *s, AVPacket *pkt) ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/webm_chunk.c:110:12: warning: ‘webm_chunk_write_header’ defined but not used [-Wunused-function] static int webm_chunk_write_header(AVFormatContext *s) ^~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/yop.o GEN libavfilter/libavfilter.pc CC libpostproc/postprocess.o GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc GEN libpostproc/libpostproc.pc GEN libswscale/libswscale.pc GEN libswresample/libswresample.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o AR libavdevice/libavdevice.a TXT doc/fate.txt GEN libavdevice/libavdevice.ver CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o src/libavformat/utils.c: In function ‘find_probe_decoder’: src/libavformat/utils.c:225:9: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] while (probe_codec = av_codec_next(probe_codec)) { ^~~~~ In file included from src/libavcodec/internal.h:33, from src/libavformat/utils.c:41: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/libavformat/utils.c: In function ‘avformat_transfer_internal_stream_timing_info’: src/libavformat/utils.c:5698:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/utils.c:5699:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/aptx.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o src/libavcodec/aptx.c:1054:12: warning: ‘aptx_encode_frame’ defined but not used [-Wunused-function] static int aptx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~ CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/atrac9dec.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/av1_metadata_bsf.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmvvideo.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbs.o CC libavcodec/cbs_av1.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_vp9.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cga_data.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrenc.o CC libavcodec/cngdec.o CC libavcodec/codec2utils.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o CC libavcodec/dirac.o CC libavcodec/diractab.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dss_sp.o src/libavcodec/decode.c: In function ‘compat_decode’: src/libavcodec/decode.c:817:13: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavcodec/decode.c: In function ‘avcodec_flush_buffers’: src/libavcodec/decode.c:2004:5: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ CC libavcodec/dstdec.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsubdec.o CC libavcodec/dvenc.o CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/encode.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o src/libavcodec/encode.c: In function ‘do_encode’: src/libavcodec/encode.c:365:9: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^~~ src/libavcodec/encode.c:258:25: note: declared here int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/encode.c:368:9: warning: ‘avcodec_encode_audio2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^~~ src/libavcodec/encode.c:118:25: note: declared here int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/exif.o CC libavcodec/exr.o CC libavcodec/exrdsp.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffwavesynth.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g722dsp.o src/libavcodec/frame_thread_encoder.c: In function ‘worker’: src/libavcodec/frame_thread_encoder.c:89:9: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); ^~~ In file included from src/libavcodec/frame_thread_encoder.h:24, from src/libavcodec/frame_thread_encoder.c:23: src/libavcodec/avcodec.h:5446:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1_parser.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/gif_parser.o CC libavcodec/golomb.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_levels.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_redundant_pps_bsf.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/h265_profile_level.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapenc.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hpeldsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iirfilter.o CC libavcodec/ilbcdec.o CC libavcodec/imgconvert.o CC libavcodec/indeo2.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lclenc.o CC libavcodec/libfdk-aacenc.o CC libavcodec/libgsmdec.o CC libavcodec/libgsmenc.o CC libavcodec/libopencore-amr.o CC libavcodec/libopenjpegenc.o CC libavcodec/libopus.o CC libavcodec/libopusdec.o CC libavcodec/libopusenc.o CC libavcodec/libspeexdec.o CC libavcodec/libspeexenc.o CC libavcodec/libvorbisdec.o CC libavcodec/libvpx.o CC libavcodec/libvpxdec.o CC libavcodec/libvpxenc.o CC libavcodec/libwavpackenc.o CC libavcodec/libwebpenc.o CC libavcodec/libwebpenc_animencoder.o CC libavcodec/libwebpenc_common.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/log2_tab.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/mace.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/mimic.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/motion_est.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o src/libavcodec/mjpegdec.c: In function ‘ff_mjpeg_decode_frame’: src/libavcodec/mjpegdec.c:2460:21: warning: ‘av_frame_set_qp_table’ is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mjpegdec.c:36: src/libavutil/frame.h:693:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mwsc.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/null_bsf.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o src/libavcodec/mpegvideo.c: In function ‘ff_mpv_export_qp_table’: src/libavcodec/mpegvideo.c:1455:5: warning: ‘av_frame_set_qp_table’ is deprecated [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mpegvideo.c:36: src/libavutil/frame.h:693:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o src/libavcodec/options.c: In function ‘codec_child_class_next’: src/libavcodec/options.c:61:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/libavcodec/options.c:66:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ CC libavcodec/opusdec.o CC libavcodec/opusenc.o CC libavcodec/opusenc_psy.o CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/parsers.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pgssubdec.o CC libavcodec/pixblockdsp.o CC libavcodec/png.o CC libavcodec/pngdec.o CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/prosumer.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rdft.o CC libavcodec/reverse.o CC libavcodec/rl.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv34_parser.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/sbc.o CC libavcodec/sbcdsp.o CC libavcodec/sbcdsp_data.o CC libavcodec/sbcenc.o CC libavcodec/sbrdsp.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgirledec.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa_y216dec.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/texturedspenc.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truehd_core_bsf.o CC libavcodec/truemotion2.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/v4l2_buffers.o CC libavcodec/v4l2_context.o CC libavcodec/v4l2_fmt.o CC libavcodec/v4l2_m2m.o CC libavcodec/v4l2_m2m_dec.o CC libavcodec/v4l2_m2m_enc.o CC libavcodec/vaapi_decode.o CC libavcodec/vaapi_encode.o CC libavcodec/vaapi_encode_h264.o CC libavcodec/vaapi_encode_h265.o src/libavcodec/v4l2_m2m.c: In function ‘ff_v4l2_m2m_codec_init’: src/libavcodec/v4l2_m2m.c:362:9: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(s->devname, node, strlen(node) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/v4l2_m2m.c:362:35: note: length computed here strncpy(s->devname, node, strlen(node) + 1); ^~~~~~~~~~~~ CC libavcodec/vaapi_encode_mpeg2.o CC libavcodec/vaapi_encode_vp9.o CC libavcodec/vaapi_vc1.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vdpau.o CC libavcodec/vdpau_hevc.o CC libavcodec/vdpau_mpeg12.o CC libavcodec/videodsp.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_metadata_bsf.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/wcmv.o CC libavcodec/webvttdec.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmaprodec.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dsp.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o X86ASM libavcodec/x86/aacencdsp.o CC libavcodec/x86/aacencdsp_init.o STRIP libavcodec/x86/aacencdsp.o X86ASM libavcodec/x86/aacpsdsp.o CC libavcodec/x86/aacpsdsp_init.o X86ASM libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/ac3dsp_downmix.o STRIP libavcodec/x86/aacpsdsp.o CC libavcodec/x86/ac3dsp_init.o STRIP libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/audiodsp.o CC libavcodec/x86/audiodsp_init.o X86ASM libavcodec/x86/blockdsp.o STRIP libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/blockdsp_init.o X86ASM libavcodec/x86/bswapdsp.o STRIP libavcodec/x86/audiodsp.o STRIP libavcodec/x86/blockdsp.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o CC libavcodec/x86/constants.o STRIP libavcodec/x86/bswapdsp.o X86ASM libavcodec/x86/dcadsp.o CC libavcodec/x86/dcadsp_init.o X86ASM libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o STRIP libavcodec/x86/dcadsp.o X86ASM libavcodec/x86/dnxhdenc.o STRIP libavcodec/x86/cavsidct.o CC libavcodec/x86/dnxhdenc_init.o X86ASM libavcodec/x86/exrdsp.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/exrdsp_init.o STRIP libavcodec/x86/dct32.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o X86ASM libavcodec/x86/fft.o STRIP libavcodec/x86/exrdsp.o CC libavcodec/x86/fft_init.o X86ASM libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o CC libavcodec/x86/flacdsp_init.o X86ASM libavcodec/x86/fpel.o X86ASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/flac_dsp_gpl.o CC libavcodec/x86/g722dsp_init.o X86ASM libavcodec/x86/h263_loopfilter.o STRIP libavcodec/x86/g722dsp.o CC libavcodec/x86/h263dsp_init.o STRIP libavcodec/x86/fpel.o X86ASM libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/fft.o X86ASM libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_idct.o STRIP libavcodec/x86/flacdsp.o STRIP libavcodec/x86/h263_loopfilter.o X86ASM libavcodec/x86/h264_idct_10bit.o X86ASM libavcodec/x86/h264_intrapred.o X86ASM libavcodec/x86/h264_intrapred_10bit.o STRIP libavcodec/x86/h264_chromamc_10bit.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o STRIP libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/h264_weight.o X86ASM libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o X86ASM libavcodec/x86/hevc_add_res.o STRIP libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_intrapred_10bit.o X86ASM libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/h264_deblock.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_add_res.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/hevc_sao.o X86ASM libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/hevcdsp_init.o STRIP libavcodec/x86/h264_idct.o X86ASM libavcodec/x86/hpeldsp.o STRIP libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_init.o STRIP libavcodec/x86/h264_intrapred.o X86ASM libavcodec/x86/hpeldsp_vp3.o STRIP libavcodec/x86/hevc_sao.o CC libavcodec/x86/hpeldsp_vp3_init.o STRIP libavcodec/x86/h264_qpel_8bit.o X86ASM libavcodec/x86/huffyuvdsp.o STRIP libavcodec/x86/hpeldsp_vp3.o CC libavcodec/x86/huffyuvdsp_init.o X86ASM libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_init.o X86ASM libavcodec/x86/idctdsp.o STRIP libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/idctdsp_init.o STRIP libavcodec/x86/huffyuvdsp.o X86ASM libavcodec/x86/imdct36.o X86ASM libavcodec/x86/lossless_videodsp.o STRIP libavcodec/x86/idctdsp.o CC libavcodec/x86/lossless_videodsp_init.o X86ASM libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/lossless_videoencdsp_init.o STRIP libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/lpc.o STRIP libavcodec/x86/lossless_videodsp.o X86ASM libavcodec/x86/mdct15.o CC libavcodec/x86/mdct15_init.o X86ASM libavcodec/x86/me_cmp.o CC libavcodec/x86/me_cmp_init.o STRIP libavcodec/x86/mdct15.o X86ASM libavcodec/x86/mlpdsp.o STRIP libavcodec/x86/imdct36.o CC libavcodec/x86/mlpdsp_init.o STRIP libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/mpegaudiodsp.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegvideo.o STRIP libavcodec/x86/hevc_idct.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o X86ASM libavcodec/x86/mpegvideoencdsp.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o CC libavcodec/x86/opus_dsp_init.o X86ASM libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/pixblockdsp.o STRIP libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pixblockdsp_init.o X86ASM libavcodec/x86/pngdsp.o CC libavcodec/x86/pngdsp_init.o X86ASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/opus_pvq_search.o CC libavcodec/x86/proresdsp_init.o X86ASM libavcodec/x86/qpel.o STRIP libavcodec/x86/pngdsp.o STRIP libavcodec/x86/me_cmp.o X86ASM libavcodec/x86/qpeldsp.o CC libavcodec/x86/qpeldsp_init.o X86ASM libavcodec/x86/sbcdsp.o STRIP libavcodec/x86/qpel.o CC libavcodec/x86/sbcdsp_init.o X86ASM libavcodec/x86/sbrdsp.o STRIP libavcodec/x86/sbcdsp.o CC libavcodec/x86/sbrdsp_init.o STRIP libavcodec/x86/proresdsp.o STRIP libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/simple_idct10.o CC libavcodec/x86/snowdsp.o X86ASM libavcodec/x86/synth_filter.o STRIP libavcodec/x86/sbrdsp.o CC libavcodec/x86/synth_filter_init.o X86ASM libavcodec/x86/takdsp.o STRIP libavcodec/x86/synth_filter.o CC libavcodec/x86/takdsp_init.o STRIP libavcodec/x86/takdsp.o X86ASM libavcodec/x86/ttadsp.o CC libavcodec/x86/ttadsp_init.o X86ASM libavcodec/x86/ttaencdsp.o STRIP libavcodec/x86/ttadsp.o CC libavcodec/x86/ttaencdsp_init.o X86ASM libavcodec/x86/utvideodsp.o STRIP libavcodec/x86/qpeldsp.o CC libavcodec/x86/utvideodsp_init.o CC libavcodec/x86/vc1dsp_init.o STRIP libavcodec/x86/ttaencdsp.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o X86ASM libavcodec/x86/vc1dsp_mc.o STRIP libavcodec/x86/utvideodsp.o CC libavcodec/x86/vc1dsp_mmx.o X86ASM libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o STRIP libavcodec/x86/vc1dsp_mc.o X86ASM libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vorbisdsp_init.o STRIP libavcodec/x86/vorbisdsp.o X86ASM libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/videodsp.o CC libavcodec/x86/vp3dsp_init.o X86ASM libavcodec/x86/vp6dsp.o STRIP libavcodec/x86/vc1dsp_loopfilter.o CC libavcodec/x86/vp6dsp_init.o STRIP libavcodec/x86/vp6dsp.o X86ASM libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp8dsp_init.o X86ASM libavcodec/x86/vp8dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init.o STRIP libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp9dsp_init_10bpp.o CC libavcodec/x86/vp9dsp_init_12bpp.o STRIP libavcodec/x86/simple_idct10.o CC libavcodec/x86/vp9dsp_init_16bpp.o STRIP libavcodec/x86/vp8dsp.o X86ASM libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o X86ASM libavcodec/x86/vp9itxfm.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o X86ASM libavcodec/x86/vp9lpf.o X86ASM libavcodec/x86/vp9lpf_16bpp.o STRIP libavcodec/x86/vp8dsp_loopfilter.o X86ASM libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9intrapred.o STRIP libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/xvididct.o CC libavcodec/x86/xvididct_init.o STRIP libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9intrapred_16bpp.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xvididct.o STRIP libavcodec/x86/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libswresample/audioconvert.o CC libswresample/dither.o STRIP libavcodec/x86/hevc_mc.o CC libswresample/log2_tab.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o STRIP libavcodec/x86/simple_idct.o X86ASM libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o X86ASM libswresample/x86/resample.o CC libswresample/x86/resample_init.o CC libavutil/adler32.o STRIP libswresample/x86/rematrix.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avsscanf.o CC libavutil/avstring.o STRIP libswresample/x86/resample.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o STRIP libavcodec/x86/vp9lpf_16bpp.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o STRIP libswresample/x86/audio_convert.o CC libavutil/downmix_info.o CC libavutil/encryption_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hdr_dynamic_metadata.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_vaapi.o CC libavutil/hwcontext_vdpau.o CC libavutil/imgutils.o CC libavutil/integer.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o STRIP libavcodec/x86/vp9itxfm_16bpp.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/slicethread.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o X86ASM libavutil/x86/cpuid.o src/libavutil/timecode.c: In function ‘av_timecode_make_string’: src/libavutil/timecode.c:103:60: warning: ‘%02d’ directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=] snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~ src/libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/timecode.c:103:5: note: ‘snprintf’ output between 12 and 32 bytes into a destination of size 23 snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ neg ? "-" : "", ~~~~~~~~~~~~~~~ hh, mm, ss, drop ? ';' : ':', ff); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ X86ASM libavutil/x86/fixed_dsp.o CC libavutil/x86/fixed_dsp_init.o STRIP libavutil/x86/cpuid.o X86ASM libavutil/x86/float_dsp.o STRIP libavutil/x86/fixed_dsp.o CC libavutil/x86/float_dsp_init.o X86ASM libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o STRIP libavutil/x86/imgutils.o CC libavutil/x86/lls_init.o X86ASM libavutil/x86/pixelutils.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o STRIP libavutil/x86/lls.o CC libavfilter/af_acopy.o STRIP libavutil/x86/float_dsp.o CC libavfilter/af_acrossover.o CC libavfilter/af_acrusher.o CC libavfilter/af_adeclick.o CC libavfilter/af_adelay.o CC libavfilter/af_aderivative.o CC libavfilter/af_aecho.o STRIP libavutil/x86/pixelutils.o STRIP libavcodec/x86/vp9lpf.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_aresample.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_earwax.o CC libavfilter/af_firequalizer.o CC libavfilter/af_hdcd.o CC libavfilter/af_join.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o src/libavfilter/af_resample.c: In function ‘init’: src/libavfilter/af_resample.c:54:5: warning: ‘avresample_get_class’ is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function ‘uninit’: src/libavfilter/af_resample.c:83:9: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:84:9: warning: ‘avresample_free’ is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function ‘config_output’: src/libavfilter/af_resample.c:127:9: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:128:9: warning: ‘avresample_free’ is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:140:5: warning: ‘avresample_alloc_context’ is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:194:25: note: declared here AVAudioResampleContext *avresample_alloc_context(void); ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:161:5: warning: ‘avresample_open’ is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:214:5: note: declared here int avresample_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function ‘request_frame’: src/libavfilter/af_resample.c:199:9: warning: ‘avresample_get_out_samples’ is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:208:9: warning: ‘avresample_convert’ is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function ‘filter_frame’: src/libavfilter/af_resample.c:235:9: warning: ‘avresample_get_delay’ is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:236:9: warning: ‘avresample_get_out_samples’ is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:244:9: warning: ‘avresample_convert’ is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:253:9: warning: ‘avresample_available’ is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:494:5: note: declared here int avresample_available(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function ‘resample_child_class_next’: src/libavfilter/af_resample.c:311:5: warning: ‘avresample_get_class’ is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showspectrum.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/dnn_backend_native.o CC libavfilter/dnn_interface.o CC libavfilter/drawutils.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sidedata.o src/libavfilter/avfiltergraph.c: In function ‘avfilter_graph_free’: src/libavfilter/avfiltergraph.c:135:5: warning: ‘resample_lavr_opts’ is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from src/libavfilter/avfiltergraph.c:39: src/libavfilter/avfilter.h:847:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/pthread.o src/libavfilter/lavfutils.c: In function ‘ff_load_image’: src/libavfilter/lavfutils.c:91:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^~~ In file included from src/libavformat/avformat.h:319, from src/libavfilter/lavfutils.h:27, from src/libavfilter/lavfutils.c:22: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/scale.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaapi_vpp.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o src/libavfilter/src_movie.c: In function ‘open_stream’: src/libavfilter/src_movie.c:175:5: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c: In function ‘movie_push_frame’: src/libavfilter/src_movie.c:529:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:532:9: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4766:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_chromakey.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_deinterlace_vaapi.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawtext.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fftfilt.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_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_idet.o src/libavfilter/vf_geq.c: In function ‘geq_init’: src/libavfilter/vf_geq.c:146:51: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~ src/libavfilter/vf_geq.c:146:50: note: directive argument in the range [-2147483648, 2147483646] snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~~~ src/libavfilter/vf_geq.c:146:9: note: ‘snprintf’ output between 2 and 12 bytes into a destination of size 8 snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_limiter.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskfun.o src/libavfilter/vf_fspp.c: In function ‘filter_frame’: src/libavfilter/vf_fspp.c:585:9: warning: ‘av_frame_get_qp_table’ is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_fspp.c:42: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_null.o CC libavfilter/vf_ocr.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o src/libavfilter/vf_mcdeint.c: In function ‘filter_frame’: src/libavfilter/vf_mcdeint.c:189:5: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:5446:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_mcdeint.c:193:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^~~~~~~~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:2802:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o src/libavfilter/vf_pp.c: In function ‘pp_filter_frame’: src/libavfilter/vf_pp.c:140:5: warning: ‘av_frame_get_qp_table’ is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp.c:29: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_psnr.o src/libavfilter/vf_pp7.c: In function ‘filter_frame’: src/libavfilter/vf_pp7.c:328:9: warning: ‘av_frame_get_qp_table’ is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp7.c:34: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_pullup.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_setparams.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_subtitles.o src/libavfilter/vf_spp.c: In function ‘filter_frame’: src/libavfilter/vf_spp.c:369:9: warning: ‘av_frame_get_qp_table’ is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_spp.c:38: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/vf_zscale.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_volume.o src/libavfilter/vf_lut3d.c:655:12: warning: ‘filter_frame’ defined but not used [-Wunused-function] static int filter_frame(AVFilterLink *inlink, AVFrame *in) ^~~~~~~~~~~~ src/libavfilter/vf_lut3d.c:526:13: warning: ‘set_identity_matrix’ defined but not used [-Wunused-function] static void set_identity_matrix(LUT3DContext *lut3d, int size) ^~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_lut3d.c:463:12: warning: ‘parse_m3d’ defined but not used [-Wunused-function] static int parse_m3d(AVFilterContext *ctx, FILE *f) ^~~~~~~~~ src/libavfilter/vf_lut3d.c:434:12: warning: ‘parse_3dl’ defined but not used [-Wunused-function] static int parse_3dl(AVFilterContext *ctx, FILE *f) ^~~~~~~~~ src/libavfilter/vf_lut3d.c:379:12: warning: ‘parse_cube’ defined but not used [-Wunused-function] static int parse_cube(AVFilterContext *ctx, FILE *f) ^~~~~~~~~~ src/libavfilter/vf_lut3d.c:346:12: warning: ‘parse_dat’ defined but not used [-Wunused-function] static int parse_dat(AVFilterContext *ctx, FILE *f) ^~~~~~~~~ CC libavfilter/x86/af_volume_init.o STRIP libavfilter/x86/af_volume.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/scene_sad.o CC libavfilter/x86/scene_sad_init.o X86ASM libavfilter/x86/vf_framerate.o STRIP libavfilter/x86/scene_sad.o CC libavfilter/x86/vf_framerate_init.o X86ASM libavfilter/x86/vf_fspp.o STRIP libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hflip_init.o STRIP libavfilter/x86/avf_showcqt.o X86ASM libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_limiter_init.o STRIP libavfilter/x86/vf_hflip.o STRIP libavfilter/x86/vf_limiter.o X86ASM libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o STRIP libavfilter/x86/vf_pp7.o X86ASM libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_removegrain_init.o STRIP libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_spp.o STRIP libavfilter/x86/vf_pullup.o X86ASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_threshold.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_threshold_init.o X86ASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_yadif_init.o STRIP libavfilter/x86/vf_threshold.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/vf_w3fdif.o CC libavfilter/yadif_common.o CC libswscale/alphablend.o CC libswscale/gamma.o STRIP libavfilter/x86/vf_removegrain.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/log2_tab.o CC libswscale/options.o STRIP libavfilter/x86/yadif-10.o CC libswscale/output.o CC libswscale/rgb2rgb.o STRIP libavfilter/x86/vf_yadif.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o STRIP libavfilter/x86/yadif-16.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o X86ASM libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o X86ASM libswscale/x86/rgb_2_rgb.o X86ASM libswscale/x86/scale.o STRIP libswscale/x86/rgb_2_rgb.o CC libswscale/x86/swscale.o STRIP libswscale/x86/input.o STRIP libswscale/x86/output.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o GEN libpostproc/libpostproc.ver CC libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:30: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ CC libavresample/resample.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.c:32: src/libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/utils.o In file included from src/libavresample/options.c:27: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:28: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ X86ASM libavresample/x86/audio_convert.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.c:40: src/libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:56:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:330:38: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_convert_init.o In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:29: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:36:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:62:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c: In function ‘ff_audio_mix_alloc’: src/libavresample/audio_mix.c:378:9: warning: ‘avresample_build_matrix’ is deprecated [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:286:5: note: declared here int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, ^~~~~~~~~~~~~~~~~~~~~~~ X86ASM libavresample/x86/audio_mix.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_mix_init.o STRIP libswscale/x86/scale.o X86ASM libavresample/x86/dither.o In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:33: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:34: src/libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘avresample_open’: src/libavresample/utils.c:40:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:226:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:253:5: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘avresample_free’: src/libavresample/utils.c:282:5: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(*avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘avresample_config’: src/libavresample/utils.c:507:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:508:9: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘convert_frame’: src/libavresample/utils.c:570:5: warning: ‘avresample_convert’ is deprecated [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^~~ src/libavresample/utils.c:330:25: note: declared here int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘avresample_convert_frame’: src/libavresample/utils.c:608:5: warning: ‘avresample_is_open’ is deprecated [-Wdeprecated-declarations] if (!avresample_is_open(avr)) { ^~ src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:609:9: warning: ‘avresample_config’ is deprecated [-Wdeprecated-declarations] if ((ret = avresample_config(avr, out, in)) < 0) ^~ src/libavresample/utils.c:505:5: note: declared here int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) ^~~~~~~~~~~~~~~~~ src/libavresample/utils.c:611:9: warning: ‘avresample_open’ is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(avr)) < 0) ^~ src/libavresample/utils.c:36:5: note: declared here int avresample_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~ src/libavresample/utils.c:622:13: warning: ‘avresample_get_out_samples’ is deprecated [-Wdeprecated-declarations] out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); ^~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:625:21: warning: ‘avresample_close’ is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function ‘avresample_get_out_samples’: src/libavresample/utils.c:755:5: warning: ‘avresample_get_delay’ is deprecated [-Wdeprecated-declarations] int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; ^~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:764:5: warning: ‘avresample_available’ is deprecated [-Wdeprecated-declarations] samples += avresample_available(avr); ^~~~~~~ src/libavresample/utils.c:748:5: note: declared here int avresample_available(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/dither_init.o In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:26: src/libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ AR libavformat/libavformat.a STRIP libavresample/x86/dither.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/dither_init.c:24: src/libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/x86/dither_init.c:35:38: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ AR libpostproc/libpostproc.a AR libswresample/libswresample.a In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ AR libavutil/libavutil.a HOSTLD doc/print_options CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o CC fftools/ffmpeg.o STRIP libavresample/x86/audio_convert.o CC fftools/ffplay.o CC fftools/ffprobe.o GEN libavformat/libavformat.ver GEN libswresample/libswresample.ver GEN libavutil/libavutil.ver AR libavfilter/libavfilter.a GEN libavfilter/libavfilter.ver GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi LD libavutil/libavutil.so.56 HTML doc/ffmpeg.html src/fftools/cmdutils.c: In function ‘opt_default’: src/fftools/cmdutils.c:553:5: warning: ‘avresample_get_class’ is deprecated [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function ‘print_all_libs_info’: src/fftools/cmdutils.c:1134:5: warning: ‘avresample_version’ is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:148:10: note: declared here unsigned avresample_version(void); ^~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1134:5: warning: ‘avresample_configuration’ is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:158:13: note: declared here const char *avresample_configuration(void); ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function ‘next_codec_for_id’: src/fftools/cmdutils.c:1499:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] while ((prev = av_codec_next(prev))) { ^~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/cmdutils.c:34: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/fftools/cmdutils.c: In function ‘print_buildconf’: src/fftools/cmdutils.c:1163:9: warning: ‘strncpy’ output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] strncpy(conflist, "~--", 3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1169:9: warning: ‘strncpy’ output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] strncpy(remove_tilde, "pkg-config ", 11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HTML doc/ffplay.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/ffprobe.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. src/fftools/ffmpeg_opt.c: In function ‘add_input_streams’: src/fftools/ffmpeg_opt.c:798:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] if (st->codec->lowres) { ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:799:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:800:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:801:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:802:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:803:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c: In function ‘open_output_file’: src/fftools/ffmpeg_opt.c:2399:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ HTML doc/ffmpeg-all.html HTML doc/ffplay-all.html HTML doc/ffprobe-all.html HTML doc/ffmpeg-utils.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/ffmpeg-scaler.html STRIP libavresample/x86/audio_mix.o HTML doc/ffmpeg-resampler.html src/fftools/ffprobe.c: In function ‘show_packet’: src/fftools/ffprobe.c:2051:5: warning: ‘convergence_duration’ is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1497:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2052:5: warning: ‘convergence_duration’ is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1497:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c: In function ‘show_stream’: src/fftools/ffprobe.c:2560:9: warning: ‘timecode_frame_start’ is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2514:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2562:13: warning: ‘timecode_frame_start’ is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2514:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2626:5: 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); ^~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c:1818:12: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] struct unit_value uv; \ ^~~~~~~~~~ src/fftools/ffprobe.c:2626:41: note: in expansion of macro ‘print_val’ if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~~~~~~~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c: In function ‘open_input_file’: src/fftools/ffprobe.c:2919:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = stream->codec->coded_width; ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c:2920:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = stream->codec->coded_height; ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ HTML doc/ffmpeg-codecs.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/ffmpeg-bitstream-filters.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. src/fftools/ffmpeg.c: In function ‘do_streamcopy’: src/fftools/ffmpeg.c:2073:5: warning: ‘av_copy_packet_side_data’ is deprecated [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4450:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c: In function ‘init_output_stream’: src/fftools/ffmpeg.c:3544:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4222:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3544:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c:3590:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c: In function ‘check_keyboard_interaction’: src/fftools/ffmpeg.c:3971:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c:3994:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^~~~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ HTML doc/ffmpeg-formats.html HTML doc/ffmpeg-protocols.html HTML doc/ffmpeg-devices.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/ffmpeg-filters.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/libavutil.html HTML doc/libswscale.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/libswresample.html HTML doc/libavcodec.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/libavformat.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/libavdevice.html HTML doc/libavfilter.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/developer.html HTML doc/faq.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/fate.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/general.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. STRIP libavcodec/x86/vp9itxfm.o HTML doc/git-howto.html HTML doc/mailing-list-faq.html HTML doc/nut.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. HTML doc/platform.html Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5481. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5485. POD doc/ffmpeg.pod POD doc/ffplay.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffplay-all.pod POD doc/ffmpeg-utils.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod MAN doc/ffmpeg.1 POD doc/libavfilter.pod MAN doc/ffplay.1 MAN doc/ffprobe.1 MAN doc/ffmpeg-all.1 MAN doc/ffplay-all.1 MAN doc/ffprobe-all.1 MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 GEN libavcodec/libavcodec.ver GEN libswscale/libswscale.ver GEN libavresample/libavresample.ver AR libavcodec/libavcodec.a AR libavresample/libavresample.a AR libswscale/libswscale.a LD libswresample/libswresample.so.3 LD libswscale/libswscale.so.5 LD libpostproc/libpostproc.so.55 LD libavresample/libavresample.so.4 LD libavcodec/libavcodec.so.58 LD libavformat/libavformat.so.58 LD libavdevice/libavdevice.so.58 LD libavfilter/libavfilter.so.7 LD ffmpeg_g LD ffplay_g LD ffprobe_g STRIP ffprobe STRIP ffplay STRIP ffmpeg INSTALL libavdevice/libavdevice.a INSTALL libavdevice/libavdevice.so STRIP install-libavdevice-shared INSTALL libavfilter/libavfilter.a INSTALL libavfilter/libavfilter.so STRIP install-libavfilter-shared INSTALL libavformat/libavformat.a INSTALL libavformat/libavformat.so STRIP install-libavformat-shared INSTALL libavcodec/libavcodec.a INSTALL libavcodec/libavcodec.so STRIP install-libavcodec-shared INSTALL libavresample/libavresample.a INSTALL libavresample/libavresample.so STRIP install-libavresample-shared INSTALL libpostproc/libpostproc.a INSTALL libpostproc/libpostproc.so STRIP install-libpostproc-shared INSTALL libswresample/libswresample.a INSTALL libswresample/libswresample.so STRIP install-libswresample-shared INSTALL libswscale/libswscale.a INSTALL libswscale/libswscale.so STRIP install-libswscale-shared INSTALL libavutil/libavutil.a INSTALL libavutil/libavutil.so STRIP install-libavutil-shared INSTALL doc/ffmpeg.html INSTALL doc/ffplay.html INSTALL doc/ffprobe.html INSTALL doc/ffmpeg-all.html INSTALL doc/ffplay-all.html INSTALL doc/ffprobe-all.html INSTALL doc/ffmpeg-utils.html INSTALL doc/ffmpeg-scaler.html INSTALL doc/ffmpeg-resampler.html INSTALL doc/ffmpeg-codecs.html INSTALL doc/ffmpeg-bitstream-filters.html INSTALL doc/ffmpeg-formats.html INSTALL doc/ffmpeg-protocols.html INSTALL doc/ffmpeg-devices.html INSTALL doc/ffmpeg-filters.html INSTALL doc/libavutil.html INSTALL doc/libswscale.html INSTALL doc/libswresample.html INSTALL doc/libavcodec.html INSTALL doc/libavformat.html INSTALL doc/libavdevice.html INSTALL doc/libavfilter.html INSTALL doc/developer.html INSTALL doc/faq.html INSTALL doc/fate.html INSTALL doc/general.html INSTALL doc/git-howto.html INSTALL doc/mailing-list-faq.html INSTALL doc/nut.html INSTALL doc/platform.html INSTALL doc/ffmpeg.1 INSTALL doc/ffplay.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffplay-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffplay.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffplay-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg INSTALL ffplay INSTALL ffprobe INSTALL home/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-360p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-1080p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p.ffpreset INSTALL home/fate/ffmpeg/doc/ffprobe.xsd INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/vaapi_transcode.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/encode_audio.c INSTALL home/fate/ffmpeg/doc/examples/hw_decode.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/decode_video.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/vaapi_encode.c INSTALL home/fate/ffmpeg/doc/examples/decode_audio.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/encode_video.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/README INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/vaapi_transcode.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/encode_audio.c INSTALL home/fate/ffmpeg/doc/examples/hw_decode.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/decode_video.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/vaapi_encode.c INSTALL home/fate/ffmpeg/doc/examples/decode_audio.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/encode_video.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/README INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL home/fate/ffmpeg/libavdevice/avdevice.h INSTALL home/fate/ffmpeg/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/ffmpeg/libavfilter/avfilter.h INSTALL home/fate/ffmpeg/libavfilter/buffersink.h INSTALL home/fate/ffmpeg/libavfilter/buffersrc.h INSTALL home/fate/ffmpeg/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/ffmpeg/libavformat/avformat.h INSTALL home/fate/ffmpeg/libavformat/avio.h INSTALL home/fate/ffmpeg/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/ffmpeg/libavcodec/ac3_parser.h INSTALL home/fate/ffmpeg/libavcodec/adts_parser.h INSTALL home/fate/ffmpeg/libavcodec/avcodec.h INSTALL home/fate/ffmpeg/libavcodec/avdct.h INSTALL home/fate/ffmpeg/libavcodec/avfft.h INSTALL home/fate/ffmpeg/libavcodec/d3d11va.h INSTALL home/fate/ffmpeg/libavcodec/dirac.h INSTALL home/fate/ffmpeg/libavcodec/dv_profile.h INSTALL home/fate/ffmpeg/libavcodec/dxva2.h INSTALL home/fate/ffmpeg/libavcodec/jni.h INSTALL home/fate/ffmpeg/libavcodec/mediacodec.h INSTALL home/fate/ffmpeg/libavcodec/qsv.h INSTALL home/fate/ffmpeg/libavcodec/vaapi.h INSTALL home/fate/ffmpeg/libavcodec/vdpau.h INSTALL home/fate/ffmpeg/libavcodec/version.h INSTALL home/fate/ffmpeg/libavcodec/videotoolbox.h INSTALL home/fate/ffmpeg/libavcodec/vorbis_parser.h INSTALL home/fate/ffmpeg/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/ffmpeg/libavresample/avresample.h INSTALL home/fate/ffmpeg/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/ffmpeg/libpostproc/postprocess.h INSTALL home/fate/ffmpeg/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/ffmpeg/libswresample/swresample.h INSTALL home/fate/ffmpeg/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/ffmpeg/libswscale/swscale.h INSTALL home/fate/ffmpeg/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/ffmpeg/libavutil/adler32.h INSTALL home/fate/ffmpeg/libavutil/aes.h INSTALL home/fate/ffmpeg/libavutil/aes_ctr.h INSTALL home/fate/ffmpeg/libavutil/attributes.h INSTALL home/fate/ffmpeg/libavutil/audio_fifo.h INSTALL home/fate/ffmpeg/libavutil/avassert.h INSTALL home/fate/ffmpeg/libavutil/avstring.h INSTALL home/fate/ffmpeg/libavutil/avutil.h INSTALL home/fate/ffmpeg/libavutil/base64.h INSTALL home/fate/ffmpeg/libavutil/blowfish.h INSTALL home/fate/ffmpeg/libavutil/bprint.h INSTALL home/fate/ffmpeg/libavutil/bswap.h INSTALL home/fate/ffmpeg/libavutil/buffer.h INSTALL home/fate/ffmpeg/libavutil/cast5.h INSTALL home/fate/ffmpeg/libavutil/camellia.h INSTALL home/fate/ffmpeg/libavutil/channel_layout.h INSTALL home/fate/ffmpeg/libavutil/common.h INSTALL home/fate/ffmpeg/libavutil/cpu.h INSTALL home/fate/ffmpeg/libavutil/crc.h INSTALL home/fate/ffmpeg/libavutil/des.h INSTALL home/fate/ffmpeg/libavutil/dict.h INSTALL home/fate/ffmpeg/libavutil/display.h INSTALL home/fate/ffmpeg/libavutil/downmix_info.h INSTALL home/fate/ffmpeg/libavutil/encryption_info.h INSTALL home/fate/ffmpeg/libavutil/error.h INSTALL home/fate/ffmpeg/libavutil/eval.h INSTALL home/fate/ffmpeg/libavutil/fifo.h INSTALL home/fate/ffmpeg/libavutil/file.h INSTALL home/fate/ffmpeg/libavutil/frame.h INSTALL home/fate/ffmpeg/libavutil/hash.h INSTALL home/fate/ffmpeg/libavutil/hdr_dynamic_metadata.h INSTALL home/fate/ffmpeg/libavutil/hmac.h INSTALL home/fate/ffmpeg/libavutil/hwcontext.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_cuda.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_d3d11va.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_drm.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_dxva2.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_qsv.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_mediacodec.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_vaapi.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_videotoolbox.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_vdpau.h INSTALL home/fate/ffmpeg/libavutil/imgutils.h INSTALL home/fate/ffmpeg/libavutil/intfloat.h INSTALL home/fate/ffmpeg/libavutil/intreadwrite.h INSTALL home/fate/ffmpeg/libavutil/lfg.h INSTALL home/fate/ffmpeg/libavutil/log.h INSTALL home/fate/ffmpeg/libavutil/macros.h INSTALL home/fate/ffmpeg/libavutil/mathematics.h INSTALL home/fate/ffmpeg/libavutil/mastering_display_metadata.h INSTALL home/fate/ffmpeg/libavutil/md5.h INSTALL home/fate/ffmpeg/libavutil/mem.h INSTALL home/fate/ffmpeg/libavutil/motion_vector.h INSTALL home/fate/ffmpeg/libavutil/murmur3.h INSTALL home/fate/ffmpeg/libavutil/opt.h INSTALL home/fate/ffmpeg/libavutil/parseutils.h INSTALL home/fate/ffmpeg/libavutil/pixdesc.h INSTALL home/fate/ffmpeg/libavutil/pixelutils.h INSTALL home/fate/ffmpeg/libavutil/pixfmt.h INSTALL home/fate/ffmpeg/libavutil/random_seed.h INSTALL home/fate/ffmpeg/libavutil/rc4.h INSTALL home/fate/ffmpeg/libavutil/rational.h INSTALL home/fate/ffmpeg/libavutil/replaygain.h INSTALL home/fate/ffmpeg/libavutil/ripemd.h INSTALL home/fate/ffmpeg/libavutil/samplefmt.h INSTALL home/fate/ffmpeg/libavutil/sha.h INSTALL home/fate/ffmpeg/libavutil/sha512.h INSTALL home/fate/ffmpeg/libavutil/spherical.h INSTALL home/fate/ffmpeg/libavutil/stereo3d.h INSTALL home/fate/ffmpeg/libavutil/threadmessage.h INSTALL home/fate/ffmpeg/libavutil/time.h INSTALL home/fate/ffmpeg/libavutil/timecode.h INSTALL home/fate/ffmpeg/libavutil/timestamp.h INSTALL home/fate/ffmpeg/libavutil/tree.h INSTALL home/fate/ffmpeg/libavutil/twofish.h INSTALL home/fate/ffmpeg/libavutil/version.h INSTALL home/fate/ffmpeg/libavutil/xtea.h INSTALL home/fate/ffmpeg/libavutil/tea.h INSTALL home/fate/ffmpeg/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc