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/avdevice.o CC libavdevice/dshow.o CC libavdevice/dshow_common.o src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_oformat_next(prev))) ^ src/libavformat/avformat.h:2100:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_iformat_next(prev))) ^ src/libavformat/avformat.h:2092:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavdevice/dshow_crossbar.o 2 warnings generated. CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_enumpins.o CC libavdevice/dshow_filter.o CC libavdevice/dshow_pin.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/vfwcap.o GEN libavdevice/libavdevice.pc GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/alp.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apm.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/argo_asf.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/av1.o CC libavformat/av1dec.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o src/libavformat/avio.c:60:137: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"rw_timeout", "Timeout for IO operations (in microseconds)", offsetof(URLContext, rw_timeout), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_DECODING_PARAM }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/avlanguage.o 1 warning generated. CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/derf.o CC libavformat/dfa.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o src/libavformat/dump.c:233:55: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] av_log(ctx, AV_LOG_INFO, "%f", (float) peak / UINT32_MAX); ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:88:20: note: expanded from macro 'UINT32_MAX' #define UINT32_MAX 0xffffffffU /* 4294967295U */ ^~~~~~~~~~~ src/libavformat/dump.c:485:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:486:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:487:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:488:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:489:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:490:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:525:23: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:525:51: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/dump.c:537:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavformat/dvbsub.o CC libavformat/dvbtxt.o 10 warnings generated. CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/fifo_test.o CC libavformat/file.o src/libavformat/fifo.c:626:82: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] AV_OPT_TYPE_DURATION, {.i64 = FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM}, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o 1 warning generated. CC libavformat/fitsdec.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/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/fwse.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hca.o CC libavformat/hcom.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o CC libavformat/hlsproto.o src/libavformat/hlsenc.c:2989:128: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"start_number", "set first number in the sequence", OFFSET(start_sequence),AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/hnm.o CC libavformat/http.o 1 warning generated. CC libavformat/httpauth.o CC libavformat/icecast.o src/libavformat/http.c:162:89: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "offset", "initial byte offset", OFFSET(off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:163:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "end_offset", "try to limit the request to bytes preceding this offset", OFFSET(end_off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/icodec.o 2 warnings generated. CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ifv.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o src/libavformat/matroskadec.c:2309:40: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] if (default_duration > UINT64_MAX || default_duration < 0) { ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2710:193: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "cluster_time_limit", "Store at most the provided number of milliseconds in a cluster.", OFFSET(cluster_time_limit), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o 1 warning generated. CC libavformat/mmf.o 1 warning generated. CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.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 src/libavformat/movenc.c:523:20: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^ src/libavcodec/avcodec.h:4541:1: note: 'av_copy_packet_side_data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o 1 warning generated. CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o src/libavformat/mpegtsenc.c:1951:48: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { .i64 = PAT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/mpegtsenc.c:1954:48: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { .i64 = SDT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o 2 warnings generated. CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o src/libavformat/oggenc.c:90:74: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OFFSET(pref_duration), AV_OPT_TYPE_INT64, { .i64 = 1000000 }, 0, INT64_MAX, PARAM }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o 1 warning generated. CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o In file included from src/libavformat/options.c:33: src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:33: src/libavformat/options_table.h:63:151: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:33: src/libavformat/options_table.h:70:156: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"start_time_realtime", "wall-clock time when stream begins (PTS==0)", OFFSET(start_time_realtime), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE}, INT64_MIN, INT64_MAX, E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:33: src/libavformat/options_table.h:88:159: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX-1, D}, ~ ~~~~~~~~~^~ src/libavformat/options_table.h:92:113: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-int-float-conversion] {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, ~ ^~~~~~~~~~ src/libavformat/options_table.h:92:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:33: src/libavformat/options_table.h:93:146: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^ src/libavformat/avformat.h:2092:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^ src/libavformat/avformat.h:2100:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^ src/libavformat/avformat.h:2092:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^ src/libavformat/avformat.h:2100:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/os_support.c:248:23: warning: result of comparison of unsigned expression < 0 is always false [-Wtautological-unsigned-zero-compare] if (fds[i].fd < 0) ~~~~~~~~~ ^ ~ 11 warnings generated. CC libavformat/pcmdec.o 1 warning generated. CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p = p ? p + 1 : url_protocols; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/pva.o 1 warning generated. CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.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/sdr2.o CC libavformat/sdsdec.o src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 3 warnings generated. CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o src/libavformat/segment.c:1071:163: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "segment_clocktime_wrap_duration", "set segment clocktime wrapping duration", OFFSET(clocktime_wrap_duration), AV_OPT_TYPE_DURATION, {.i64 = INT64_MAX}, 0, INT64_MAX, E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1073:139: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "segment_time_delta","set approximation value used for the segment times", OFFSET(time_delta), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1087:115: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-int-float-conversion] { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, ~ ^~~~~~~~~~ src/libavformat/segment.c:1087:127: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/smacker.o 4 warnings generated. CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o src/libavformat/subfile.c:39:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/subfile.c:40:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "end", "end offset", OFFSET(end), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o src/libavformat/tedcaptionsdec.c:38:36: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { .i64 = 15000 }, INT64_MIN, INT64_MAX, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/tiertexseq.o 1 warning generated. CC libavformat/tls.o CC libavformat/tls_schannel.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/url.o src/libavformat/udp.c:127:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "bitrate", "Bits to send per second", OFFSET(bitrate), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, .flags = E }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/udp.c:128:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "burst_bits", "Max length of bursts in bits (when using bitrate)", OFFSET(burst_bits), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, .flags = E }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/urldecode.o CC libavformat/utils.o 2 warnings generated. CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o src/libavformat/utils.c:225:30: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (probe_codec = av_codec_next(probe_codec)) { ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/utils.c:1227:17: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] pktl->pkt.duration = duration; ^ src/libavformat/utils.c:1224:13: note: previous statement is here if (!st->internal->avctx->has_b_frames) ^ src/libavformat/utils.c:2726:40: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] if (bitrate >= 0 && bitrate <= INT64_MAX) ~~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:5788:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavformat/utils.c:5789:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavformat/vc1testenc.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/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o 5 warnings generated. CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o CC libavcodec/dctref.o TXT doc/fate.txt CC libavcodec/tests/iirfilter.o CC libavcodec/tests/motion.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/snowenc.o AR libavdevice/libavdevice.a CC libavfilter/aeval.o CC libavfilter/af_acontrast.o src/libavfilter/aeval.c:94:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "duration", "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/aeval.c:95:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "d", "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_acopy.o 2 warnings generated. 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 CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o src/libavfilter/af_afade.c:239:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start_sample", "set number of first sample to start fading", OFFSET(start_sample), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:240:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "ss", "set number of first sample to start fading", OFFSET(start_sample), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:241:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "nb_samples", "set number of samples for fade duration", OFFSET(nb_samples), AV_OPT_TYPE_INT64, {.i64 = 44100}, 1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:242:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "ns", "set number of samples for fade duration", OFFSET(nb_samples), AV_OPT_TYPE_INT64, {.i64 = 44100}, 1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:243:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start_time", "set time to start fading", OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:244:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "st", "set time to start fading", OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:245:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "duration", "set fade duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:246:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "d", "set fade duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 8 warnings generated. CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anlmdn.o CC libavfilter/af_anlms.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o src/libavfilter/af_apad.c:53:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "pad_len", "set number of samples of silence to add", OFFSET(pad_len), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:54:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "whole_len", "set minimum target number of samples in the audio stream", OFFSET(whole_len), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:55:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "pad_dur", "set duration of silence to add", OFFSET(pad_dur), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, A }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:56:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "whole_dur", "set minimum target duration in the audio stream", OFFSET(whole_dur), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, A }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. CC libavfilter/af_aresample.o CC libavfilter/af_arnndn.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_asoftclip.o src/libavfilter/af_ashowinfo.c:126:54: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion] av_log(ctx, AV_LOG_INFO, "%f", (float)peak / UINT32_MAX); ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:88:20: note: expanded from macro 'UINT32_MAX' #define UINT32_MAX 0xffffffffU /* 4294967295U */ ^~~~~~~~~~~ 1 warning generated. CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_axcorrelate.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o src/libavfilter/af_biquads.c:595:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:596:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:621:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:622:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:647:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:648:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:672:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:673:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:696:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:697:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:722:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:723:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:748:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:749:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:772:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:773:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:798:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:799:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:824:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:825:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:843:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channels", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_biquads.c:844:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"c", "set channels to filter", OFFSET(channels), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=-1}, INT64_MIN, INT64_MAX, FLAGS}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o 22 warnings generated. CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_deesser.o CC libavfilter/af_drmeter.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.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_silencedetect.o src/libavfilter/af_resample.c:54:32: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^ src/libavresample/avresample.h:182:1: note: 'avresample_get_class' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:244:1: note: 'avresample_close' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:257:1: note: 'avresample_free' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:244:1: note: 'avresample_close' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:257:1: note: 'avresample_free' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:140:20: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^ src/libavresample/avresample.h:193:1: note: 'avresample_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:161:16: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^ src/libavresample/avresample.h:213:1: note: 'avresample_open' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:199:26: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^ src/libavresample/avresample.h:402:1: note: 'avresample_get_out_samples' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:208:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:235:22: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^ src/libavresample/avresample.h:472:1: note: 'avresample_get_delay' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:236:22: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^ src/libavresample/avresample.h:402:1: note: 'avresample_get_out_samples' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:244:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:253:21: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^ src/libavresample/avresample.h:493:1: note: 'avresample_available' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/af_resample.c:311:26: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^ src/libavresample/avresample.h:182:1: note: 'avresample_get_class' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/af_silenceremove.o 14 warnings generated. CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_afirsrc.o CC libavfilter/asrc_anoisesrc.o src/libavfilter/asrc_anoisesrc.c:62:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "duration", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_anoisesrc.c:63:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "d", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/asrc_anullsrc.o 2 warnings generated. CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o src/libavfilter/asrc_sine.c:76:64: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OPT_DUR("duration", duration, 0, 0, INT64_MAX, "set the audio duration",), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:64:40: note: expanded from macro 'OPT_DUR' OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:55:33: note: expanded from macro 'OPT_GENERIC' { .deffield = def }, min, max, FLAGS, __VA_ARGS__ } ^~~ src/libavfilter/asrc_sine.c:77:64: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OPT_DUR("d", duration, 0, 0, INT64_MAX, "set the audio duration",), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:64:40: note: expanded from macro 'OPT_DUR' OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:55:33: note: expanded from macro 'OPT_GENERIC' { .deffield = def }, min, max, FLAGS, __VA_ARGS__ } ^~~ CC libavfilter/audio.o CC libavfilter/avf_abitscope.o 2 warnings generated. CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspatial.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ src/libavfilter/avfilter.h:847:5: note: 'resample_lavr_opts' has been explicitly marked deprecated here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn/dnn_backend_native.o CC libavfilter/dnn/dnn_backend_native_layer_conv2d.o CC libavfilter/dnn/dnn_backend_native_layer_depth2space.o CC libavfilter/dnn/dnn_backend_native_layer_maximum.o CC libavfilter/dnn/dnn_backend_native_layer_pad.o CC libavfilter/dnn/dnn_backend_native_layers.o 1 warning generated. CC libavfilter/dnn/dnn_interface.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o src/libavfilter/f_cue.c:91:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "cue", "cue unix timestamp in microseconds", OFFSET(cue), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_cue.c:92:105: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "preroll", "preroll duration in seconds", OFFSET(preroll), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_cue.c:93:102: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "buffer", "buffer duration in seconds", OFFSET(buffer), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o src/libavfilter/f_loop.c:261:100: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start", "set the loop start sample", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, AFLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_loop.c:435:99: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start", "set the loop start frame", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, VFLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_perms.o 2 warnings generated. CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o src/libavfilter/f_realtime.c:69:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "limit", "sleep time limit", OFFSET(limit), AV_OPT_TYPE_DURATION, { .i64 = 2000000 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_select.o 1 warning generated. CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/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/lswsutils.o src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ src/libavcodec/avcodec.h:4906:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 1 warning generated. CC libavfilter/motion_estimation.o CC libavfilter/pthread.o CC libavfilter/scale_eval.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/vaf_spectrumsynth.o src/libavfilter/src_movie.c:95:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "discontinuity", "set discontinuity threshold", OFFSET(discontinuity_threshold), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:2451:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4906:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:4857:1: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:108:153: note: expanded from macro 'COMMON_OPTS' "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:110:153: note: expanded from macro 'COMMON_OPTS' "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:112:153: note: expanded from macro 'COMMON_OPTS' "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:114:153: note: expanded from macro 'COMMON_OPTS' "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:116:153: note: expanded from macro 'COMMON_OPTS' " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:118:153: note: expanded from macro 'COMMON_OPTS' "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:119:153: note: expanded from macro 'COMMON_OPTS' { "duration", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, \ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:181:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:120:153: note: expanded from macro 'COMMON_OPTS' { "durationi", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:183:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] "to the output", OFFSET(start_frame), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:185:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] "again", OFFSET(end_frame), AV_OPT_TYPE_INT64, { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:108:153: note: expanded from macro 'COMMON_OPTS' "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:110:153: note: expanded from macro 'COMMON_OPTS' "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:112:153: note: expanded from macro 'COMMON_OPTS' "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:114:153: note: expanded from macro 'COMMON_OPTS' "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:116:153: note: expanded from macro 'COMMON_OPTS' " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:118:153: note: expanded from macro 'COMMON_OPTS' "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:119:153: note: expanded from macro 'COMMON_OPTS' { "duration", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, \ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:336:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavfilter/trim.c:120:153: note: expanded from macro 'COMMON_OPTS' { "durationi", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:338:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] "passed to the output", OFFSET(start_sample), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] "dropped again", OFFSET(end_sample), AV_OPT_TYPE_INT64, { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_addroi.o 20 warnings generated. CC libavfilter/vf_alphamerge.o 4 warnings generated. CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bilateral.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_cas.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_colorbalance.o 1 warning generated. CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_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_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dedot.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_derain.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_dnn_processing.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o src/libavfilter/vf_fade.c:535:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:537:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:539:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:541:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o 4 warnings generated. CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o src/libavfilter/vf_fps.c:162:50: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] if (first_pts < INT64_MIN || first_pts > INT64_MAX) { ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o CC libavfilter/vf_freezeframes.o src/libavfilter/vf_freezedetect.c:57:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "d", "set minimum duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, INT64_MAX, V|F }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezedetect.c:58:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "duration", "set minimum duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, INT64_MAX, V|F }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o src/libavfilter/vf_freezeframes.c:43:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "first", "set first frame to freeze", OFFSET(first), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezeframes.c:44:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "last", "set last frame to freeze", OFFSET(last), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezeframes.c:45:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "replace", "set frame to replace", OFFSET(replace), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavfilter/vf_geq.o 3 warnings generated. CC libavfilter/vf_gradfun.o src/libavfilter/vf_fspp.c:585:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o 1 warning generated. CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lagfun.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_lut2.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_maskedminmax.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c:189:11: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavcodec/avcodec.h:5540:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/vf_mcdeint.c:193:35: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ src/libavcodec/avcodec.h:2871:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_median.o 2 warnings generated. CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_photosensitivity.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o src/libavfilter/vf_pp.c:140:16: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_pp7.o 1 warning generated. CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o src/libavfilter/vf_pp7.c:328:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_psnr.o 1 warning generated. CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^ src/libavutil/frame.h:721:1: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 2 warnings generated. CC libavfilter/vf_random.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_scroll.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c:370:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o 1 warning generated. CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_tpad.o CC libavfilter/vf_transpose.o src/libavfilter/vf_tpad.c:59:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "start_duration", "set the duration to delay input", OFFSET(start_duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_tpad.c:60:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "stop_duration", "set the duration to pad input", OFFSET(stop_duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o CC libavfilter/vf_v360.o src/libavfilter/vf_uspp.c:253:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavcodec/avcodec.h:5540:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/vf_uspp.c:259:41: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavcodec/avcodec.h:2871:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavfilter/vf_uspp.c:395:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^ src/libavutil/frame.h:719:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o 3 warnings generated. CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_xfade.o src/libavfilter/vf_xfade.c:178:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "offset", "set cross fade start relative to first input stream", OFFSET(offset), AV_OPT_TYPE_DURATION, {.i64=0}, INT64_MIN, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_xmedian.o CC libavfilter/vf_yadif.o CC libavfilter/vf_yaepblur.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o 1 warning generated. CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o src/libavfilter/vsrc_mandelbrot.c:99:111: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"end_pts", "set the terminal pts value", OFFSET(end_pts), AV_OPT_TYPE_DOUBLE, {.dbl=400}, 0, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vsrc_mptestsrc.o src/libavfilter/vsrc_mptestsrc.c:67:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:68:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:84:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:86:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vsrc_sierpinski.o 1 warning generated. CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o src/libavfilter/vsrc_testsrc.c:102:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:102:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:187:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:187:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:278:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:278:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:447:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:447:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:684:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:684:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:99:37: note: expanded from macro 'COMMON_OPTIONS' #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1648:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1648:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1729:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:95:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1729:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTIONS_NOSIZE ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:96:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ STRIP libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o 4 warnings generated. X86ASM libavfilter/x86/af_anlmdn.o CC libavfilter/x86/af_anlmdn_init.o STRIP libavfilter/x86/af_anlmdn.o X86ASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o STRIP libavfilter/x86/avf_showcqt.o X86ASM libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o STRIP libavfilter/x86/colorspacedsp.o X86ASM libavfilter/x86/scene_sad.o CC libavfilter/x86/scene_sad_init.o STRIP libavfilter/x86/scene_sad.o X86ASM libavfilter/x86/vf_atadenoise.o STRIP libavfilter/x86/vf_atadenoise.o CC libavfilter/x86/vf_atadenoise_init.o X86ASM libavfilter/x86/vf_blend.o 14 warnings generated. CC libavfilter/x86/vf_blend_init.o X86ASM libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_bwdif_init.o X86ASM libavfilter/x86/vf_convolution.o STRIP libavfilter/x86/vf_convolution.o CC libavfilter/x86/vf_convolution_init.o STRIP libavfilter/x86/vf_blend.o X86ASM libavfilter/x86/vf_eq.o STRIP libavfilter/x86/vf_eq.o CC libavfilter/x86/vf_eq_init.o X86ASM libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_framerate_init.o STRIP libavfilter/x86/vf_framerate.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o STRIP libavfilter/x86/vf_bwdif.o X86ASM libavfilter/x86/vf_gblur.o CC libavfilter/x86/vf_gblur_init.o STRIP libavfilter/x86/vf_gblur.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o STRIP libavfilter/x86/vf_fspp.o STRIP libavfilter/x86/vf_gradfun.o X86ASM libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hflip_init.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o STRIP libavfilter/x86/vf_idet.o X86ASM libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedclamp.o CC libavfilter/x86/vf_maskedclamp_init.o STRIP libavfilter/x86/vf_limiter.o X86ASM libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_maskedclamp.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_maskedmerge.o X86ASM libavfilter/x86/vf_overlay.o CC libavfilter/x86/vf_overlay_init.o X86ASM libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o STRIP libavfilter/x86/vf_overlay.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o STRIP libavfilter/x86/vf_pp7.o X86ASM libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o X86ASM libavfilter/x86/vf_removegrain.o STRIP libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_removegrain_init.o STRIP libavfilter/x86/vf_pullup.o X86ASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_spp.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_stereo3d.o STRIP libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_stereo3d_init.o STRIP libavfilter/x86/vf_ssim.o X86ASM libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_threshold_init.o CC libavfilter/x86/vf_tinterlace_init.o STRIP libavfilter/x86/vf_stereo3d.o X86ASM libavfilter/x86/vf_transpose.o STRIP libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_transpose_init.o X86ASM libavfilter/x86/vf_v360.o CC libavfilter/x86/vf_v360_init.o STRIP libavfilter/x86/vf_transpose.o X86ASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o STRIP libavfilter/x86/vf_v360.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o CC libavfilter/yadif_common.o AR libavformat/libavformat.a CC libavcodec/012v.o STRIP libavfilter/x86/yadif-10.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o STRIP libavfilter/x86/vf_yadif.o CC libavcodec/a64multienc.o STRIP libavfilter/x86/yadif-16.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o src/libavcodec/aaccoder.c:311:20: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] qmin = INT_MAX; ~ ^~~~~~~ /home/martin/clang-nightly-fri/lib/clang/11.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX' #define INT_MAX __INT_MAX__ ^~~~~~~~~~~ :38:21: note: expanded from here #define __INT_MAX__ 2147483647 ^~~~~~~~~~ CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o 1 warning generated. CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o 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/agm.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/aptxdec.o CC libavcodec/aptxenc.o CC libavcodec/arbc.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/atrac9dec.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_frame_merge_bsf.o CC libavcodec/av1_frame_split_bsf.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/avrndec.o src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:2451:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^ src/libavcodec/avcodec.h:4906:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 2 warnings generated. CC libavcodec/avs.o CC libavcodec/avs2_parser.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.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/cdtoons.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o src/libavcodec/cngdec.c:142:36: warning: implicit conversion from 'int' to 'float' changes value from 1081109975 to 1081110016 [-Wimplicit-int-float-conversion] scaling = sqrt(e * p->energy / 1081109975); ~ ^~~~~~~~~~ CC libavcodec/cngenc.o 1 warning generated. CC libavcodec/codec2utils.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dcahuff.o src/libavcodec/dcaenc.c:264:52: warning: implicit conversion from 'unsigned long long' to 'float' changes value from 281474968322048 to 281474976710656 [-Wimplicit-int-float-conversion] c->lfe_fir_64i[64 * j + k] = (int32_t)(0xffffff800000ULL * ff_dca_lfe_fir_64[8 * k + j]); ^~~~~~~~~~~~~~~~~ ~ src/libavcodec/dcaenc.c:265:63: warning: implicit conversion from 'unsigned long long' to 'float' changes value from 281474968322048 to 281474976710656 [-Wimplicit-int-float-conversion] c->lfe_fir_64i[64 * (7-j) + (63 - k)] = (int32_t)(0xffffff800000ULL * ff_dca_lfe_fir_64[8 * k + j]); ^~~~~~~~~~~~~~~~~ ~ CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o CC libavcodec/dfa.o src/libavcodec/decode.c:861:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^ src/libavcodec/avcodec.h:2451:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/decode.c:2056:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^ src/libavcodec/avcodec.h:2451:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o 2 warnings generated. CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o 2 warnings generated. CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/dxva2.o CC libavcodec/dxva2_h264.o CC libavcodec/dxva2_hevc.o CC libavcodec/dxva2_mpeg2.o CC libavcodec/dxva2_vc1.o CC libavcodec/dxva2_vp9.o CC libavcodec/eac3_core_bsf.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/encode.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o src/libavcodec/encode.c:371:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/avcodec.h:5540:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/encode.c:374:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/avcodec.h:5501:1: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 2 warnings generated. CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.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/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/filter_units_bsf.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/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o src/libavcodec/frame_thread_encoder.c:89:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); ^ src/libavcodec/avcodec.h:5540:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 1 warning generated. CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1_parser.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gif_parser.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/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_parser.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/hapqa_extract_bsf.o CC libavcodec/hcadec.o CC libavcodec/hcom.o CC libavcodec/hevc_cabac.o src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration] static const int8_t num_bins_in_se[] = { ^ 1 warning generated. 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/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.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/iff.o CC libavcodec/iirfilter.o CC libavcodec/ilbcdec.o CC libavcodec/imc.o src/libavcodec/imc.c:913:34: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] if(chctx->flcoeffs1[i] > INT_MAX) { ~ ^~~~~~~ /home/martin/clang-nightly-fri/lib/clang/11.0.0/include/limits.h:46:19: note: expanded from macro 'INT_MAX' #define INT_MAX __INT_MAX__ ^~~~~~~~~~~ :38:21: note: expanded from here #define __INT_MAX__ 2147483647 ^~~~~~~~~~ CC libavcodec/imgconvert.o CC libavcodec/imm4.o 1 warning generated. CC libavcodec/imm5.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.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/jpeg2000dec.o CC libavcodec/jpeg2000dsp.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/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/magicyuvenc.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/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/midivid.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o src/libavcodec/mjpegdec.c:2519: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); ^ src/libavutil/frame.h:721:1: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parse.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o 1 warning generated. CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o src/libavcodec/mpeg12enc.c:1148:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavcodec/mpeg12enc.c:1145:74: note: expanded from macro 'COMMON_OPTS' OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mpeg12enc.c:1154:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] COMMON_OPTS ^~~~~~~~~~~ src/libavcodec/mpeg12enc.c:1145:74: note: expanded from macro 'COMMON_OPTS' OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, VE}, \ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavcodec/mpeg4videoenc.o 2 warnings generated. CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o src/libavcodec/mpegvideo.c:1451:12: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^ src/libavutil/frame.h:721:1: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o 1 warning generated. CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:45:110: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:350:154: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"timecode_frame_start", "GOP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, V|E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:353:92: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"}, ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:354:108: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"}, ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/options.c:61:25: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/options.c:66:16: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/options.c:302:119: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"best_effort_timestamp", "", FOFFSET(best_effort_timestamp), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/options.c:303:79: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"pkt_pos", "", FOFFSET(pkt_pos), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/options.c:304:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"pkt_size", "", FOFFSET(pkt_size), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/options.c:309:84: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channel_layout", "", FOFFSET(channel_layout), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/opus.o 10 warnings generated. 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 CC libavcodec/opusdec.o CC libavcodec/opusdsp.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-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm-dvdenc.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png_parser.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/prores_metadata_bsf.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/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbc.o CC libavcodec/sbc_parser.o CC libavcodec/sbcdec.o CC libavcodec/sbcdec_data.o CC libavcodec/sbcdsp.o CC libavcodec/sbcdsp_data.o CC libavcodec/sbcenc.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.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/sipr_parser.o CC libavcodec/siren.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o src/libavcodec/smvjpegdec.c:131:15: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] s->avctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:2451:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/smvjpegdec.c:162:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^ src/libavcodec/avcodec.h:4906:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/snappy.o 2 warnings generated. 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/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truehd_core_bsf.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.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/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_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/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o 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_raw_reorder_bsf.o CC libavcodec/vp9_superframe_bsf.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/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o src/libavcodec/wmavoice.c:645:77: warning: implicit conversion from 'int' to 'float' changes value from 1073741823 to 1073741824 [-Wimplicit-int-float-conversion] idx = av_clipf((pwr * gain_mul - 0.0295) * 70.570526123, 0, INT_MAX / 2); ~~~~~~~~ ~~~~~~~~^~~ CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.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 1 warning generated. CC libavcodec/x86/ac3dsp_init.o STRIP libavcodec/x86/aacpsdsp.o X86ASM libavcodec/x86/alacdsp.o CC libavcodec/x86/alacdsp_init.o X86ASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/alacdsp.o STRIP libavcodec/x86/ac3dsp.o CC libavcodec/x86/audiodsp_init.o X86ASM libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o STRIP libavcodec/x86/blockdsp.o X86ASM libavcodec/x86/bswapdsp.o STRIP libavcodec/x86/audiodsp.o CC libavcodec/x86/bswapdsp_init.o STRIP libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o CC libavcodec/x86/celt_pvq_init.o STRIP libavcodec/x86/bswapdsp.o X86ASM libavcodec/x86/celt_pvq_search.o CC libavcodec/x86/constants.o STRIP libavcodec/x86/cavsidct.o X86ASM libavcodec/x86/dcadsp.o CC libavcodec/x86/dcadsp_init.o STRIP libavcodec/x86/dcadsp.o X86ASM libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o STRIP libavcodec/x86/celt_pvq_search.o X86ASM libavcodec/x86/dirac_dwt.o CC libavcodec/x86/dirac_dwt_init.o X86ASM libavcodec/x86/diracdsp.o STRIP libavcodec/x86/dirac_dwt.o CC libavcodec/x86/diracdsp_init.o STRIP libavcodec/x86/dct32.o X86ASM libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o STRIP libavcodec/x86/diracdsp.o X86ASM libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o X86ASM libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/flac_dsp_gpl.o CC libavcodec/x86/flacdsp_init.o X86ASM libavcodec/x86/fmtconvert.o STRIP libavcodec/x86/fmtconvert.o CC libavcodec/x86/fmtconvert_init.o X86ASM libavcodec/x86/fpel.o STRIP libavcodec/x86/flacdsp.o X86ASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/g722dsp.o CC libavcodec/x86/g722dsp_init.o X86ASM libavcodec/x86/h263_loopfilter.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 STRIP libavcodec/x86/h263_loopfilter.o X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/fft.o X86ASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_idct.o STRIP libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_idct_10bit.o X86ASM libavcodec/x86/h264_intrapred_10bit.o STRIP libavcodec/x86/h264_idct.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o STRIP libavcodec/x86/h264_deblock.o X86ASM libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_intrapred_10bit.o X86ASM libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_weight.o X86ASM libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o X86ASM libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_deblock.o STRIP libavcodec/x86/h264_qpel_8bit.o X86ASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/h264_intrapred.o X86ASM libavcodec/x86/hevc_sao.o STRIP libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hevc_mc.o CC libavcodec/x86/hevcdsp_init.o X86ASM libavcodec/x86/hpeldsp.o STRIP libavcodec/x86/hevc_idct.o CC libavcodec/x86/hpeldsp_init.o STRIP libavcodec/x86/hevc_sao.o X86ASM libavcodec/x86/hpeldsp_vp3.o STRIP libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_vp3_init.o STRIP libavcodec/x86/hpeldsp_vp3.o X86ASM libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/huffyuvdsp_init.o X86ASM libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_init.o STRIP libavcodec/x86/huffyuvdsp.o X86ASM libavcodec/x86/idctdsp.o STRIP libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/idctdsp_init.o X86ASM libavcodec/x86/imdct36.o STRIP libavcodec/x86/idctdsp.o X86ASM libavcodec/x86/jpeg2000dsp.o CC libavcodec/x86/jpeg2000dsp_init.o X86ASM libavcodec/x86/lossless_audiodsp.o STRIP libavcodec/x86/jpeg2000dsp.o CC libavcodec/x86/lossless_audiodsp_init.o X86ASM libavcodec/x86/lossless_videodsp.o STRIP libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_videodsp_init.o X86ASM libavcodec/x86/lossless_videoencdsp.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lossless_videoencdsp_init.o STRIP libavcodec/x86/imdct36.o CC libavcodec/x86/lpc.o STRIP libavcodec/x86/lossless_videoencdsp.o X86ASM libavcodec/x86/mdct15.o CC libavcodec/x86/mdct15_init.o X86ASM libavcodec/x86/me_cmp.o STRIP libavcodec/x86/mdct15.o STRIP libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/me_cmp_init.o X86ASM libavcodec/x86/mlpdsp.o CC libavcodec/x86/mlpdsp_init.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o X86ASM libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o STRIP libavcodec/x86/mpegvideoencdsp.o X86ASM libavcodec/x86/opusdsp.o CC libavcodec/x86/opusdsp_init.o STRIP libavcodec/x86/opusdsp.o X86ASM libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pixblockdsp_init.o STRIP libavcodec/x86/pixblockdsp.o X86ASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/me_cmp.o CC libavcodec/x86/proresdsp_init.o STRIP libavcodec/x86/proresdsp.o X86ASM libavcodec/x86/qpel.o X86ASM libavcodec/x86/qpeldsp.o CC libavcodec/x86/qpeldsp_init.o STRIP libavcodec/x86/qpel.o X86ASM libavcodec/x86/rv34dsp.o STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/rv34dsp_init.o X86ASM libavcodec/x86/rv40dsp.o CC libavcodec/x86/rv40dsp_init.o X86ASM libavcodec/x86/sbcdsp.o STRIP libavcodec/x86/sbcdsp.o CC libavcodec/x86/sbcdsp_init.o STRIP libavcodec/x86/rv40dsp.o X86ASM libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o STRIP libavcodec/x86/qpeldsp.o X86ASM libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/simple_idct10.o STRIP libavcodec/x86/simple_idct10.o CC libavcodec/x86/snowdsp.o STRIP libavcodec/x86/sbrdsp.o X86ASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/svq1enc.o CC libavcodec/x86/svq1enc_init.o X86ASM libavcodec/x86/synth_filter.o CC libavcodec/x86/synth_filter_init.o STRIP libavcodec/x86/synth_filter.o X86ASM libavcodec/x86/takdsp.o CC libavcodec/x86/takdsp_init.o X86ASM libavcodec/x86/ttadsp.o STRIP libavcodec/x86/takdsp.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/ttaencdsp.o CC libavcodec/x86/utvideodsp_init.o CC libavcodec/x86/v210-init.o X86ASM libavcodec/x86/v210.o STRIP libavcodec/x86/utvideodsp.o X86ASM libavcodec/x86/v210enc.o CC libavcodec/x86/v210enc_init.o STRIP libavcodec/x86/v210.o CC libavcodec/x86/vc1dsp_init.o STRIP libavcodec/x86/v210enc.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o X86ASM libavcodec/x86/vc1dsp_mc.o CC libavcodec/x86/vc1dsp_mmx.o STRIP libavcodec/x86/vc1dsp_mc.o X86ASM libavcodec/x86/videodsp.o STRIP libavcodec/x86/vc1dsp_loopfilter.o CC libavcodec/x86/videodsp_init.o X86ASM libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/videodsp.o CC libavcodec/x86/vorbisdsp_init.o X86ASM libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp3dsp_init.o X86ASM libavcodec/x86/vp6dsp.o STRIP libavcodec/x86/vp6dsp.o X86ASM libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp6dsp_init.o CC libavcodec/x86/vp8dsp_init.o X86ASM libavcodec/x86/vp8dsp_loopfilter.o STRIP libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp9dsp_init.o STRIP libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp9dsp_init_10bpp.o CC libavcodec/x86/vp9dsp_init_12bpp.o CC libavcodec/x86/vp9dsp_init_16bpp.o X86ASM libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp8dsp_loopfilter.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9intrapred_16bpp.o X86ASM libavcodec/x86/vp9lpf_16bpp.o STRIP libavcodec/x86/vp9itxfm_16bpp.o X86ASM libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9lpf_16bpp.o X86ASM libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9mc_16bpp.o X86ASM libavcodec/x86/xvididct.o STRIP libavcodec/x86/vp9mc.o CC libavcodec/x86/xvididct_init.o CC libavcodec/xan.o CC libavcodec/xbmdec.o STRIP libavcodec/x86/xvididct.o CC libavcodec/xbmenc.o STRIP libavcodec/x86/vp9lpf.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xma_parser.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o In file included from src/libavresample/audio_convert.c:30: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/audio_convert.c:30: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/audio_convert.c:30: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/audio_data.c:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/audio_data.c:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/audio_data.c:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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); ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:296:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:299:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:302:51: warning: 'AV_MIX_COEFF_TYPE_Q15' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_Q15, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:305:51: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_Q8, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:310:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:313:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:316:51: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_Q8, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:319:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:322:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:325:51: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:378:15: warning: 'avresample_build_matrix' is deprecated [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^ src/libavresample/avresample.h:285:1: note: 'avresample_build_matrix' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:513:10: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_Q8: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:516:10: warning: 'AV_MIX_COEFF_TYPE_Q15' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_Q15: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:519:10: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_FLT: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:701:14: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_Q8: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:704:14: warning: 'AV_MIX_COEFF_TYPE_Q15' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_Q15: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_mix.c:707:14: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] case AV_MIX_COEFF_TYPE_FLT: ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/audio_convert.c:279:31: warning: 'AV_RESAMPLE_DITHER_NONE' is deprecated [-Wdeprecated-declarations] if (avr->dither_method != AV_RESAMPLE_DITHER_NONE && ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 3 warnings generated. CC libavresample/audio_mix_matrix.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 */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 4 warnings generated. CC libavresample/dither.o In file included from src/libavresample/dither.c:39: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/dither.c:39: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/dither.c:39: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/dither.c:40: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:109:27: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] dst[i] = src[i] * LFG_SCALE; ^~~~~~~~~ src/libavresample/dither.c:85:35: note: expanded from macro 'LFG_SCALE' #define LFG_SCALE (1.0f / (2.0f * INT32_MAX)) ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:83:19: note: expanded from macro 'INT32_MAX' #define INT32_MAX 2147483647 ^~~~~~~~~~ src/libavresample/dither.c:118:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] float r = src0[i] * LFG_SCALE; ^~~~~~~~~ src/libavresample/dither.c:85:35: note: expanded from macro 'LFG_SCALE' #define LFG_SCALE (1.0f / (2.0f * INT32_MAX)) ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:83:19: note: expanded from macro 'INT32_MAX' #define INT32_MAX 2147483647 ^~~~~~~~~~ src/libavresample/dither.c:119:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion] r += src1[i] * LFG_SCALE; ^~~~~~~~~ src/libavresample/dither.c:85:35: note: expanded from macro 'LFG_SCALE' #define LFG_SCALE (1.0f / (2.0f * INT32_MAX)) ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:83:19: note: expanded from macro 'INT32_MAX' #define INT32_MAX 2147483647 ^~~~~~~~~~ src/libavresample/dither.c:148:37: warning: 'AV_RESAMPLE_DITHER_RECTANGULAR' is deprecated [-Wdeprecated-declarations] (c->method == AV_RESAMPLE_DITHER_RECTANGULAR ? 1 : 2); ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:166:22: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_HP' is deprecated [-Wdeprecated-declarations] if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_HP) ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:228:26: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_NS' is deprecated [-Wdeprecated-declarations] if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) { ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:279:22: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_NS' is deprecated [-Wdeprecated-declarations] if (c->method != AV_RESAMPLE_DITHER_TRIANGULAR_NS) { ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:336:19: warning: 'AV_RESAMPLE_DITHER_RECTANGULAR' is deprecated [-Wdeprecated-declarations] if (method == AV_RESAMPLE_DITHER_RECTANGULAR) ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:369:31: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_NS' is deprecated [-Wdeprecated-declarations] if (avr->dither_method == AV_RESAMPLE_DITHER_TRIANGULAR_NS && ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:373:30: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_HP' is deprecated [-Wdeprecated-declarations] avr->dither_method = AV_RESAMPLE_DITHER_TRIANGULAR_HP; ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/dither.c:378:22: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_NS' is deprecated [-Wdeprecated-declarations] if (c->method == AV_RESAMPLE_DITHER_TRIANGULAR_NS) { ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 23 warnings generated. CC libavresample/options.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 */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:39:162: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "in_channel_layout", "Input Channel Layout", OFFSET(in_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavresample/options.c:42:162: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "out_channel_layout", "Output Channel Layout", OFFSET(out_channel_layout), AV_OPT_TYPE_INT64, { .i64 = 0 }, INT64_MIN, INT64_MAX, PARAM }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavresample/options.c:56:122: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] { "mix_coeff_type", "Mixing Coefficient Type", OFFSET(mix_coeff_type), AV_OPT_TYPE_INT, { .i64 = AV_MIX_COEFF_TYPE_FLT }, AV_MIX_COEFF_TYPE_Q8, AV_MIX_COEFF_TYPE_NB-1, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:56:147: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] { "mix_coeff_type", "Mixing Coefficient Type", OFFSET(mix_coeff_type), AV_OPT_TYPE_INT, { .i64 = AV_MIX_COEFF_TYPE_FLT }, AV_MIX_COEFF_TYPE_Q8, AV_MIX_COEFF_TYPE_NB-1, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:56:169: warning: 'AV_MIX_COEFF_TYPE_NB' is deprecated [-Wdeprecated-declarations] { "mix_coeff_type", "Mixing Coefficient Type", OFFSET(mix_coeff_type), AV_OPT_TYPE_INT, { .i64 = AV_MIX_COEFF_TYPE_FLT }, AV_MIX_COEFF_TYPE_Q8, AV_MIX_COEFF_TYPE_NB-1, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:57:77: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] { "q8", "16-bit 8.8 Fixed-Point", 0, AV_OPT_TYPE_CONST, { .i64 = AV_MIX_COEFF_TYPE_Q8 }, INT_MIN, INT_MAX, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:58:77: warning: 'AV_MIX_COEFF_TYPE_Q15' is deprecated [-Wdeprecated-declarations] { "q15", "32-bit 17.15 Fixed-Point", 0, AV_OPT_TYPE_CONST, { .i64 = AV_MIX_COEFF_TYPE_Q15 }, INT_MIN, INT_MAX, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:59:77: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] { "flt", "Floating-Point", 0, AV_OPT_TYPE_CONST, { .i64 = AV_MIX_COEFF_TYPE_FLT }, INT_MIN, INT_MAX, PARAM, "mix_coeff_type" }, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:75:122: warning: 'AV_RESAMPLE_FILTER_TYPE_KAISER' is deprecated [-Wdeprecated-declarations] { "filter_type", "Filter Type", OFFSET(filter_type), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, AV_RESAMPLE_FILTER_TYPE_CUBIC, AV_RESAMPLE_FILTER_TYPE_KAISER, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:75:156: warning: 'AV_RESAMPLE_FILTER_TYPE_CUBIC' is deprecated [-Wdeprecated-declarations] { "filter_type", "Filter Type", OFFSET(filter_type), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, AV_RESAMPLE_FILTER_TYPE_CUBIC, AV_RESAMPLE_FILTER_TYPE_KAISER, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:75:187: warning: 'AV_RESAMPLE_FILTER_TYPE_KAISER' is deprecated [-Wdeprecated-declarations] { "filter_type", "Filter Type", OFFSET(filter_type), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, AV_RESAMPLE_FILTER_TYPE_CUBIC, AV_RESAMPLE_FILTER_TYPE_KAISER, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:76:96: warning: 'AV_RESAMPLE_FILTER_TYPE_CUBIC' is deprecated [-Wdeprecated-declarations] { "cubic", "Cubic", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_CUBIC }, INT_MIN, INT_MAX, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:77:96: warning: 'AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL' is deprecated [-Wdeprecated-declarations] { "blackman_nuttall", "Blackman Nuttall Windowed Sinc", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL }, INT_MIN, INT_MAX, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:78:96: warning: 'AV_RESAMPLE_FILTER_TYPE_KAISER' is deprecated [-Wdeprecated-declarations] { "kaiser", "Kaiser Windowed Sinc", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_FILTER_TYPE_KAISER }, INT_MIN, INT_MAX, PARAM, "filter_type" }, ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:80:122: warning: 'AV_RESAMPLE_DITHER_NONE' is deprecated [-Wdeprecated-declarations] { "dither_method", "Dither Method", OFFSET(dither_method), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_DITHER_NONE }, 0, AV_RESAMPLE_DITHER_NB-1, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:80:152: warning: 'AV_RESAMPLE_DITHER_NB' is deprecated [-Wdeprecated-declarations] { "dither_method", "Dither Method", OFFSET(dither_method), AV_OPT_TYPE_INT, { .i64 = AV_RESAMPLE_DITHER_NONE }, 0, AV_RESAMPLE_DITHER_NB-1, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:81:98: warning: 'AV_RESAMPLE_DITHER_NONE' is deprecated [-Wdeprecated-declarations] {"none", "No Dithering", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_NONE }, INT_MIN, INT_MAX, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:82:98: warning: 'AV_RESAMPLE_DITHER_RECTANGULAR' is deprecated [-Wdeprecated-declarations] {"rectangular", "Rectangular Dither", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_RECTANGULAR }, INT_MIN, INT_MAX, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:83:98: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR' is deprecated [-Wdeprecated-declarations] {"triangular", "Triangular Dither", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR }, INT_MIN, INT_MAX, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:84:98: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_HP' is deprecated [-Wdeprecated-declarations] {"triangular_hp", "Triangular Dither With High Pass", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR_HP }, INT_MIN, INT_MAX, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/options.c:85:98: warning: 'AV_RESAMPLE_DITHER_TRIANGULAR_NS' is deprecated [-Wdeprecated-declarations] {"triangular_ns", "Triangular Dither With Noise Shaping", 0, AV_OPT_TYPE_CONST, { .i64 = AV_RESAMPLE_DITHER_TRIANGULAR_NS }, INT_MIN, INT_MAX, PARAM, "dither_method"}, ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 25 warnings generated. CC libavresample/resample.o 17 warnings generated. CC libavresample/utils.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 */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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; ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/resample.c:87:18: warning: 'AV_RESAMPLE_FILTER_TYPE_CUBIC' is deprecated [-Wdeprecated-declarations] case AV_RESAMPLE_FILTER_TYPE_CUBIC: { ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/resample.c:94:18: warning: 'AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL' is deprecated [-Wdeprecated-declarations] case AV_RESAMPLE_FILTER_TYPE_BLACKMAN_NUTTALL: ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/resample.c:100:18: warning: 'AV_RESAMPLE_FILTER_TYPE_KAISER' is deprecated [-Wdeprecated-declarations] case AV_RESAMPLE_FILTER_TYPE_KAISER: ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 5 warnings generated. X86ASM libavresample/x86/audio_convert.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 */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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 */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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; ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/utils.c:570:11: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/utils.c:787:42: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int] return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:787:42: note: use array indexing to silence this warning return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; ^ & [ ] 7 warnings generated. CC libavresample/x86/audio_convert_init.o 7 warnings generated. X86ASM libavresample/x86/audio_mix.o In file included from src/libavresample/x86/audio_convert_init.c:24: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/audio_convert_init.c:24: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/audio_convert_init.c:24: In file included from src/libavresample/audio_convert.h:26: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 3 warnings generated. CC libavresample/x86/audio_mix_init.o In file included from src/libavresample/x86/audio_mix_init.c:24: In file included from src/libavresample/audio_mix.h:28: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/audio_mix_init.c:24: In file included from src/libavresample/audio_mix.h:28: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/audio_mix_init.c:24: In file included from src/libavresample/audio_mix.h:28: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:179:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:181:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:185:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:187:55: warning: 'AV_MIX_COEFF_TYPE_Q8' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_Q8, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:189:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:193:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:195:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:199:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:201:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:205:55: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT, ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:209:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(3) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:210:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(4) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:211:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(5) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:212:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(6) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:213:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(7) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:110:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:113:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:118:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:121:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:126:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:129:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:140:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:143:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:146:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:149:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:160:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:163:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:166:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/audio_mix_init.c:214:5: warning: 'AV_MIX_COEFF_TYPE_FLT' is deprecated [-Wdeprecated-declarations] SET_MIX_3_8_TO_1_2(8) ^ src/libavresample/x86/audio_mix_init.c:169:55: note: expanded from macro 'SET_MIX_3_8_TO_1_2' ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ STRIP libavresample/x86/audio_convert.o X86ASM libavresample/x86/dither.o 98 warnings generated. CC libavresample/x86/dither_init.o STRIP libavresample/x86/dither.o AR libpostproc/libpostproc.a In file included from src/libavresample/x86/dither_init.c:24: In file included from src/libavresample/dither.h:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/avresample.h:112:6: note: 'AVMixCoeffType' has been explicitly marked deprecated here enum attribute_deprecated AVMixCoeffType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/dither_init.c:24: In file included from src/libavresample/dither.h:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/avresample.h:123:6: note: 'AVResampleFilterType' has been explicitly marked deprecated here enum attribute_deprecated AVResampleFilterType { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavresample/x86/dither_init.c:24: In file included from src/libavresample/dither.h:25: In file included from src/libavresample/audio_data.h:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 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); ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/x86/dither_init.c:45:19: warning: 'AV_RESAMPLE_DITHER_RECTANGULAR' is deprecated [-Wdeprecated-declarations] if (method == AV_RESAMPLE_DITHER_RECTANGULAR) { ^ src/libavresample/avresample.h:132:6: note: 'AVResampleDitherMethod' has been explicitly marked deprecated here enum attribute_deprecated AVResampleDitherMethod { ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libswresample/audioconvert.o 6 warnings generated. CC libswresample/dither.o CC libswresample/options.o src/libswresample/options.c:54:147: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"icl" , "set input channel layout" , OFFSET(user_in_ch_layout ), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX , PARAM, "channel_layout"}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libswresample/options.c:55:147: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"in_channel_layout" , "set input channel layout" , OFFSET(user_in_ch_layout ), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX , PARAM, "channel_layout"}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libswresample/options.c:56:147: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"ocl" , "set output channel layout" , OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX , PARAM, "channel_layout"}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libswresample/options.c:57:147: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"out_channel_layout" , "set output channel layout" , OFFSET(user_out_ch_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64=0 }, INT64_MIN, INT64_MAX , PARAM, "channel_layout"}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libswresample/options.c:112:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] , OFFSET(firstpts_in_samples), AV_OPT_TYPE_INT64 ,{.i64=AV_NOPTS_VALUE }, INT64_MIN,INT64_MAX, PARAM }, ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o STRIP libavresample/x86/audio_mix.o X86ASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o STRIP libswresample/x86/rematrix.o X86ASM libswresample/x86/resample.o CC libswresample/x86/resample_init.o CC libswscale/alphablend.o STRIP libswresample/x86/resample.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/options.o STRIP libswresample/x86/audio_convert.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o STRIP libavcodec/x86/vp9itxfm.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o STRIP libswscale/x86/input.o X86ASM libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o STRIP libswscale/x86/output.o X86ASM libswscale/x86/rgb_2_rgb.o STRIP libswscale/x86/rgb_2_rgb.o X86ASM libswscale/x86/scale.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o STRIP libswscale/x86/scale.o X86ASM libswscale/x86/yuv_2_rgb.o CC libswscale/yuv2rgb.o STRIP libswscale/x86/yuv_2_rgb.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avsscanf.o CC libavutil/avstring.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 CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/encryption_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o src/libavutil/eval.c:237:41: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] return e->value * (r * (1.0/UINT64_MAX)); ~^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ CC libavutil/file.o src/libavutil/cpu.c:132:76: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "flags" , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavutil/cpu.c:194:76: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "flags" , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavutil/fixed_dsp.o CC libavutil/file_open.o CC libavutil/float_dsp.o CC libavutil/frame.o 1 warning generated. CC libavutil/hash.o CC libavutil/hdr_dynamic_metadata.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_d3d11va.o CC libavutil/hwcontext_dxva2.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 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/tx.o CC libavutil/tx_double.o CC libavutil/tx_float.o CC libavutil/tx_int32.o CC libavutil/utils.o CC libavutil/x86/cpu.o X86ASM libavutil/x86/cpuid.o STRIP libavutil/x86/cpuid.o X86ASM libavutil/x86/fixed_dsp.o STRIP libavutil/x86/fixed_dsp.o CC libavutil/x86/fixed_dsp_init.o X86ASM libavutil/x86/float_dsp.o STRIP libavutil/x86/float_dsp.o CC libavutil/x86/float_dsp_init.o X86ASM libavutil/x86/imgutils.o STRIP libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o CC libavutil/x86/lls_init.o STRIP libavutil/x86/lls.o X86ASM libavutil/x86/pixelutils.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o HOSTLD doc/print_options STRIP libavutil/x86/pixelutils.o CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o src/fftools/ffmpeg_opt.c:269:84: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "abort_on" , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg_opt.c:860:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->lowres) { ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:861:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:862:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:863:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:864:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:865:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg_opt.c:2466:37: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC fftools/ffmpeg.o CC fftools/ffprobe.o src/fftools/cmdutils.c:328:79: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] *(int64_t *)dst = parse_number_or_die(opt, arg, OPT_INT64, INT64_MIN, INT64_MAX); ~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:553:25: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^ src/libavresample/avresample.h:182:1: note: 'avresample_get_class' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/cmdutils.c:1141:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^ src/fftools/cmdutils.c:1109:36: note: expanded from macro 'PRINT_LIB_INFO' unsigned int version = libname##_version(); \ ^ :163:1: note: expanded from here avresample_version ^ src/libavresample/avresample.h:147:1: note: 'avresample_version' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/cmdutils.c:1141:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^ src/fftools/cmdutils.c:1120:31: note: expanded from macro 'PRINT_LIB_INFO' const char *cfg = libname##_configuration(); \ ^ :170:1: note: expanded from here avresample_configuration ^ src/libavresample/avresample.h:157:1: note: 'avresample_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/cmdutils.c:1506:20: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while ((prev = av_codec_next(prev))) { ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg.c:3541:15: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavcodec/avcodec.h:4313:1: note: 'avcodec_copy_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg.c:3541:45: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg.c:3589:18: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg.c:3599:92: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] { "disposition" , NULL, 0, AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT64_MIN, INT64_MAX, .unit = "flags" }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3972:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffmpeg.c:3995:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2060:52: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^ src/libavcodec/avcodec.h:1561:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2061:59: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^ src/libavcodec/avcodec.h:1561:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2579:33: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^ src/libavcodec/avcodec.h:2582:5: note: 'timecode_frame_start' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2581:61: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^ src/libavcodec/avcodec.h:2582:5: note: 'timecode_frame_start' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2645:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2645:76: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2943:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = stream->codec->coded_width; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/fftools/ffprobe.c:2944:50: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = stream->codec->coded_height; ^ src/libavformat/avformat.h:883:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 5 warnings generated. CC libavfilter/tests/drawutils.o CC libavfilter/tests/filtfmts.o CC libavfilter/tests/formats.o 8 warnings generated. CC libavfilter/tests/integral.o CC libavformat/tests/seek.o CC libavformat/tests/url.o CC libavformat/tests/fifo_muxer.o CC libavformat/tests/movenc.o CC libavformat/tests/noproxy.o 6 warnings generated. CC libavformat/tests/srtp.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/codec_desc.o CC libavcodec/tests/htmlsubtitles.o CC libavcodec/tests/imgconvert.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/mathops.o CC libavcodec/tests/options.o CC libavcodec/tests/mjpegenc_huffman.o In file included from src/libavcodec/tests/options.c:22: In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:45:110: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:350:154: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"timecode_frame_start", "GOP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, V|E}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:353:92: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"}, ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: In file included from src/libavcodec/options.c:36: src/libavcodec/options_table.h:354:108: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion] {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_UINT64, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"}, ~ ^~~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:89:20: note: expanded from macro 'UINT64_MAX' #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */ ^~~~~~~~~~~~~~~~~~~~~ 8 warnings generated. In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:61:25: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:66:16: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/tests/utils.o In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:302:119: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"best_effort_timestamp", "", FOFFSET(best_effort_timestamp), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:303:79: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"pkt_pos", "", FOFFSET(pkt_pos), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:304:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"pkt_size", "", FOFFSET(pkt_size), AV_OPT_TYPE_INT64, {.i64 = -1 }, INT64_MIN, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:309:84: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"channel_layout", "", FOFFSET(channel_layout), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, 0}, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:152:5: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^ src/libavcodec/avcodec.h:4313:1: note: 'avcodec_copy_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/tests/options.c:167:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^ src/libavcodec/avcodec.h:4313:1: note: 'avcodec_copy_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/tests/options.c:188:9: warning: 'avcodec_register' is deprecated [-Wdeprecated-declarations] avcodec_register(dummy_codec[i]); ^ src/libavcodec/avcodec.h:4224:1: note: 'avcodec_register' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavcodec/tests/utils.c:25:20: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (codec = av_codec_next(codec)) { ^ src/libavcodec/avcodec.h:4196:1: note: 'av_codec_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ 1 warning generated. CC libavcodec/tests/cabac.o CC libavcodec/tests/avfft.o 13 warnings generated. CC libavcodec/tests/fft.o CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o CC libavresample/tests/avresample.o src/libavresample/tests/avresample.c:250:9: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] s = avresample_alloc_context(); ^ src/libavresample/avresample.h:193:1: note: 'avresample_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:303:35: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] ret = avresample_open(s); ^ src/libavresample/avresample.h:213:1: note: 'avresample_open' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:309:35: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s, out_data, out_linesize, out_rate * 6, ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:319:33: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] if (avresample_get_delay(s) > 0) ^ src/libavresample/avresample.h:472:1: note: 'avresample_get_delay' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:321:40: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] avresample_get_delay(s)); ^ src/libavresample/avresample.h:472:1: note: 'avresample_get_delay' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:322:33: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] if (avresample_available(s) > 0) ^ src/libavresample/avresample.h:493:1: note: 'avresample_available' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:324:40: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] avresample_available(s)); ^ src/libavresample/avresample.h:493:1: note: 'avresample_available' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:327:29: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s); ^ src/libavresample/avresample.h:244:1: note: 'avresample_close' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ src/libavresample/tests/avresample.c:340:5: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s); ^ src/libavresample/avresample.h:257:1: note: 'avresample_free' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:94:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libswresample/tests/swresample.o CC libswscale/tests/colorspace.o 9 warnings generated. CC libswscale/tests/pixdesc_query.o CC libswscale/tests/swscale.o CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cast5.o CC libavutil/tests/camellia.o CC libavutil/tests/color_utils.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/display.o CC libavutil/tests/encryption_info.o CC libavutil/tests/error.o CC libavutil/tests/eval.o CC libavutil/tests/file.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/hwdevice.o CC libavutil/tests/integer.o CC libavutil/tests/imgutils.o CC libavutil/tests/lfg.o CC libavutil/tests/lls.o CC libavutil/tests/log.o CC libavutil/tests/md5.o src/libavutil/tests/md5.c:41:24: warning: passing 'volatile uint8_t [1000]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] av_md5_sum(md5val, in, 1000); ^~ src/libavutil/md5.h:89:46: note: passing argument to parameter 'src' here void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^ src/libavutil/tests/md5.c:43:24: warning: passing 'volatile uint8_t [1000]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] av_md5_sum(md5val, in, 63); ^~ src/libavutil/md5.h:89:46: note: passing argument to parameter 'src' here void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^ src/libavutil/tests/md5.c:45:24: warning: passing 'volatile uint8_t [1000]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] av_md5_sum(md5val, in, 64); ^~ src/libavutil/md5.h:89:46: note: passing argument to parameter 'src' here void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^ src/libavutil/tests/md5.c:47:24: warning: passing 'volatile uint8_t [1000]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] av_md5_sum(md5val, in, 65); ^~ src/libavutil/md5.h:89:46: note: passing argument to parameter 'src' here void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^ src/libavutil/tests/md5.c:51:24: warning: passing 'volatile uint8_t [1000]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] av_md5_sum(md5val, in, 999); ^~ src/libavutil/md5.h:89:46: note: passing argument to parameter 'src' here void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); ^ 5 warnings generated. CC libavutil/tests/murmur3.o CC libavutil/tests/opt.o CC libavutil/tests/pca.o CC libavutil/tests/parseutils.o src/libavutil/tests/opt.c:82:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"duration", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 1000 }, 0, INT64_MAX, 1 }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ src/libavutil/tests/opt.c:84:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion] {"cl", "set channel layout", OFFSET(channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, { .i64 = AV_CH_LAYOUT_HEXAGONAL }, 0, INT64_MAX, 1 }, ~ ^~~~~~~~~ /home/martin/clang-nightly/i686-w64-mingw32/include/stdint.h:84:19: note: expanded from macro 'INT64_MAX' #define INT64_MAX 9223372036854775807LL ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavutil/tests/pixdesc.o CC libavutil/tests/pixelutils.o CC libavutil/tests/pixfmt_best.o CC libavutil/tests/random_seed.o CC libavutil/tests/rational.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/softfloat.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/utf8.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/cpu_init.o AR libavfilter/libavfilter.a AR libavcodec/libavcodec.a AR libavresample/libavresample.a AR libswresample/libswresample.a AR libswscale/libswscale.a AR libavutil/libavutil.a GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi LD libavresample/tests/avresample.exe LD libswresample/tests/swresample.exe LD libswscale/tests/colorspace.exe LD libswscale/tests/pixdesc_query.exe LD libswscale/tests/swscale.exe LD libavutil/tests/adler32.exe LD libavutil/tests/aes.exe LD libavutil/tests/aes_ctr.exe LD libavutil/tests/audio_fifo.exe LD libavutil/tests/avstring.exe LD libavutil/tests/base64.exe LD libavutil/tests/blowfish.exe LD libavutil/tests/bprint.exe LD libavutil/tests/cast5.exe LD libavutil/tests/camellia.exe LD libavutil/tests/color_utils.exe LD libavutil/tests/cpu.exe LD libavutil/tests/crc.exe LD libavutil/tests/des.exe LD libavutil/tests/dict.exe LD libavutil/tests/display.exe LD libavutil/tests/encryption_info.exe LD libavutil/tests/error.exe LD libavutil/tests/eval.exe LD libavutil/tests/file.exe LD libavutil/tests/fifo.exe LD libavutil/tests/hash.exe LD libavutil/tests/hmac.exe LD libavutil/tests/hwdevice.exe LD libavutil/tests/integer.exe LD libavutil/tests/imgutils.exe LD libavutil/tests/lfg.exe LD libavutil/tests/lls.exe LD libavutil/tests/log.exe LD libavutil/tests/md5.exe LD libavutil/tests/murmur3.exe LD libavutil/tests/opt.exe LD libavutil/tests/pca.exe LD libavutil/tests/parseutils.exe LD libavutil/tests/pixdesc.exe LD libavutil/tests/pixelutils.exe LD libavutil/tests/pixfmt_best.exe LD libavutil/tests/random_seed.exe LD libavutil/tests/rational.exe LD libavutil/tests/ripemd.exe LD libavutil/tests/sha.exe LD libavutil/tests/softfloat.exe LD libavutil/tests/sha512.exe LD libavutil/tests/tree.exe LD libavutil/tests/twofish.exe LD libavutil/tests/utf8.exe LD libavutil/tests/xtea.exe LD libavutil/tests/tea.exe LD libavutil/tests/cpu_init.exe HTML doc/ffmpeg.html HTML doc/ffprobe.html HTML doc/ffmpeg-all.html HTML doc/ffprobe-all.html HTML doc/ffmpeg-utils.html HTML doc/ffmpeg-scaler.html HTML doc/ffmpeg-resampler.html HTML doc/ffmpeg-codecs.html HTML doc/ffmpeg-bitstream-filters.html HTML doc/ffmpeg-formats.html HTML doc/ffmpeg-protocols.html HTML doc/ffmpeg-devices.html HTML doc/ffmpeg-filters.html HTML doc/libavutil.html HTML doc/libswscale.html HTML doc/libswresample.html HTML doc/libavcodec.html HTML doc/libavformat.html HTML doc/libavdevice.html HTML doc/libavfilter.html HTML doc/developer.html HTML doc/faq.html HTML doc/fate.html HTML doc/general.html HTML doc/git-howto.html HTML doc/mailing-list-faq.html HTML doc/nut.html HTML doc/platform.html POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.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-formats.pod POD doc/ffmpeg-protocols.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 MAN doc/ffprobe.1 POD doc/libavfilter.pod MAN doc/ffmpeg-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 LD ffmpeg_g.exe LD ffprobe_g.exe LD libavfilter/tests/drawutils.exe LD libavfilter/tests/filtfmts.exe LD libavfilter/tests/formats.exe LD libavfilter/tests/integral.exe LD libavformat/tests/seek.exe LD libavformat/tests/url.exe LD libavformat/tests/fifo_muxer.exe LD libavformat/tests/movenc.exe LD libavformat/tests/noproxy.exe LD libavformat/tests/srtp.exe LD libavcodec/tests/avpacket.exe LD libavcodec/tests/celp_math.exe LD libavcodec/tests/htmlsubtitles.exe LD libavcodec/tests/imgconvert.exe LD libavcodec/tests/codec_desc.exe LD libavcodec/tests/jpeg2000dwt.exe LD libavcodec/tests/mathops.exe LD libavcodec/tests/options.exe LD libavcodec/tests/mjpegenc_huffman.exe LD libavcodec/tests/utils.exe LD libavcodec/tests/cabac.exe LD libavcodec/tests/avfft.exe LD libavcodec/tests/fft.exe LD libavcodec/tests/fft-fixed.exe LD libavcodec/tests/fft-fixed32.exe LD libavcodec/tests/golomb.exe LD libavcodec/tests/dct.exe LD libavcodec/tests/iirfilter.exe LD libavcodec/tests/motion.exe LD libavcodec/tests/mpeg12framerate.exe LD libavcodec/tests/h264_levels.exe LD libavcodec/tests/h265_levels.exe LD libavcodec/tests/rangecoder.exe LD libavcodec/tests/snowenc.exe STRIP ffmpeg.exe STRIP ffprobe.exe INSTALL doc/ffmpeg.html INSTALL doc/ffprobe.html INSTALL doc/ffmpeg-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/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL home/martin/fate/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/martin/fate/src/presets/libvpx-360p.ffpreset INSTALL home/martin/fate/src/presets/libvpx-1080p.ffpreset INSTALL home/martin/fate/src/presets/libvpx-720p50_60.ffpreset INSTALL home/martin/fate/src/presets/libvpx-720p.ffpreset INSTALL home/martin/fate/src/doc/ffprobe.xsd INSTALL home/martin/fate/src/doc/examples/transcoding.c INSTALL home/martin/fate/src/doc/examples/vaapi_transcode.c INSTALL home/martin/fate/src/doc/examples/demuxing_decoding.c INSTALL home/martin/fate/src/doc/examples/filtering_video.c INSTALL home/martin/fate/src/doc/examples/muxing.c INSTALL home/martin/fate/src/doc/examples/encode_audio.c INSTALL home/martin/fate/src/doc/examples/hw_decode.c INSTALL home/martin/fate/src/doc/examples/filter_audio.c INSTALL home/martin/fate/src/doc/examples/http_multiclient.c INSTALL home/martin/fate/src/doc/examples/decode_video.c INSTALL home/martin/fate/src/doc/examples/avio_list_dir.c INSTALL home/martin/fate/src/doc/examples/resampling_audio.c INSTALL home/martin/fate/src/doc/examples/metadata.c INSTALL home/martin/fate/src/doc/examples/remuxing.c INSTALL home/martin/fate/src/doc/examples/filtering_audio.c INSTALL home/martin/fate/src/doc/examples/extract_mvs.c INSTALL home/martin/fate/src/doc/examples/avio_reading.c INSTALL home/martin/fate/src/doc/examples/qsvdec.c INSTALL home/martin/fate/src/doc/examples/vaapi_encode.c INSTALL home/martin/fate/src/doc/examples/decode_audio.c INSTALL home/martin/fate/src/doc/examples/transcode_aac.c INSTALL home/martin/fate/src/doc/examples/encode_video.c INSTALL home/martin/fate/src/doc/examples/scaling_video.c INSTALL home/martin/fate/src/doc/examples/README INSTALL home/martin/fate/src/doc/examples/Makefile INSTALL home/martin/fate/src/doc/examples/transcoding.c INSTALL home/martin/fate/src/doc/examples/vaapi_transcode.c INSTALL home/martin/fate/src/doc/examples/demuxing_decoding.c INSTALL home/martin/fate/src/doc/examples/filtering_video.c INSTALL home/martin/fate/src/doc/examples/muxing.c INSTALL home/martin/fate/src/doc/examples/encode_audio.c INSTALL home/martin/fate/src/doc/examples/hw_decode.c INSTALL home/martin/fate/src/doc/examples/filter_audio.c INSTALL home/martin/fate/src/doc/examples/http_multiclient.c INSTALL home/martin/fate/src/doc/examples/decode_video.c INSTALL home/martin/fate/src/doc/examples/avio_list_dir.c INSTALL home/martin/fate/src/doc/examples/resampling_audio.c INSTALL home/martin/fate/src/doc/examples/metadata.c INSTALL home/martin/fate/src/doc/examples/remuxing.c INSTALL home/martin/fate/src/doc/examples/filtering_audio.c INSTALL home/martin/fate/src/doc/examples/extract_mvs.c INSTALL home/martin/fate/src/doc/examples/avio_reading.c INSTALL home/martin/fate/src/doc/examples/qsvdec.c INSTALL home/martin/fate/src/doc/examples/vaapi_encode.c INSTALL home/martin/fate/src/doc/examples/decode_audio.c INSTALL home/martin/fate/src/doc/examples/transcode_aac.c INSTALL home/martin/fate/src/doc/examples/encode_video.c INSTALL home/martin/fate/src/doc/examples/scaling_video.c INSTALL home/martin/fate/src/doc/examples/README INSTALL home/martin/fate/src/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/martin/fate/src/libavdevice/avdevice.h INSTALL home/martin/fate/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/martin/fate/src/libavfilter/avfilter.h INSTALL home/martin/fate/src/libavfilter/buffersink.h INSTALL home/martin/fate/src/libavfilter/buffersrc.h INSTALL home/martin/fate/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/martin/fate/src/libavformat/avformat.h INSTALL home/martin/fate/src/libavformat/avio.h INSTALL home/martin/fate/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/martin/fate/src/libavcodec/ac3_parser.h INSTALL home/martin/fate/src/libavcodec/adts_parser.h INSTALL home/martin/fate/src/libavcodec/avcodec.h INSTALL home/martin/fate/src/libavcodec/avdct.h INSTALL home/martin/fate/src/libavcodec/avfft.h INSTALL home/martin/fate/src/libavcodec/d3d11va.h INSTALL home/martin/fate/src/libavcodec/dirac.h INSTALL home/martin/fate/src/libavcodec/dv_profile.h INSTALL home/martin/fate/src/libavcodec/dxva2.h INSTALL home/martin/fate/src/libavcodec/jni.h INSTALL home/martin/fate/src/libavcodec/mediacodec.h INSTALL home/martin/fate/src/libavcodec/qsv.h INSTALL home/martin/fate/src/libavcodec/vaapi.h INSTALL home/martin/fate/src/libavcodec/vdpau.h INSTALL home/martin/fate/src/libavcodec/version.h INSTALL home/martin/fate/src/libavcodec/videotoolbox.h INSTALL home/martin/fate/src/libavcodec/vorbis_parser.h INSTALL home/martin/fate/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/martin/fate/src/libavresample/avresample.h INSTALL home/martin/fate/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/martin/fate/src/libpostproc/postprocess.h INSTALL home/martin/fate/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/martin/fate/src/libswresample/swresample.h INSTALL home/martin/fate/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/martin/fate/src/libswscale/swscale.h INSTALL home/martin/fate/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/martin/fate/src/libavutil/adler32.h INSTALL home/martin/fate/src/libavutil/aes.h INSTALL home/martin/fate/src/libavutil/aes_ctr.h INSTALL home/martin/fate/src/libavutil/attributes.h INSTALL home/martin/fate/src/libavutil/audio_fifo.h INSTALL home/martin/fate/src/libavutil/avassert.h INSTALL home/martin/fate/src/libavutil/avstring.h INSTALL home/martin/fate/src/libavutil/avutil.h INSTALL home/martin/fate/src/libavutil/base64.h INSTALL home/martin/fate/src/libavutil/blowfish.h INSTALL home/martin/fate/src/libavutil/bprint.h INSTALL home/martin/fate/src/libavutil/bswap.h INSTALL home/martin/fate/src/libavutil/buffer.h INSTALL home/martin/fate/src/libavutil/cast5.h INSTALL home/martin/fate/src/libavutil/camellia.h INSTALL home/martin/fate/src/libavutil/channel_layout.h INSTALL home/martin/fate/src/libavutil/common.h INSTALL home/martin/fate/src/libavutil/cpu.h INSTALL home/martin/fate/src/libavutil/crc.h INSTALL home/martin/fate/src/libavutil/des.h INSTALL home/martin/fate/src/libavutil/dict.h INSTALL home/martin/fate/src/libavutil/display.h INSTALL home/martin/fate/src/libavutil/downmix_info.h INSTALL home/martin/fate/src/libavutil/encryption_info.h INSTALL home/martin/fate/src/libavutil/error.h INSTALL home/martin/fate/src/libavutil/eval.h INSTALL home/martin/fate/src/libavutil/fifo.h INSTALL home/martin/fate/src/libavutil/file.h INSTALL home/martin/fate/src/libavutil/frame.h INSTALL home/martin/fate/src/libavutil/hash.h INSTALL home/martin/fate/src/libavutil/hdr_dynamic_metadata.h INSTALL home/martin/fate/src/libavutil/hmac.h INSTALL home/martin/fate/src/libavutil/hwcontext.h INSTALL home/martin/fate/src/libavutil/hwcontext_cuda.h INSTALL home/martin/fate/src/libavutil/hwcontext_d3d11va.h INSTALL home/martin/fate/src/libavutil/hwcontext_drm.h INSTALL home/martin/fate/src/libavutil/hwcontext_dxva2.h INSTALL home/martin/fate/src/libavutil/hwcontext_qsv.h INSTALL home/martin/fate/src/libavutil/hwcontext_mediacodec.h INSTALL home/martin/fate/src/libavutil/hwcontext_opencl.h INSTALL home/martin/fate/src/libavutil/hwcontext_vaapi.h INSTALL home/martin/fate/src/libavutil/hwcontext_videotoolbox.h INSTALL home/martin/fate/src/libavutil/hwcontext_vdpau.h INSTALL home/martin/fate/src/libavutil/hwcontext_vulkan.h INSTALL home/martin/fate/src/libavutil/imgutils.h INSTALL home/martin/fate/src/libavutil/intfloat.h INSTALL home/martin/fate/src/libavutil/intreadwrite.h INSTALL home/martin/fate/src/libavutil/lfg.h INSTALL home/martin/fate/src/libavutil/log.h INSTALL home/martin/fate/src/libavutil/macros.h INSTALL home/martin/fate/src/libavutil/mathematics.h INSTALL home/martin/fate/src/libavutil/mastering_display_metadata.h INSTALL home/martin/fate/src/libavutil/md5.h INSTALL home/martin/fate/src/libavutil/mem.h INSTALL home/martin/fate/src/libavutil/motion_vector.h INSTALL home/martin/fate/src/libavutil/murmur3.h INSTALL home/martin/fate/src/libavutil/opt.h INSTALL home/martin/fate/src/libavutil/parseutils.h INSTALL home/martin/fate/src/libavutil/pixdesc.h INSTALL home/martin/fate/src/libavutil/pixelutils.h INSTALL home/martin/fate/src/libavutil/pixfmt.h INSTALL home/martin/fate/src/libavutil/random_seed.h INSTALL home/martin/fate/src/libavutil/rc4.h INSTALL home/martin/fate/src/libavutil/rational.h INSTALL home/martin/fate/src/libavutil/replaygain.h INSTALL home/martin/fate/src/libavutil/ripemd.h INSTALL home/martin/fate/src/libavutil/samplefmt.h INSTALL home/martin/fate/src/libavutil/sha.h INSTALL home/martin/fate/src/libavutil/sha512.h INSTALL home/martin/fate/src/libavutil/spherical.h INSTALL home/martin/fate/src/libavutil/stereo3d.h INSTALL home/martin/fate/src/libavutil/threadmessage.h INSTALL home/martin/fate/src/libavutil/time.h INSTALL home/martin/fate/src/libavutil/timecode.h INSTALL home/martin/fate/src/libavutil/timestamp.h INSTALL home/martin/fate/src/libavutil/tree.h INSTALL home/martin/fate/src/libavutil/twofish.h INSTALL home/martin/fate/src/libavutil/version.h INSTALL home/martin/fate/src/libavutil/xtea.h INSTALL home/martin/fate/src/libavutil/tea.h INSTALL home/martin/fate/src/libavutil/tx.h INSTALL home/martin/fate/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc