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 CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o src/libavdevice/fbdev_common.c:65:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 65 | const char* ff_fbdev_default_device() | ^ | void 1 warning generated. CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o In file included from src/libavdevice/v4l2-common.c:19: src/libavdevice/v4l2-common.h:22:8: warning: undefining builtin macro [-Wbuiltin-macro-redefined] 22 | #undef __STRICT_ANSI__ //workaround due to broken kernel headers | ^ CC libavdevice/v4l2enc.o CC libavdevice/version.o In file included from src/libavdevice/v4l2.c:47: src/libavdevice/v4l2-common.h:22:8: warning: undefining builtin macro [-Wbuiltin-macro-redefined] 22 | #undef __STRICT_ANSI__ //workaround due to broken kernel headers | ^ In file included from src/libavdevice/v4l2enc.c:25: src/libavdevice/v4l2-common.h:22:8: warning: undefining builtin macro [-Wbuiltin-macro-redefined] 22 | #undef __STRICT_ANSI__ //workaround due to broken kernel headers | ^ 1 warning generated. GEN libavdevice/libavdevice.pc 1 warning generated. 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/aaxdec.o 1 warning generated. CC libavformat/ac3dec.o CC libavformat/acedec.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/aiff.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/amvenc.o CC libavformat/anm.o CC libavformat/apac.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/argo_brp.o CC libavformat/argo_cvg.o CC libavformat/asf.o CC libavformat/asf_tags.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/av1.o CC libavformat/av1dec.o CC libavformat/avc.o CC libavformat/avformat.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-const-int-float-conversion] 60 | {"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 }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :281:1: note: expanded from here 281 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/avlanguage.o 1 warning generated. CC libavformat/avr.o CC libavformat/avs.o CC libavformat/avs2dec.o CC libavformat/avs3dec.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/binka.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/bonk.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/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o src/libavformat/dashenc.c:2415:112: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2415 | { "update_period", "Set the mpd update interval", OFFSET(update_period), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :9:1: note: expanded from here 9 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/demux.o CC libavformat/demux_utils.o CC libavformat/derf.o src/libavformat/demux.c:1661:40: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1661 | if (bitrate >= 0 && bitrate <= INT64_MAX) | ~~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :103:1: note: expanded from here 103 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/dfa.o CC libavformat/dfpwmdec.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dovi_isom.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o 1 warning generated. CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o src/libavformat/dump.c:242:55: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion] 242 | av_log(ctx, AV_LOG_INFO, "%f", (float) peak / UINT32_MAX); | ~ ^~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' 129 | # define UINT32_MAX (4294967295U) | ^~~~~~~~~~~ CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o 1 warning generated. CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o 1 warning generated. 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:702:47: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 702 | {"timeshift", "Delay fifo output", OFFSET(timeshift), | ~ 703 | AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM}, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :328:1: note: expanded from here 328 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/fifo.c:693:82: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 693 | {"recovery_wait_time", "Waiting time between recovery attempts", OFFSET(recovery_wait_time), | ~ 694 | AV_OPT_TYPE_DURATION, {.i64 = FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM}, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :327:1: note: expanded from here 327 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o 2 warnings generated. CC libavformat/fitsenc.o CC libavformat/flac_picture.o src/libavformat/fitsdec.c:175:26: warning: result of comparison of constant 9223372036854775807 with expression of type 'unsigned int' is always true [-Wtautological-constant-out-of-range-compare] 175 | av_assert0(avbuf.len <= INT64_MAX && size <= INT64_MAX); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/avassert.h:38:11: note: expanded from macro 'av_assert0' 38 | if (!(cond)) { \ | ^~~~ CC libavformat/flacdec.o 1 warning generated. CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o src/libavformat/flvdec.c:466:50: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 466 | if (isnan(d) || d < INT64_MIN || d > INT64_MAX) | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :318:1: note: expanded from here 318 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/flvdec.c:692:52: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion] 692 | && date.milliseconds < INT64_MAX/1000 | ~ ~~~~~~~~~^~~~~ src/libavformat/flvdec.c:691:52: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775 to -9223372036854776 [-Wimplicit-const-int-float-conversion] 691 | && date.milliseconds > INT64_MIN/1000 | ~ ~~~~~~~~~^~~~~ 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 3 warnings generated. 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/hls_sample_encryption.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o src/libavformat/hlsenc.c:3120:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3120 | {"hls_init_time", "set segment length at init list", OFFSET(init_time), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :336:1: note: expanded from here 336 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:3119:132: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3119 | {"hls_time", "set segment length", OFFSET(time), AV_OPT_TYPE_DURATION, {.i64 = 2000000}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :335:1: note: expanded from here 335 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:3118:128: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3118 | {"start_number", "set first number in the sequence", OFFSET(start_sequence),AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :334:1: note: expanded from here 334 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o src/libavformat/http.c:169:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 169 | { "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 }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :333:1: note: expanded from here 333 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:168:89: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 168 | { "offset", "initial byte offset", OFFSET(off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :332:1: note: expanded from here 332 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o 3 warnings generated. CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o 2 warnings generated. 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/imx.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ipudec.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/isom_tags.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/jpegxl_probe.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/lafdec.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/luodatdec.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/mca.o CC libavformat/mccdec.o src/libavformat/matroskadec.c:2522:40: warning: implicit conversion from 'unsigned long long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 2522 | if (default_duration > UINT64_MAX || default_duration < 0) { | ~ ^~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX' 130 | # define UINT64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:110:25: note: expanded from macro '__UINT64_C' 110 | # define __UINT64_C(c) c ## ULL | ^~~~~~~~ :75:1: note: expanded from here 75 | 18446744073709551615ULL | ^~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:3390:193: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3390 | { "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 }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :113:1: note: expanded from here 113 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o 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 CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mods.o CC libavformat/moflex.o CC libavformat/mov.o CC libavformat/mov_chan.o 1 warning generated. CC libavformat/mov_esds.o CC libavformat/movenc.o 1 warning generated. CC libavformat/movenc_ttml.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o src/libavformat/mpegtsenc.c:2340:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2340 | { "nit_period", "NIT retransmission time limit in seconds", | ~ 2341 | OFFSET(nit_period_us), AV_OPT_TYPE_DURATION, { .i64 = NIT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :118:1: note: expanded from here 118 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/mpegtsenc.c:2338:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2338 | { "sdt_period", "SDT retransmission time limit in seconds", | ~ 2339 | OFFSET(sdt_period_us), AV_OPT_TYPE_DURATION, { .i64 = SDT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :117:1: note: expanded from here 117 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/mpegtsenc.c:2336:93: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2336 | { "pat_period", "PAT/PMT retransmission time limit in seconds", | ~ 2337 | OFFSET(pat_period_us), AV_OPT_TYPE_DURATION, { .i64 = PAT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :116:1: note: expanded from here 116 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o 3 warnings generated. CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mspdec.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mux_utils.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 src/libavformat/oggenc.c:94:74: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 94 | { "page_duration", "preferred page duration, in microseconds", | ~ 95 | OFFSET(pref_duration), AV_OPT_TYPE_INT64, { .i64 = 1000000 }, 0, INT64_MAX, PARAM }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :172:1: note: expanded from here 172 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/oggparsecelt.o 1 warning generated. CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o In file included from src/libavformat/options.c:39: src/libavformat/options_table.h:87:146: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 87 | {"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :300:1: note: expanded from here 300 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:39: src/libavformat/options_table.h:86:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 86 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :299:1: note: expanded from here 299 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:39: src/libavformat/options_table.h:86:113: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 86 | {"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:82:159: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 82 | {"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:64:156: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 64 | {"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}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :296:1: note: expanded from here 296 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:39: src/libavformat/options_table.h:57:151: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 57 | {"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}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :293:1: note: expanded from here 293 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:39: src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 39 | {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :292:1: note: expanded from here 292 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/os_support.o 7 warnings generated. CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pdvdec.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/pp_bnk.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rka.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_rfc4175.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 src/libavformat/rtpproto.c:80:164: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 80 | { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(rw_timeout), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags = D|E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :293:1: note: expanded from here 293 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/rtspenc.o src/libavformat/rtsp.c:101:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 101 | { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TYPE_INT64, {.i64 = 0}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :318:1: note: expanded from here 318 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:111:183: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 111 | { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :324:1: note: expanded from here 324 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:120:183: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 120 | { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :325:1: note: expanded from here 325 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. 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 src/libavformat/sbgdec.c:201:69: warning: implicit conversion from 'long long' to 'double' changes value from 4611686018427387903 to 4611686018427387904 [-Wimplicit-const-int-float-conversion] 201 | ts = av_clipd(seconds * AV_TIME_BASE, INT64_MIN/2, INT64_MAX/2); | ~~~~~~~~ ~~~~~~~~~^~ CC libavformat/scd.o CC libavformat/sdns.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/seek.o CC libavformat/segafilm.o 3 warnings generated. CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o 1 warning generated. CC libavformat/sga.o src/libavformat/segment.c:1080:127: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1080 | { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :8:1: note: expanded from here 8 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1080:115: warning: implicit conversion from 'long long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 1080 | { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, | ~ ^~~~~~~~~~ src/libavformat/segment.c:1066:137: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1066 | { "min_seg_duration", "set minimum segment duration", OFFSET(min_seg_duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :6:1: note: expanded from here 6 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1065:139: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1065 | { "segment_time_delta","set approximation value used for the segment times", OFFSET(time_delta), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :5:1: note: expanded from here 5 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1064:138: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1064 | { "segment_time", "set segment duration", OFFSET(time),AV_OPT_TYPE_DURATION, {.i64 = 2000000}, INT64_MIN, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :4:1: note: expanded from here 4 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1063:163: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1063 | { "segment_clocktime_wrap_duration", "set segment clocktime wrapping duration", OFFSET(clocktime_wrap_duration), AV_OPT_TYPE_DURATION, {.i64 = INT64_MAX}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :2:1: note: expanded from here 2 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o 6 warnings generated. 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-const-int-float-conversion] 39 | { "end", "end offset", OFFSET(end), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :246:1: note: expanded from here 246 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/subfile.c:38:81: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 38 | { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :245:1: note: expanded from here 245 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o 2 warnings generated. CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/svs.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 src/libavformat/tedcaptionsdec.c:38:36: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 38 | { "start_time", "set the start time (offset) of the subtitles, in ms", | ~ 39 | offsetof(TEDCaptionsDemuxer, start_time), AV_OPT_TYPE_INT64, 40 | { .i64 = 15000 }, INT64_MIN, INT64_MAX, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :271:1: note: expanded from here 271 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o 1 warning generated. CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/ttmlenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o src/libavformat/udp.c:128:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 128 | { "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 }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :38:1: note: expanded from here 38 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/udp.c:127:142: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 127 | { "bitrate", "Bits to send per second", OFFSET(bitrate), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, .flags = E }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :37:1: note: expanded from here 37 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/vag.o 2 warnings generated. CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/version.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/wady.o CC libavformat/wavarc.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_audenc.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/xmd.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 CC libpostproc/postprocess.o CC libpostproc/version.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o TXT doc/fate.txt CC libavcodec/dctref.o In file included from src/doc/print_options.c:41: src/libavcodec/options_table.h:275:116: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 275 | {"request_channel_layout", NULL, OFFSET(request_channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64 = DEFAULT }, 0, UINT64_MAX, A|D, "request_channel_layout"}, | ~ ^~~~~~~~~~ /usr/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX' 130 | # define UINT64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:107:25: note: expanded from macro '__UINT64_C' 107 | # define __UINT64_C(c) c ## UL | ^~~~~~~ :261:1: note: expanded from here 261 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:41: src/libavcodec/options_table.h:274:100: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 274 | {"channel_layout", NULL, OFFSET(channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, {.i64 = DEFAULT }, 0, UINT64_MAX, A|E|D, "channel_layout"}, | ~ ^~~~~~~~~~ /usr/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX' 130 | # define UINT64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:107:25: note: expanded from macro '__UINT64_C' 107 | # define __UINT64_C(c) c ## UL | ^~~~~~~ :260:1: note: expanded from here 260 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:41: src/libavcodec/options_table.h:48:110: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 48 | {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :259:1: note: expanded from here 259 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:87:146: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 87 | {"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :273:1: note: expanded from here 273 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:86:125: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 86 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :272:1: note: expanded from here 272 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:86:113: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 86 | {"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:82:159: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 82 | {"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:64:156: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 64 | {"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}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :269:1: note: expanded from here 269 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:57:151: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 57 | {"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}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :266:1: note: expanded from here 266 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 39 | {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :265:1: note: expanded from here 265 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ 10 warnings generated. CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mjpegenc_huffman.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/libavcodec/tests/snowenc.c:40:9: warning: mixing declarations and code is incompatible with standards before C99 [-Wdeclaration-after-statement] 40 | int ret = 0; | ^ src/libavfilter/aeval.c:96:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 96 | { "d", "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :287:1: note: expanded from here 287 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/aeval.c:95:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 95 | { "duration", "set audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :286:1: note: expanded from here 286 | 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_adecorrelate.o CC libavfilter/af_adelay.o CC libavfilter/af_adenorm.o CC libavfilter/af_aderivative.o CC libavfilter/af_adrc.o CC libavfilter/af_adynamicequalizer.o CC libavfilter/af_adynamicsmooth.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_aexciter.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o src/libavfilter/af_afade.c:296:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 296 | { "d", "set fade duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :278:1: note: expanded from here 278 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:295:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 295 | { "duration", "set fade duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :277:1: note: expanded from here 277 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:294:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 294 | { "st", "set time to start fading", OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :276:1: note: expanded from here 276 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:293:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 293 | { "start_time", "set time to start fading", OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :275:1: note: expanded from here 275 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:292:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 292 | { "ns", "set number of samples for fade duration", OFFSET(nb_samples), AV_OPT_TYPE_INT64, {.i64 = 44100}, 1, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :274:1: note: expanded from here 274 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:291:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 291 | { "nb_samples", "set number of samples for fade duration", OFFSET(nb_samples), AV_OPT_TYPE_INT64, {.i64 = 44100}, 1, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :273:1: note: expanded from here 273 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:290:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 290 | { "ss", "set number of first sample to start fading", OFFSET(start_sample), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :272:1: note: expanded from here 272 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_afade.c:289:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 289 | { "start_sample", "set number of first sample to start fading", OFFSET(start_sample), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, TFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :271:1: note: expanded from here 271 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_afftfilt.o 8 warnings generated. CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_afreqshift.o CC libavfilter/af_afwtdn.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 src/libavfilter/af_apad.c:56:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 56 | { "whole_dur", "set minimum target duration in the audio stream", OFFSET(whole_dur), AV_OPT_TYPE_DURATION, { .i64 = -1 }, -1, INT64_MAX, A }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :286:1: note: expanded from here 286 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:55:144: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 55 | { "pad_dur", "set duration of silence to add", OFFSET(pad_dur), AV_OPT_TYPE_DURATION, { .i64 = -1 }, -1, INT64_MAX, A }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :285:1: note: expanded from here 285 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:54:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 54 | { "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 }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :284:1: note: expanded from here 284 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_apad.c:53:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 53 | { "pad_len", "set number of samples of silence to add", OFFSET(pad_len), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, A }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :283:1: note: expanded from here 283 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_apsyclip.o 4 warnings generated. CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_arls.o CC libavfilter/af_arnndn.o CC libavfilter/af_asdr.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-const-int-float-conversion] 126 | av_log(ctx, AV_LOG_INFO, "%f", (float)peak / UINT32_MAX); | ~ ^~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' 129 | # define UINT32_MAX (4294967295U) | ^~~~~~~~~~~ 1 warning generated. CC libavfilter/af_aspectralstats.o 1 warning generated. CC libavfilter/af_astats.o CC libavfilter/af_asubboost.o CC libavfilter/af_asupercut.o CC libavfilter/af_atempo.o CC libavfilter/af_atilt.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 CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_deesser.o CC libavfilter/af_dialoguenhance.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_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_speechnorm.o 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_virtualbass.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_afdelaysrc.o CC libavfilter/asrc_afirsrc.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o src/libavfilter/asrc_anoisesrc.c:66:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 66 | { "d", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :288:1: note: expanded from here 288 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_anoisesrc.c:65:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 65 | { "duration", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :287:1: note: expanded from here 287 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavfilter/asrc_hilbert.o src/libavfilter/asrc_anullsrc.c:60:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 60 | { "d", "set the audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :291:1: note: expanded from here 291 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_anullsrc.c:59:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 59 | { "duration", "set the audio duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :290:1: note: expanded from here 290 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o src/libavfilter/asrc_sine.c:78:64: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 78 | OPT_DUR("d", duration, 0, 0, INT64_MAX, "set the audio duration",), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :295:1: note: expanded from here 295 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:65:40: note: expanded from macro 'OPT_DUR' 65 | OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:56:33: note: expanded from macro 'OPT_GENERIC' 56 | { name, descr, offsetof(CONTEXT, field), AV_OPT_TYPE_ ## type, \ | ~ 57 | { .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-const-int-float-conversion] 77 | OPT_DUR("duration", duration, 0, 0, INT64_MAX, "set the audio duration",), | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :293:1: note: expanded from here 293 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:65:40: note: expanded from macro 'OPT_DUR' 65 | OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/asrc_sine.c:56:33: note: expanded from macro 'OPT_GENERIC' 56 | { name, descr, offsetof(CONTEXT, field), AV_OPT_TYPE_ ## type, \ | ~ 57 | { .deffield = def }, min, max, FLAGS, __VA_ARGS__ } | ^~~ CC libavfilter/audio.o CC libavfilter/avf_a3dscope.o 2 warnings generated. CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showcwt.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 CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/ccfifo.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn/dnn_backend_common.o CC libavfilter/dnn/dnn_interface.o CC libavfilter/dnn/dnn_io_proc.o CC libavfilter/dnn/queue.o CC libavfilter/dnn/safe_queue.o CC libavfilter/dnn_filter_common.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/edge_common.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o src/libavfilter/f_cue.c:95:102: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 95 | { "buffer", "buffer duration in seconds", OFFSET(buffer), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :249:1: note: expanded from here 249 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_cue.c:94:105: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 94 | { "preroll", "preroll duration in seconds", OFFSET(preroll), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :248:1: note: expanded from here 248 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_cue.c:93:101: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 93 | { "cue", "cue unix timestamp in microseconds", OFFSET(cue), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :247:1: note: expanded from here 247 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_ebur128.o 3 warnings generated. CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_latency.o CC libavfilter/f_loop.o src/libavfilter/f_loop.c:289:115: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 289 | { "time", "set the loop start time", OFFSET(time), AV_OPT_TYPE_DURATION, {.i64=INT64_MAX}, INT64_MIN, INT64_MAX, AFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :265:1: note: expanded from here 265 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_loop.c:288:100: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 288 | { "start", "set the loop start sample", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, -1, INT64_MAX, AFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :262:1: note: expanded from here 262 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_loop.c:474:114: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 474 | { "time", "set the loop start time", OFFSET(time), AV_OPT_TYPE_DURATION, {.i64=INT64_MAX}, INT64_MIN, INT64_MAX, VFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :276:1: note: expanded from here 276 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_loop.c:473:99: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 473 | { "start", "set the loop start frame", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0 }, -1, INT64_MAX, VFLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :273:1: note: expanded from here 273 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_metadata.o CC libavfilter/f_perms.o 4 warnings generated. CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o src/libavfilter/f_realtime.c:71:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 71 | { "limit", "sleep time limit", OFFSET(limit), AV_OPT_TYPE_DURATION, { .i64 = 2000000 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :249:1: note: expanded from here 249 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/f_segment.o 1 warning generated. CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/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 CC libavfilter/motion_estimation.o CC libavfilter/palette.o CC libavfilter/pthread.o CC libavfilter/qp_table.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_avsynctest.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o src/libavfilter/src_avsynctest.c:88:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 88 | {"d", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, V|A }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :293:1: note: expanded from here 293 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_avsynctest.c:87:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 87 | {"duration", "set duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, V|A }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :292:1: note: expanded from here 292 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:100:125: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 100 | { "discontinuity", "set discontinuity threshold", OFFSET(discontinuity_threshold), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :290:1: note: expanded from here 290 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:344:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 344 | { "end_frame", "Number of the first frame that should be dropped " | ~ 345 | "again", OFFSET(end_frame), AV_OPT_TYPE_INT64, { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :17:1: note: expanded from here 17 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:342:140: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 342 | { "start_frame", "Number of the first frame that should be passed " | ~ 343 | "to the output", OFFSET(start_frame), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :15:1: note: expanded from here 15 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:333:153: note: expanded from macro 'COMMON_OPTS' 333 | { "durationi", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :14:1: note: expanded from here 14 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:332:153: note: expanded from macro 'COMMON_OPTS' 332 | { "duration", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, \ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :13:1: note: expanded from here 13 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:331:153: note: expanded from macro 'COMMON_OPTS' 331 | { "end_pts", "Timestamp of the first frame that should be " \ | ~ 332 | "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :12:1: note: expanded from here 12 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:329:153: note: expanded from macro 'COMMON_OPTS' 329 | { "start_pts", "Timestamp of the first frame that should be " \ | ~ 330 | " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :9:1: note: expanded from here 9 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:327:153: note: expanded from macro 'COMMON_OPTS' 327 | { "endi", "Timestamp of the first frame that " \ | ~ 328 | "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :6:1: note: expanded from here 6 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:325:153: note: expanded from macro 'COMMON_OPTS' 325 | { "end", "Timestamp of the first frame that " \ | ~ 326 | "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :3:1: note: expanded from here 3 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:323:153: note: expanded from macro 'COMMON_OPTS' 323 | { "starti", "Timestamp of the first frame that " \ | ~ 324 | "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :319:1: note: expanded from here 319 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:340:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 340 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:321:153: note: expanded from macro 'COMMON_OPTS' 321 | { "start", "Timestamp of the first frame that " \ | ~ 322 | "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :316:1: note: expanded from here 316 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:386:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 386 | { "end_sample", "Number of the first audio sample that should be " | ~ 387 | "dropped again", OFFSET(end_sample), AV_OPT_TYPE_INT64, { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :45:1: note: expanded from here 45 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:384:141: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 384 | { "start_sample", "Number of the first audio sample that should be " | ~ 385 | "passed to the output", OFFSET(start_sample), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :43:1: note: expanded from here 43 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:333:153: note: expanded from macro 'COMMON_OPTS' 333 | { "durationi", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :42:1: note: expanded from here 42 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:332:153: note: expanded from macro 'COMMON_OPTS' 332 | { "duration", "Maximum duration of the output", OFFSET(duration), AV_OPT_TYPE_DURATION, { .i64 = 0 }, 0, INT64_MAX, FLAGS }, \ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :41:1: note: expanded from here 41 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:331:153: note: expanded from macro 'COMMON_OPTS' 331 | { "end_pts", "Timestamp of the first frame that should be " \ | ~ 332 | "dropped again", OFFSET(end_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :40:1: note: expanded from here 40 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:329:153: note: expanded from macro 'COMMON_OPTS' 329 | { "start_pts", "Timestamp of the first frame that should be " \ | ~ 330 | " passed", OFFSET(start_pts), AV_OPT_TYPE_INT64, { .i64 = AV_NOPTS_VALUE }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :37:1: note: expanded from here 37 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:327:153: note: expanded from macro 'COMMON_OPTS' 327 | { "endi", "Timestamp of the first frame that " \ | ~ 328 | "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :34:1: note: expanded from here 34 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:325:153: note: expanded from macro 'COMMON_OPTS' 325 | { "end", "Timestamp of the first frame that " \ | ~ 326 | "should be dropped again", OFFSET(end_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :31:1: note: expanded from here 31 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:323:153: note: expanded from macro 'COMMON_OPTS' 323 | { "starti", "Timestamp of the first frame that " \ | ~ 324 | "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :28:1: note: expanded from here 28 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/trim.c:382:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 382 | COMMON_OPTS | ^~~~~~~~~~~ src/libavfilter/trim.c:321:153: note: expanded from macro 'COMMON_OPTS' 321 | { "start", "Timestamp of the first frame that " \ | ~ 322 | "should be passed", OFFSET(start_time), AV_OPT_TYPE_DURATION, { .i64 = INT64_MAX }, INT64_MIN, INT64_MAX, FLAGS }, \ | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :25:1: note: expanded from here 25 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vaf_spectrumsynth.o 20 warnings generated. CC libavfilter/version.o 2 warnings generated. CC libavfilter/vf_addroi.o 1 warning generated. CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_backgroundkey.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_blockdetect.o CC libavfilter/vf_blurdetect.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_cas.o CC libavfilter/vf_ccrepack.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromanr.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorcontrast.o CC libavfilter/vf_colorcorrect.o CC libavfilter/vf_colorize.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormap.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_colortemperature.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_corr.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_dblur.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_classify.o CC libavfilter/vf_dnn_detect.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_epx.o CC libavfilter/vf_eq.o CC libavfilter/vf_estdif.o CC libavfilter/vf_exposure.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_feedback.o src/libavfilter/vf_fade.c:542:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 542 | { "d", "Duration of the effect in seconds.", | ~ 543 | OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :41:1: note: expanded from here 41 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:540:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 540 | { "duration", "Duration of the effect in seconds.", | ~ 541 | OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :40:1: note: expanded from here 40 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:538:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 538 | { "st", "Number of seconds of the beginning of the effect.", | ~ 539 | OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :39:1: note: expanded from here 39 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_fade.c:536:113: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 536 | { "start_time", "Number of seconds of the beginning of the effect.", | ~ 537 | OFFSET(start_time), AV_OPT_TYPE_DURATION, {.i64 = 0. }, 0, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :38:1: note: expanded from here 38 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_fftdnoiz.o 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 src/libavfilter/vf_fps.c:202:50: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 202 | if (first_pts < INT64_MIN || first_pts > INT64_MAX) { | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :285:1: note: expanded from here 285 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o 1 warning generated. CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o src/libavfilter/vf_freezedetect.c:57:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 57 | { "duration", "set minimum duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, INT64_MAX, V|F }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :245:1: note: expanded from here 245 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezedetect.c:56:134: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 56 | { "d", "set minimum duration in seconds", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=2000000}, 0, INT64_MAX, V|F }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :244:1: note: expanded from here 244 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_freezeframes.o 2 warnings generated. CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o src/libavfilter/vf_freezeframes.c:44:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 44 | { "replace", "set frame to replace", OFFSET(replace), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :244:1: note: expanded from here 244 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezeframes.c:43:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 43 | { "last", "set last frame to freeze", OFFSET(last), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :243:1: note: expanded from here 243 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_freezeframes.c:42:96: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 42 | { "first", "set first frame to freeze", OFFSET(first), AV_OPT_TYPE_INT64, {.i64=0}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :242:1: note: expanded from here 242 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_geq.o 3 warnings generated. CC libavfilter/vf_gradfun.o CC libavfilter/vf_grayworld.o CC libavfilter/vf_guided.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hsvkey.o CC libavfilter/vf_hue.o CC libavfilter/vf_huesaturation.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_identity.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_limitdiff.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_maskedminmax.o CC libavfilter/vf_maskedthreshold.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_median.o 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_monochrome.o CC libavfilter/vf_morpho.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_multiply.o CC libavfilter/vf_negate.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_pixelize.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o 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_scdet.o CC libavfilter/vf_scroll.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_shear.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shufflepixels.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_siti.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_ssim360.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tmidequalizer.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_tpad.o src/libavfilter/vf_tpad.c:65:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 65 | { "stop_duration", "set the duration to pad input", OFFSET(stop_duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :288:1: note: expanded from here 288 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_tpad.c:64:131: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 64 | { "start_duration", "set the duration to delay input", OFFSET(start_duration), AV_OPT_TYPE_DURATION, {.i64=0}, 0, INT64_MAX, VF }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :287:1: note: expanded from here 287 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_untile.o CC libavfilter/vf_uspp.o CC libavfilter/vf_v360.o CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_varblur.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vif.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:209:133: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 209 | { "offset", "set cross fade start relative to first input stream", OFFSET(offset), AV_OPT_TYPE_DURATION, {.i64=0}, INT64_MIN, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :262:1: note: expanded from here 262 | 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 CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_gradients.o src/libavfilter/vsrc_gradients.c:80:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 80 | {"d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=-1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :247:1: note: expanded from here 247 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_gradients.c:79:106: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 79 | {"duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64=-1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :246:1: note: expanded from here 246 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vsrc_life.o 2 warnings generated. 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-const-int-float-conversion] 99 | {"end_pts", "set the terminal pts value", OFFSET(end_pts), AV_OPT_TYPE_DOUBLE, {.dbl=400}, 0, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :246:1: note: expanded from here 246 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vsrc_mptestsrc.o src/libavfilter/vsrc_mptestsrc.c:86:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 86 | { "m", "Set the maximum number of frames generated for each test", OFFSET(max_frames), | ~ 87 | AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :248:1: note: expanded from here 248 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:84:44: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 84 | { "max_frames", "Set the maximum number of frames generated for each test", OFFSET(max_frames), | ~ 85 | AV_OPT_TYPE_INT64, {.i64 = 30}, 1, INT64_MAX, FLAGS }, | ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :247:1: note: expanded from here 247 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:68:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 68 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :246:1: note: expanded from here 246 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_mptestsrc.c:67:98: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 67 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :245:1: note: expanded from here 245 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC libavfilter/vsrc_sierpinski.o CC libavfilter/vsrc_testsrc.o 4 warnings generated. 1 warning generated. CC libavfilter/yadif_common.o AR libavformat/libavformat.a src/libavfilter/vsrc_testsrc.c:123:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 123 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :291:1: note: expanded from here 291 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:123:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 123 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :290:1: note: expanded from here 290 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:225:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 225 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :305:1: note: expanded from here 305 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:225:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 225 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :304:1: note: expanded from here 304 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:315:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 315 | COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :311:1: note: expanded from here 311 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:315:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 315 | COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :310:1: note: expanded from here 310 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:493:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 493 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :15:1: note: expanded from here 15 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:493:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 493 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :14:1: note: expanded from here 14 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:717:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 717 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :21:1: note: expanded from here 21 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:717:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 717 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :20:1: note: expanded from here 20 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:989:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 989 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :33:1: note: expanded from here 33 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:989:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 989 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :32:1: note: expanded from here 32 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1825:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1825 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :82:1: note: expanded from here 82 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1825:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1825 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :81:1: note: expanded from here 81 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1914:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1914 | COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :89:1: note: expanded from here 89 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:1914:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1914 | COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :88:1: note: expanded from here 88 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:2066:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2066 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:114:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 114 | { "d", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :98:1: note: expanded from here 98 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:2066:5: warning: implicit conversion from 'long long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2066 | COMMON_OPTIONS | ^~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:117:37: note: expanded from macro 'COMMON_OPTIONS' 117 | #define COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vsrc_testsrc.c:113:98: note: expanded from macro 'COMMON_OPTIONS_NOSIZE' 113 | { "duration", "set video duration", OFFSET(duration), AV_OPT_TYPE_DURATION, {.i64 = -1}, -1, INT64_MAX, FLAGS },\ | ~ ^~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/include/stdint.h:109:24: note: expanded from macro '__INT64_C' 109 | # define __INT64_C(c) c ## LL | ^~~~~~~ :97:1: note: expanded from here 97 | 9223372036854775807LL | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/012v.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o 18 warnings generated. CC libavcodec/aacdec_fixed.o src/libavcodec/aaccoder.c:534:20: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 534 | qmin = INT_MAX; | ~ ^~~~~~~ /home/martin/clang-nightly-thu/lib/clang/17/include/limits.h:46:19: note: expanded from macro 'INT_MAX' 46 | #define INT_MAX __INT_MAX__ | ^~~~~~~~~~~ :46:21: note: expanded from macro '__INT_MAX__' 46 | #define __INT_MAX__ 2147483647 | ^~~~~~~~~~ CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o 1 warning generated. CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_common.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_channel_layout_tab.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/amr_parser.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apac.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/aptxdec.o CC libavcodec/aptxenc.o CC libavcodec/arbc.o CC libavcodec/argo.o CC libavcodec/arm/aacpsdsp_init_arm.o AS libavcodec/arm/aacpsdsp_neon.o AS libavcodec/arm/ac3dsp_arm.o AS libavcodec/arm/ac3dsp_armv6.o CC libavcodec/arm/ac3dsp_init_arm.o AS libavcodec/arm/ac3dsp_neon.o CC libavcodec/arm/audiodsp_init_arm.o CC libavcodec/arm/audiodsp_init_neon.o AS libavcodec/arm/audiodsp_neon.o CC libavcodec/arm/blockdsp_init_arm.o CC libavcodec/arm/blockdsp_init_neon.o AS libavcodec/arm/blockdsp_neon.o CC libavcodec/arm/fft_init_arm.o AS libavcodec/arm/fft_neon.o AS libavcodec/arm/fft_vfp.o AS libavcodec/arm/flacdsp_arm.o CC libavcodec/arm/flacdsp_init_arm.o CC libavcodec/arm/fmtconvert_init_arm.o AS libavcodec/arm/fmtconvert_neon.o AS libavcodec/arm/fmtconvert_vfp.o CC libavcodec/arm/g722dsp_init_arm.o AS libavcodec/arm/g722dsp_neon.o CC libavcodec/arm/h264chroma_init_arm.o AS libavcodec/arm/h264cmc_neon.o CC libavcodec/arm/h264dsp_init_arm.o AS libavcodec/arm/h264dsp_neon.o AS libavcodec/arm/h264idct_neon.o CC libavcodec/arm/h264pred_init_arm.o AS libavcodec/arm/h264pred_neon.o CC libavcodec/arm/h264qpel_init_arm.o AS libavcodec/arm/h264qpel_neon.o AS libavcodec/arm/hevcdsp_deblock_neon.o AS libavcodec/arm/hevcdsp_idct_neon.o CC libavcodec/arm/hevcdsp_init_arm.o CC libavcodec/arm/hevcdsp_init_neon.o AS libavcodec/arm/hevcdsp_qpel_neon.o AS libavcodec/arm/hevcdsp_sao_neon.o AS libavcodec/arm/hpeldsp_arm.o AS libavcodec/arm/hpeldsp_armv6.o CC libavcodec/arm/hpeldsp_init_arm.o CC libavcodec/arm/hpeldsp_init_armv6.o CC libavcodec/arm/hpeldsp_init_neon.o AS libavcodec/arm/hpeldsp_neon.o AS libavcodec/arm/idctdsp_arm.o AS libavcodec/arm/idctdsp_armv6.o CC libavcodec/arm/idctdsp_init_arm.o CC libavcodec/arm/idctdsp_init_armv5te.o CC libavcodec/arm/idctdsp_init_armv6.o CC libavcodec/arm/idctdsp_init_neon.o AS libavcodec/arm/idctdsp_neon.o AS libavcodec/arm/int_neon.o AS libavcodec/arm/jrevdct_arm.o CC libavcodec/arm/lossless_audiodsp_init_arm.o AS libavcodec/arm/lossless_audiodsp_neon.o AS libavcodec/arm/me_cmp_armv6.o CC libavcodec/arm/me_cmp_init_arm.o AS libavcodec/arm/mlpdsp_armv5te.o AS libavcodec/arm/mlpdsp_armv6.o CC libavcodec/arm/mlpdsp_init_arm.o AS libavcodec/arm/mpegaudiodsp_fixed_armv6.o CC libavcodec/arm/mpegaudiodsp_init_arm.o CC libavcodec/arm/mpegvideo_arm.o CC libavcodec/arm/mpegvideo_armv5te.o AS libavcodec/arm/mpegvideo_armv5te_s.o AS libavcodec/arm/mpegvideo_neon.o AS libavcodec/arm/mpegvideoencdsp_armv6.o CC libavcodec/arm/mpegvideoencdsp_init_arm.o AS libavcodec/arm/pixblockdsp_armv6.o CC libavcodec/arm/pixblockdsp_init_arm.o AS libavcodec/arm/pixblockdsp_neon.o CC libavcodec/arm/rdft_init_arm.o AS libavcodec/arm/rdft_neon.o CC libavcodec/arm/rv34dsp_init_arm.o AS libavcodec/arm/rv34dsp_neon.o CC libavcodec/arm/rv40dsp_init_arm.o AS libavcodec/arm/rv40dsp_neon.o AS libavcodec/arm/sbcdsp_armv6.o CC libavcodec/arm/sbcdsp_init_arm.o AS libavcodec/arm/sbcdsp_neon.o CC libavcodec/arm/sbrdsp_init_arm.o AS libavcodec/arm/sbrdsp_neon.o AS libavcodec/arm/simple_idct_arm.o AS libavcodec/arm/simple_idct_armv5te.o AS libavcodec/arm/simple_idct_armv6.o AS libavcodec/arm/simple_idct_neon.o AS libavcodec/arm/startcode_armv6.o CC libavcodec/arm/synth_filter_init_arm.o AS libavcodec/arm/synth_filter_neon.o AS libavcodec/arm/synth_filter_vfp.o CC libavcodec/arm/vc1dsp_init_arm.o AS libavcodec/arm/vc1dsp_neon.o CC libavcodec/arm/vc1dsp_init_neon.o AS libavcodec/arm/videodsp_armv5te.o CC libavcodec/arm/videodsp_init_arm.o CC libavcodec/arm/videodsp_init_armv5te.o CC libavcodec/arm/vorbisdsp_init_arm.o AS libavcodec/arm/vorbisdsp_neon.o CC libavcodec/arm/vp3dsp_init_arm.o AS libavcodec/arm/vp3dsp_neon.o CC libavcodec/arm/vp6dsp_init_arm.o AS libavcodec/arm/vp6dsp_neon.o AS libavcodec/arm/vp8_armv6.o AS libavcodec/arm/vp8dsp_armv6.o CC libavcodec/arm/vp8dsp_init_arm.o CC libavcodec/arm/vp8dsp_init_armv6.o CC libavcodec/arm/vp8dsp_init_neon.o AS libavcodec/arm/vp8dsp_neon.o CC libavcodec/arm/vp9dsp_init_10bpp_arm.o CC libavcodec/arm/vp9dsp_init_12bpp_arm.o CC libavcodec/arm/vp9dsp_init_arm.o AS libavcodec/arm/vp9itxfm_16bpp_neon.o AS libavcodec/arm/vp9itxfm_neon.o AS libavcodec/arm/vp9lpf_16bpp_neon.o AS libavcodec/arm/vp9lpf_neon.o AS libavcodec/arm/vp9mc_16bpp_neon.o AS libavcodec/arm/vp9mc_neon.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/atsc_a53.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/av1dec.o CC libavcodec/avcodec.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avrndec.o CC libavcodec/avs.o CC libavcodec/avs2.o CC libavcodec/avs2_parser.o CC libavcodec/avs3_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_dec.o CC libavcodec/bitpacked_enc.o CC libavcodec/bitstream.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/bonk.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_bsf.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_sei.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/cfhddsp.o CC libavcodec/cfhdenc.o clang: /home/martin/fate/llvm-mingw/src/llvm-project/llvm/lib/Analysis/ScalarEvolution.cpp:3674: const llvm::SCEV* llvm::ScalarEvolution::getAddRecExpr(llvm::SmallVectorImpl&, const llvm::Loop*, llvm::SCEV::NoWrapFlags): Assertion `isLoopInvariant(Operands[i], L) && "SCEVAddRecExpr operand is not loop-invariant!"' failed. PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: clang -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DHAVE_AV_CONFIG_H -DBUILDING_avcodec -target armv7-linux-gnueabihf -I/usr/arm-linux-gnueabihf/include -std=c11 -fomit-frame-pointer -fPIC -marm -pthread -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/cfhdenc.d -MT libavcodec/cfhdenc.o -c -o libavcodec/cfhdenc.o src/libavcodec/cfhdenc.c 1. parser at end of file 2. Optimizer CC libavcodec/cfhdencdsp.o #0 0x0000ffffa3c825f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x9b65f8) #1 0x0000ffffa3c80530 llvm::sys::RunSignalHandlers() (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x9b4530) #2 0x0000ffffa3c808f4 llvm::sys::CleanupOnSignal(unsigned long) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x9b48f4) #3 0x0000ffffa3b97ef0 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x8cbef0) #4 0x0000ffffad5c378c (linux-vdso.so.1+0x78c) #5 0x0000ffffa2fa7d78 raise /build/glibc-RIFKjK/glibc-2.31/signal/../sysdeps/unix/sysv/linux/raise.c:51:1 #6 0x0000ffffa2f94aac abort /build/glibc-RIFKjK/glibc-2.31/stdlib/abort.c:81:7 #7 0x0000ffffa2fa1490 __assert_fail_base /build/glibc-RIFKjK/glibc-2.31/assert/assert.c:89:7 #8 0x0000ffffa2fa14f4 (/lib/aarch64-linux-gnu/libc.so.6+0x2d4f4) #9 0x0000ffffa5894edc llvm::ScalarEvolution::getAddRecExpr(llvm::SmallVectorImpl&, llvm::Loop const*, llvm::SCEV::NoWrapFlags) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x25c8edc) #10 0x0000ffffa5895264 llvm::ScalarEvolution::getAddRecExpr(llvm::SCEV const*, llvm::SCEV const*, llvm::Loop const*, llvm::SCEV::NoWrapFlags) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x25c9264) #11 0x0000ffffa578a1dc (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be1dc) #12 0x0000ffffa578a820 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be820) #13 0x0000ffffa578a0d4 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be0d4) #14 0x0000ffffa578a790 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be790) #15 0x0000ffffa578a260 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be260) #16 0x0000ffffa578a790 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24be790) #17 0x0000ffffa578ac04 (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24bec04) #18 0x0000ffffa578b40c llvm::LoopAccessInfo::isUniform(llvm::Value*, std::optional) const (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x24bf40c) #19 0x0000ffffa54282a8 llvm::LoopVectorizationLegality::isUniformMemOp(llvm::Instruction&, std::optional) const (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x215c2a8) #20 0x0000ffffa5458910 llvm::LoopVectorizationCostModel::setCostBasedWideningDecision(llvm::ElementCount) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x218c910) #21 0x0000ffffa5476c8c llvm::LoopVectorizationPlanner::plan(llvm::ElementCount, unsigned int) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x21aac8c) #22 0x0000ffffa5481be4 llvm::LoopVectorizePass::processLoop(llvm::Loop*) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x21b5be4) #23 0x0000ffffa54840c8 llvm::LoopVectorizePass::runImpl(llvm::Function&, llvm::ScalarEvolution&, llvm::LoopInfo&, llvm::TargetTransformInfo&, llvm::DominatorTree&, llvm::BlockFrequencyInfo*, llvm::TargetLibraryInfo*, llvm::DemandedBits&, llvm::AssumptionCache&, llvm::LoopAccessInfoManager&, llvm::OptimizationRemarkEmitter&, llvm::ProfileSummaryInfo*) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x21b80c8) #24 0x0000ffffa54850a4 llvm::LoopVectorizePass::run(llvm::Function&, llvm::AnalysisManager&) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x21b90a4) #25 0x0000ffffa6bf094c (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x392494c) #26 0x0000ffffaab106e4 (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x1d626e4) #27 0x0000ffffa3e6e320 llvm::ModuleToFunctionPassAdaptor::run(llvm::Module&, llvm::AnalysisManager&) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0xba2320) #28 0x0000ffffaaafda0c (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x1d4fa0c) #29 0x0000ffffa3e6c11c llvm::PassManager>::run(llvm::Module&, llvm::AnalysisManager&) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0xba011c) #30 0x0000ffffaab11824 (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x1d63824) #31 0x0000ffffaab139f8 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr, std::unique_ptr>) (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x1d659f8) #32 0x0000ffffaaf2ee68 (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x2180e68) #33 0x0000ffffa9763538 clang::ParseAST(clang::Sema&, bool, bool) (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x9b5538) #34 0x0000ffffaaf2da54 clang::CodeGenAction::ExecuteAction() (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x217fa54) #35 0x0000ffffaba582cc clang::FrontendAction::Execute() (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x2caa2cc) #36 0x0000ffffab9ee2dc clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x2c402dc) #37 0x0000ffffabae1170 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x2d33170) #38 0x0000aaaabee04214 cc1_main(llvm::ArrayRef, char const*, void*) (/home/martin/clang-nightly-thu/bin/clang-17+0x14214) #39 0x0000aaaabee00544 (/home/martin/clang-nightly-thu/bin/clang-17+0x10544) #40 0x0000ffffab682160 (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x28d4160) #41 0x0000ffffa3b983f0 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref) (/home/martin/clang-nightly-thu/bin/../lib/libLLVM-17git.so+0x8cc3f0) #42 0x0000ffffab682730 (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x28d4730) #43 0x0000ffffab650524 clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x28a2524) #44 0x0000ffffab650d7c clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl>&, bool) const (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x28a2d7c) #45 0x0000ffffab6599e0 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl>&) (/home/martin/clang-nightly-thu/bin/../lib/libclang-cpp.so.17git+0x28ab9e0) #46 0x0000aaaabee0271c clang_main(int, char**, llvm::ToolContext const&) (/home/martin/clang-nightly-thu/bin/clang-17+0x1271c) #47 0x0000aaaabedfbb38 main (/home/martin/clang-nightly-thu/bin/clang-17+0xbb38) #48 0x0000ffffa2f94e10 __libc_start_main /build/glibc-RIFKjK/glibc-2.31/csu/../csu/libc-start.c:342:3 #49 0x0000aaaabedfbb90 _start (/home/martin/clang-nightly-thu/bin/clang-17+0xbb90) clang: error: clang frontend command failed with exit code 134 (use -v to see invocation) clang version 17.0.0 (https://github.com/llvm/llvm-project 80614e162222e857d8767174284701aec69381c4) Target: armv7-unknown-linux-gnueabihf Thread model: posix InstalledDir: /home/martin/clang-nightly/bin clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /tmp/cfhdenc-568f7c.c clang: note: diagnostic msg: /tmp/cfhdenc-568f7c.sh clang: note: diagnostic msg: ******************** make: *** [/home/martin/fate/src/ffbuild/common.mak:81: libavcodec/cfhdenc.o] Error 1 make: *** Waiting for unfinished jobs....