GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/vfwcap.o CC libavdevice/utils.o GEN libavdevice/libavdevice.pc GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o src/libavdevice/avdevice.c: In function 'device_next': src/libavdevice/avdevice.c:88:13: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_oformat_next(prev))) ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ src/libavdevice/avdevice.c:92:13: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_iformat_next(prev))) ^~ In file included from src/libavdevice/avdevice.h:51, from src/libavdevice/avdevice.c:23: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o src/libavformat/aadec.c: In function 'aa_read_packet': src/libavformat/aadec.c:263:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Chapter %d (%" PRId64 " bytes)\n", c->chapter_idx, c->current_chapter_size); ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/aadec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/aadec.c: In function 'aa_read_header': src/libavformat/aadec.c:115:13: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] strncpy(codec_name, val, sizeof(codec_name) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/av1.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o src/libavformat/astenc.c: In function 'ast_write_trailer': src/libavformat/astenc.c:140:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "total samples: %"PRId64"\n", samples); ^~~~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/astenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o src/libavformat/asfenc.c: In function 'asf_write_packet': src/libavformat/asfenc.c:1074:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "input pts %"PRId64" is invalid\n", pts); ^~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/asfenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o src/libavformat/asfdec_f.c: In function 'asf_read_header': src/libavformat/asfdec_f.c:880:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] "gpos mismatch our pos=%"PRIu64", end=%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(pb) - gpos, gsize); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/asfdec_f.c:880:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "gpos mismatch our pos=%"PRIu64", end=%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(pb) - gpos, gsize); ~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c: In function 'asf_get_packet': src/libavformat/asfdec_f.c:991:21: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "ff asf bad header %x at:%"PRId64"\n", c, avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c:1038:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid packet_length %"PRIu32" at:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ packet_length, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c:1044:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid padsize %"PRIu32" at:%"PRId64"\n", padsize, avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c:1063:16: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid packet header length %d for pktlen %"PRIu32"-%"PRIu32" at %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rsize, packet_length, padsize, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c: In function 'asf_build_simple_index': src/libavformat/asfdec_f.c:1607:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict); ^~~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/asfdec_f.c:1607:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict); ^~~~~~~~~~~ ~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/asfdec_f.c:1621:41: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "pktnum:%d, pktct:%d pts: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pktnum, pktct, index_pts); ~~~~~~~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_f.c: In function 'asf_read_seek': src/libavformat/asfdec_f.c:1677:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos); ^~~~~~~~~~~ ~~~ In file included from src/libavformat/asfdec_f.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/cache.o src/libavformat/asfdec_o.c: In function 'asf_read_unknown': src/libavformat/asfdec_o.c:194:37: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Too small size %"PRIu64" (< 24).\n", size); ^~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/asfdec_o.c: In function 'asf_read_data': src/libavformat/asfdec_o.c:963:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Number of Packets from File Properties Object is not equal to Total" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/asfdec_o.c:965:16: size, asf->nb_packets); ~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/asfdec_o.c:963:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Number of Packets from File Properties Object is not equal to Total" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/asfdec_o.c:965:22: size, asf->nb_packets); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/asfdec_o.c: In function 'asf_read_subpayload': src/libavformat/asfdec_o.c:1130:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Position %"PRId64" wrong, should be %"PRId64"\n", ^~~~~~~~~~~~ avio_tell(pb), asf->packet_offset + asf->packet_size); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_o.c:1130:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Position %"PRId64" wrong, should be %"PRId64"\n", ^~~~~~~~~~~~ avio_tell(pb), asf->packet_offset + asf->packet_size); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_o.c: In function 'asf_read_multiple_payload': src/libavformat/asfdec_o.c:1198:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Error: invalid data packet size, pay_len %"PRIu16", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/asfdec_o.c:1200:47: pay_len, asf->packet_size, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/asfdec_o.c: In function 'asf_read_single_payload': src/libavformat/asfdec_o.c:1255:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Error: invalid data packet size, offset %"PRId64".\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/asfdec_o.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/caf.o src/libavformat/bink.c: In function 'read_packet': src/libavformat/bink.c:251:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "could not find index entry for frame %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bink->video_pts); ~~~~~~~~~~~~~~~ In file included from src/libavformat/bink.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/bink.c:264:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "frame %"PRId64": audio size in header (%"PRIu32") > size of packet left (%"PRIu32")\n", ^~~~~~~~~ bink->video_pts, audio_size, bink->remain_packet_size); ~~~~~~~~~~~~~~~ In file included from src/libavformat/bink.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/cafdec.o src/libavformat/avienc.c: In function 'write_skip_frames': src/libavformat/avienc.c:746:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Too large number of skipped frames %"PRId64" > 60000\n", dts - avist->packet_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/avienc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavformat/cache.c: In function 'cache_seek': src/libavformat/cache.c:231:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(h, AV_LOG_ERROR, "Inner protocol failed to seekback end : %"PRId64"\n", pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/cache.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/cache.c: In function 'cache_close': src/libavformat/cache.c:296:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(h, AV_LOG_INFO, "Statistics, cache hits:%"PRId64" cache misses:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ c->cache_hit, c->cache_miss); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/cache.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/cache.c:296:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(h, AV_LOG_INFO, "Statistics, cache hits:%"PRId64" cache misses:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ c->cache_hit, c->cache_miss); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/cache.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o src/libavformat/avidec.c: In function 'read_odml_index': src/libavformat/avidec.c:178:13: warning: unknown conversion type character 'I' in format [-Wformat=] "longs_per_entry:%d index_type:%d entries_in_use:%d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:17: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/avidec.c:178:13: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "longs_per_entry:%d index_type:%d entries_in_use:%d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/avidec.c:184:13: base, ~~~~ src/libavformat/avidec.c:179:54: note: format string is defined here "chunk_id:%X base:%16"PRIX64" frame_num:%d\n", ~^ %lld src/libavformat/avidec.c:178:13: warning: too many arguments for format [-Wformat-extra-args] "longs_per_entry:%d index_type:%d entries_in_use:%d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/avidec.c:219:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "pos:%"PRId64", len:%X\n", pos, len); ^~~~~~~ ~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c: In function 'avi_read_header': src/libavformat/avidec.c:121:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ src/libavformat/avidec.c:505:9: note: in expansion of macro 'print_tag' print_tag("tag", tag, size); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/avidec.c:121:32: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ avio_tell(pb), str, av_fourcc2str(tag), size) \ ~~~~~~~~~~~~~ src/libavformat/avidec.c:505:9: note: in expansion of macro 'print_tag' print_tag("tag", tag, size); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/avidec.c:121:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ src/libavformat/avidec.c:513:13: note: in expansion of macro 'print_tag' print_tag("list", tag1, 0); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/avidec.c:121:32: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ avio_tell(pb), str, av_fourcc2str(tag), size) \ ~~~~~~~~~~~~~ src/libavformat/avidec.c:513:13: note: in expansion of macro 'print_tag' print_tag("list", tag1, 0); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/avidec.c:521:44: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "movi end=%"PRIx64"\n", avi->movi_end); ^~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/avidec.c:521:44: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "movi end=%"PRIx64"\n", avi->movi_end); ^~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/avidec.c:121:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ src/libavformat/avidec.c:585:13: note: in expansion of macro 'print_tag' print_tag("strh", tag1, -1); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/avidec.c:121:32: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ avio_tell(pb), str, av_fourcc2str(tag), size) \ ~~~~~~~~~~~~~ src/libavformat/avidec.c:585:13: note: in expansion of macro 'print_tag' print_tag("strh", tag1, -1); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/avidec.c:121:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ src/libavformat/avidec.c:803:21: note: in expansion of macro 'print_tag' print_tag("video", tag1, 0); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/avidec.c:121:32: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "pos:%"PRIX64" %s: tag=%s size=0x%x\n", \ ^~~~~~~ avio_tell(pb), str, av_fourcc2str(tag), size) \ ~~~~~~~~~~~~~ src/libavformat/avidec.c:803:21: note: in expansion of macro 'print_tag' print_tag("video", tag1, 0); ^~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/avidec.c: In function 'ni_prepare_read': src/libavformat/avidec.c:1359:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %d/%d %"PRId64"\n", ts, ^~~ ~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c:1359:33: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %d/%d %"PRId64"\n", ts, ^~~ st->time_base.num, st->time_base.den, ast->frame_offset); ~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c: In function 'avi_read_idx1': src/libavformat/avidec.c:1587:33: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "%d: tag=0x%x flags=0x%x pos=0x%"PRIx64" len=%d/", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/avidec.c:1587:33: warning: format '%x' expects argument of type 'unsigned int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%d: tag=0x%x flags=0x%x pos=0x%"PRIx64" len=%d/", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i, tag, flags, pos, len); ~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/avidec.c:1609:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%d cum_len=%"PRId64"\n", len, ast->cum_len); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c: In function 'avi_load_index': src/libavformat/avidec.c:1744:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "movi_end=0x%"PRIx64"\n", avi->movi_end); ^~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/avidec.c:1744:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "movi_end=0x%"PRIx64"\n", avi->movi_end); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/avidec.c: In function 'avi_read_seek': src/libavformat/avidec.c:1812:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Failed to find timestamp %"PRId64 " in index %"PRId64 " .. %"PRId64 "\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c:1812:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Failed to find timestamp %"PRId64 " in index %"PRId64 " .. %"PRId64 "\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/avidec.c:1814:20: st->index_entries[0].timestamp, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c:1812:37: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Failed to find timestamp %"PRId64 " in index %"PRId64 " .. %"PRId64 "\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/avidec.c:1815:20: st->index_entries[st->nb_index_entries - 1].timestamp); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c:1823:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "XX %"PRId64" %d %"PRId64"\n", ^~~~~~ timestamp, index, st->index_entries[index].timestamp); ~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/avidec.c:1823:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "XX %"PRId64" %d %"PRId64"\n", ^~~~~~ timestamp, index, st->index_entries[index].timestamp); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avidec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/dauddec.o src/libavformat/cafdec.c: In function 'read_header': src/libavformat/cafdec.c:310:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "skipping CAF chunk: %08"PRIX32" (%s), size %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ tag, av_fourcc2str(av_bswap32(tag)), size); ~~~~ In file included from src/libavformat/cafdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/cafdec.c:336:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Overflow during bit rate calculation %d * 8 * %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ st->codecpar->sample_rate, caf->data_size / st->duration); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/cafdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o src/libavformat/dash.c: In function 'ff_dash_fill_tmpl_params': src/libavformat/dash.c:82:66: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(format_tag, format_tag_size, "%s%c%s", "%0", width_ptr[0], number_format); ^ src/libavformat/dash.c:82:21: note: 'snprintf' output between 5 and 8 bytes into a destination of size 7 snprintf(format_tag, format_tag_size, "%s%c%s", "%0", width_ptr[0], number_format); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o src/libavformat/aviobuf.c: In function 'avio_close': src/libavformat/aviobuf.c:1207:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_VERBOSE, "Statistics: %"PRId64" bytes read, %d seeks\n", s->bytes_read, s->seek_count); ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/log.h:25, from src/libavformat/aviobuf.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/fifo_test.o CC libavformat/file.o src/libavformat/dump.c: In function 'dump_cpb': src/libavformat/dump.c:323:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "bitrate max/min/avg: %d/%d/%d buffer size: %d vbv_delay: %"PRId64, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dump.c:326:12: cpb->vbv_delay); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/display.h:30, from src/libavformat/dump.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dump.c: In function 'dump_stream_format': src/libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:479:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:480:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:527:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^~~~~~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c: In function 'av_dump_format': src/libavformat/dump.c:606:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_INFO, "%"PRId64" kb/s", ic->bit_rate / 1000); ^~~ ~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/display.h:30, from src/libavformat/dump.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/filmstripdec.o src/libavformat/ffmetaenc.c: In function 'write_trailer': src/libavformat/ffmetaenc.c:78:28: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(s->pb, "START=%"PRId64"\n", ch->start); ^~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/ffmetaenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/ffmetaenc.c:79:28: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(s->pb, "END=%"PRId64"\n", ch->end); ^~~~~~~ ~~~~~~~ In file included from src/libavformat/ffmetaenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o src/libavformat/dashenc.c: In function 'output_segment_list': src/libavformat/dashenc.c:556:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "duration=\"%"PRId64"\" ", c->seg_duration); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:571:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "t=\"%"PRId64"\" ", seg->time); ^~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:573:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "d=\"%"PRId64"\" ", seg->duration); ^~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:589:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\n", AV_TIME_BASE, c->last_duration, start_number); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:590:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\t\n", os->init_start_pos, os->init_start_pos + os->init_range_length - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:590:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\t\n", os->init_start_pos, os->init_start_pos + os->init_range_length - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:593:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\tstart_pos, seg->start_pos + seg->range_length - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:593:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\tstart_pos, seg->start_pos + seg->range_length - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:595:34: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "indexRange=\"%"PRId64"-%"PRId64"\" ", seg->start_pos, seg->start_pos + seg->index_length - 1); ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:595:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "indexRange=\"%"PRId64"-%"PRId64"\" ", seg->start_pos, seg->start_pos + seg->index_length - 1); ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:600:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\t\t\t\t\n", AV_TIME_BASE, c->last_duration, start_number); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c: In function 'write_manifest': src/libavformat/dashenc.c:915:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\tminimumUpdatePeriod=\"PT%"PRId64"S\"\n", update_period); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c:916:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\tsuggestedPresentationDelay=\"PT%"PRId64"S\"\n", c->last_duration / AV_TIME_BASE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/dashenc.c: In function 'dashenc_delete_segment_file': src/libavformat/dashenc.c:1416:35: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] av_log(s, AV_LOG_WARNING, "Cannot delete segments as the directory path is too long: %"PRIu64" characters: %s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (uint64_t)dirname_len, c->dirname); ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/dashenc.c:1425:35: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] av_log(s, AV_LOG_WARNING, "Cannot delete segments as the path is too long: %"PRIu64" characters: %s%s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (uint64_t)(dirname_len + file_len), c->dirname, file); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/dashenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/dashenc.c: In function 'dash_init': src/libavformat/dashenc.c:790:49: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(as->id, sizeof(as->id), "%d", i); ^ src/libavformat/dashenc.c:790:13: note: 'snprintf' output between 2 and 11 bytes into a destination of size 10 snprintf(as->id, sizeof(as->id), "%d", i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1193:65: warning: '-stream' directive output may be truncated writing 7 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); ^~~~~~~ src/libavformat/dashenc.c:1193:62: note: directive argument in the range [0, 2147483647] snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); ^~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1193:17: note: 'snprintf' output 10 or more bytes (assuming 1042) into a destination of size 1024 snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1197:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); ^~ src/libavformat/dashenc.c:1197:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'flush_init_segment': src/libavformat/dashenc.c:505:49: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); ^~ src/libavformat/dashenc.c:505:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 snprintf(filename, sizeof(filename), "%s%s", c->dirname, os->initfile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'write_hls_media_playlist': src/libavformat/dashenc.c:407:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); ^~~~~~ src/libavformat/dashenc.c:407:9: note: 'snprintf' output between 13 and 1046 bytes into a destination of size 1024 snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'write_manifest': src/libavformat/dashenc.c:976:61: warning: 'master.m3u8' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename_hls, sizeof(filename_hls), "%smaster.m3u8", c->dirname); ^~~~~~~~~~~ src/libavformat/dashenc.c:976:13: note: 'snprintf' output between 12 and 1035 bytes into a destination of size 1024 snprintf(filename_hls, sizeof(filename_hls), "%smaster.m3u8", c->dirname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_flush': src/libavformat/dashenc.c:1497:63: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile); ^~ src/libavformat/dashenc.c:1497:13: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, os->initfile); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_write_trailer': src/libavformat/dashenc.c:407:49: warning: 'media_' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); ^~~~~~ src/libavformat/dashenc.c:407:46: note: directive argument in the range [0, 2147483647] snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); ^~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:407:9: note: 'snprintf' output between 13 and 1045 bytes into a destination of size 1024 snprintf(playlist_name, string_size, "%smedia_%d.m3u8", base_url, id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c:1738:53: warning: 'master.m3u8' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%smaster.m3u8", c->dirname); ^~~~~~~~~~~ src/libavformat/dashenc.c:1738:13: note: 'snprintf' output between 12 and 1035 bytes into a destination of size 1024 snprintf(filename, sizeof(filename), "%smaster.m3u8", c->dirname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/dashenc.c: In function 'dash_write_packet': src/libavformat/dashenc.c:1661:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, ^~ src/libavformat/dashenc.c:1661:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os->filename); ~~~~~~~~~~~~~ src/libavformat/dashenc.c:1661:59: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, ^~ src/libavformat/dashenc.c:1661:9: note: 'snprintf' output between 1 and 2047 bytes into a destination of size 1024 snprintf(os->full_path, sizeof(os->full_path), "%s%s", c->dirname, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ os->filename); ~~~~~~~~~~~~~ CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o In file included from src/libavformat/flacdec.c:27: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/flac.h:30, from src/libavformat/flacdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o src/libavformat/framehash.c: In function 'ff_framehash_write_header': src/libavformat/framehash.c:40:32: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] avio_printf(s->pb, "#channel_layout %d: %"PRIx64"\n", i,avctx->channel_layout); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/internal.h:27, from src/libavformat/framehash.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/framehash.c:40:32: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] avio_printf(s->pb, "#channel_layout %d: %"PRIx64"\n", i,avctx->channel_layout); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/internal.h:27, from src/libavformat/framehash.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" 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 src/libavformat/g729dec.c: In function 'g729_read_header': src/libavformat/g729dec.c:59:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid bit_rate value %"PRId64". " ^~~~~~~~~~~~~~~~~~~~~~~~~~ "Only 6400 and 8000 b/s are supported.", s->bit_rate); ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/log.h:25, from src/libavformat/g729dec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hcom.o CC libavformat/hdsenc.o CC libavformat/hevc.o In file included from src/libavformat/ftp.c:22: src/libavformat/ftp.c: In function 'ftp_seek': src/libavformat/ftp.c:738:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(h, "ftp protocol seek %"PRId64" %d\n", pos, whence); ^~~~~~~~~~~~~~~~~~~~~ ~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavformat/ftp.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/ftp.c: In function 'ftp_move': src/libavformat/ftp.c:1097:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 4091 [-Wformat-truncation=] snprintf(command, sizeof(command), "RNTO %s\r\n", path); ^~ ~~~~ src/libavformat/ftp.c:1097:5: note: 'snprintf' output between 8 and 4103 bytes into a destination of size 4096 snprintf(command, sizeof(command), "RNTO %s\r\n", path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o src/libavformat/hcom.c: In function 'hcom_read_header': src/libavformat/hcom.c:41:36: warning: variable 'huffcount' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^~~~~~~~~ src/libavformat/hcom.c:41:25: warning: variable 'rsrc_size' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^~~~~~~~~ src/libavformat/hcom.c:41:14: warning: variable 'data_size' set but not used [-Wunused-but-set-variable] unsigned data_size, rsrc_size, huffcount; ^~~~~~~~~ CC libavformat/httpauth.o CC libavformat/icecast.o src/libavformat/hlsplaylist.c: In function 'ff_hls_write_playlist_header': src/libavformat/hlsplaylist.c:87:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "#EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsplaylist.c:88:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "EXT-X-MEDIA-SEQUENCE:%"PRId64"\n", sequence); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsplaylist.c: In function 'ff_hls_write_init_file': src/libavformat/hlsplaylist.c:101:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, ",BYTERANGE=\"%"PRId64"@%"PRId64"\"", size, pos); ^~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsplaylist.c:101:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, ",BYTERANGE=\"%"PRId64"@%"PRId64"\"", size, pos); ^~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsplaylist.c: In function 'ff_hls_write_file_entry': src/libavformat/hlsplaylist.c:123:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "#EXT-X-BYTERANGE:%"PRId64"@%"PRId64"\n", size, pos); ^~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsplaylist.c:123:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "#EXT-X-BYTERANGE:%"PRId64"@%"PRId64"\n", size, pos); ^~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/icodec.o CC libavformat/icoenc.o src/libavformat/flvdec.c: In function 'add_keyframes_index': src/libavformat/flvdec.c:125:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "keyframe filepositions = %"PRId64" times = %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ flv->keyframe_filepositions[i], flv->keyframe_times[i] * 1000); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c:125:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "keyframe filepositions = %"PRId64" times = %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ flv->keyframe_filepositions[i], flv->keyframe_times[i] * 1000); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c: In function 'resync': src/libavformat/flvdec.c:929:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Concatenated FLV detected, might fail to demux, decode and seek %"PRId64"\n", flv->last_ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c: In function 'flv_read_packet': src/libavformat/flvdec.c:976:33: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c:976:33: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c:1208:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid timestamps %"PRId64" %"PRId64"\n", dts, pts); ^~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/flvdec.c:1208:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid timestamps %"PRId64" %"PRId64"\n", dts, pts); ^~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/flvdec.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o src/libavformat/hnm.c: In function 'hnm_read_packet': src/libavformat/hnm.c:155:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid chunk size: %"PRIu32", offset: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~ chunk_size, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavformat/hnm.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hnm.c:178:35: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "unknown chunk found: %"PRIu16", offset: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~ chunk_id, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavformat/hnm.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o src/libavformat/hevc.c: In function 'hvcc_write': src/libavformat/hevc.c:877:32: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(NULL, AV_LOG_TRACE, "general_constraint_indicator_flags: 0x%012"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/hevc.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/hevc.c:877:32: warning: too many arguments for format [-Wformat-extra-args] av_log(NULL, AV_LOG_TRACE, "general_constraint_indicator_flags: 0x%012"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o src/libavformat/hls.c: In function 'parse_playlist': src/libavformat/hls.c:925:42: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->ctx, AV_LOG_DEBUG, "Media sequence change (%d -> %d)" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hls.c:928:20: prev_timestamp, c->first_timestamp); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c:925:42: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->ctx, AV_LOG_DEBUG, "Media sequence change (%d -> %d)" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hls.c:928:36: prev_timestamp, c->first_timestamp); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c: In function 'parse_id3': src/libavformat/hls.c:995:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "HLS ID3 audio timestamp %"PRId64"\n", ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c:999:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid HLS ID3 audio timestamp %"PRId64"\n", ts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c: In function 'intercept_id3': src/libavformat/hls.c:1119:48: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(pls->ctx, AV_LOG_ERROR, "Too large HLS ID3 tag (%d > %"PRId64" bytes)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ taglen, maxsize); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c: In function 'open_input': src/libavformat/hls.c:1194:41: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(pls->parent, AV_LOG_VERBOSE, "HLS request for url '%s', offset %"PRId64", playlist %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ seg->url, seg->url_offset, pls->index); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c:1253:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(pls->parent, AV_LOG_ERROR, "Unable to seek to offset %"PRId64" of HLS segment '%s'\n", seg->url_offset, seg->url); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hls.c: In function 'update_init_section': src/libavformat/hls.c:1297:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Downloading an initialization section of size %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sec_size); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/http.h:25, from src/libavformat/hls.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" In function 'new_rendition', inlined from 'parse_playlist' at src/libavformat/hls.c:787:13: src/libavformat/hls.c:515:13: warning: 'strncpy' output may be truncated copying between 2 and 62 bytes from a string of length 63 [-Wstringop-truncation] strncpy(rend->language + langlen + 1, info->assoc_language, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sizeof(rend->language) - langlen - 2); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/isom.o CC libavformat/iss.o src/libavformat/http.c: In function 'http_write_reply': src/libavformat/http.c:417:18: warning: unknown conversion type character 'z' in format [-Wformat=] "HTTP/1.1 %03d %s\r\n" ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: src/libavutil/internal.h:262:25: note: format string is defined here #define SIZE_SPECIFIER "zu" ^ src/libavformat/http.c:417:18: warning: format '%s' expects argument of type 'char *', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] "HTTP/1.1 %03d %s\r\n" ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:426:18: strlen(reply_text) + 6, // 3 digit status code + space + \r\n ~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:420:20: note: format string is defined here "%s" ~^ %d src/libavformat/http.c:417:18: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char *' [-Wformat=] "HTTP/1.1 %03d %s\r\n" ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:427:18: s->headers ? s->headers : "", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:422:22: note: format string is defined here "%03d %s\r\n", ~~~^ %03s src/libavformat/http.c:417:18: warning: format '%s' expects argument of type 'char *', but argument 9 has type 'int' [-Wformat=] "HTTP/1.1 %03d %s\r\n" ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:428:18: reply_code, ~~~~~~~~~~ src/libavformat/http.c:422:25: note: format string is defined here "%03d %s\r\n", ~^ %d src/libavformat/http.c:417:18: warning: too many arguments for format [-Wformat-extra-args] "HTTP/1.1 %03d %s\r\n" ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c: In function 'http_connect': src/libavformat/http.c:1217:28: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Range: bytes=%"PRIu64"-", s->off); ^~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c:1220:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "%"PRId64, s->end_off - 1); ^~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/http.c: In function 'http_buf_read': src/libavformat/http.c:1352:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Chunked encoding data size: %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->chunksize); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c:1366:41: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(h, AV_LOG_ERROR, "Invalid chunk size %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~ s->chunksize); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c:1388:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Stream ends prematurely at %"PRIu64", should be %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->off, target_end ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c:1388:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Stream ends prematurely at %"PRIu64", should be %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->off, target_end ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c: In function 'http_read_stream': src/libavformat/http.c:1476:35: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(h, AV_LOG_WARNING, "Will reconnect at %"PRIu64" in %d second(s), error=%s.\n", s->off, reconnect_delay, av_err2str(read_ret)); ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/http.c:1483:37: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(h, AV_LOG_ERROR, "Failed to reconnect at %"PRIu64".\n", target); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/http.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" CC libavformat/iv8.o CC libavformat/ivfdec.o src/libavformat/iff.c: In function 'iff_read_header': src/libavformat/iff.c:524:42: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid CMAP chunk size %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ data_size); ~~~~~~~~~ In file included from src/libavformat/iff.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" CC libavformat/ivfenc.o src/libavformat/img2enc.c: In function 'write_packet': src/libavformat/img2enc.c:119:59: warning: '.tmp' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); ^~~~ src/libavformat/img2enc.c:119:13: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(img->tmp[i], sizeof(img->tmp[i]), "%s.tmp", filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o src/libavformat/hlsenc.c: In function 'replace_int_data_in_filename': src/libavformat/hlsenc.c:364:34: warning: unknown conversion type character 'I' in format [-Wformat=] av_bprintf(&buf, "%0*"PRId64, (number < 0) ? nd : nd++, number); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/hlsenc.c:364:34: warning: too many arguments for format [-Wformat-extra-args] av_bprintf(&buf, "%0*"PRId64, (number < 0) ? nd : nd++, number); ^~~~~ src/libavformat/hlsenc.c: In function 'parse_playlist': src/libavformat/hlsenc.c:1076:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Found playlist sequence number was smaller """ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:1078:36: "omitting\n", tmp_sequence, hls->start_sequence); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsenc.c:1076:22: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Found playlist sequence number was smaller """ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:1078:50: "omitting\n", tmp_sequence, hls->start_sequence); ~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsenc.c:1080:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(hls, AV_LOG_DEBUG, "Found playlist sequence number: %"PRId64"\n", tmp_sequence); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsenc.c: In function 'get_default_pattern_localtime_fmt': src/libavformat/hlsenc.c:1693:63: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.m4s" : "-%s.m4s"; ^ src/libavformat/hlsenc.c:1695:59: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.ts" : "-%s.ts"; ^ src/libavformat/hlsenc.c: In function 'hls_write_header': src/libavformat/hlsenc.c:2118:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Your video bitrate is bigger than hls_segment_size, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:2120:28: outer_st->codecpar->bit_rate, hls->max_seg_size); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsenc.c:2118:47: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Your video bitrate is bigger than hls_segment_size, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:2120:58: outer_st->codecpar->bit_rate, hls->max_seg_size); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/hlsenc.c: In function 'hls_init': src/libavformat/hlsenc.c:2608:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(hls, AV_LOG_DEBUG, "start_number evaluated to %"PRId64"\n", hls->start_sequence); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/hlsenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/loasdec.o src/libavformat/ipmovie.c: In function 'load_ipmovie_packet': src/libavformat/ipmovie.c:154:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s->avf, AV_LOG_TRACE, "sending audio frame with pts %"PRId64" (%d audio frames)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkt->pts, s->audio_frame_count); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/ipmovie.c:37: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/ipmovie.c:232:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s->avf, AV_LOG_TRACE, "sending video frame with pts %"PRId64"\n", pkt->pts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/ipmovie.c:37: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o src/libavformat/lrcenc.c: In function 'lrc_write_packet': src/libavformat/lrcenc.c:123:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:123:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:123:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:123:36: warning: too many arguments for format [-Wformat-extra-args] avio_printf(s->pb, "[%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~ src/libavformat/lrcenc.c:130:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[-%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:130:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[-%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:130:36: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(s->pb, "[-%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~~ In file included from src/libavformat/lrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/lrcenc.c:130:36: warning: too many arguments for format [-Wformat-extra-args] avio_printf(s->pb, "[-%02"PRId64":%02"PRId64".%02"PRId64"]", ^~~~~~~ CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o src/libavformat/microdvdenc.c: In function 'microdvd_write_packet': src/libavformat/microdvdenc.c:48:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(avf->pb, "{%"PRId64"}", pkt->pts); ^~~~ ~~~~~~~~ In file included from src/libavformat/microdvdenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/microdvdenc.c:52:30: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(avf->pb, "{%"PRId64"}", pkt->pts + pkt->duration); ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/microdvdenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o CC libavformat/movenccenc.o CC libavformat/movenchint.o src/libavformat/mms.c: In function 'ff_mms_asf_header_parser': src/libavformat/mms.c:81:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Corrupt stream (header chunksize %"PRId64" is invalid)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chunksize); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/mms.h:24, from src/libavformat/mms.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mms.c:150:21: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Corrupt stream (header chunksize %"PRId64" is invalid)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chunksize); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/url.h:27, from src/libavformat/mms.h:24, from src/libavformat/mms.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o src/libavformat/mlvdec.c: In function 'read_packet': src/libavformat/mlvdec.c:405:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "could not find index entry for frame %"PRId64"\n", mlv->pts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/eval.h:29, from src/libavformat/mlvdec.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mlvdec.c: In function 'read_header': src/libavformat/mlvdec.c:353:63: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(filename + strlen(filename) - 2, 3, "%02d", i); ^ src/libavformat/mlvdec.c:353:13: note: 'snprintf' output between 3 and 4 bytes into a destination of size 3 snprintf(filename + strlen(filename) - 2, 3, "%02d", i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o src/libavformat/mp3dec.c: In function 'mp3_read_header': src/libavformat/mp3dec.c:403:65: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, i > 0 ? AV_LOG_INFO : AV_LOG_VERBOSE, "Skipping %d bytes of junk at %"PRId64".\n", i, off); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/mp3dec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mp3dec.c:409:41: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Invalid frame size (%d): Could not seek to %"PRId64".\n", frame_size, off + i + frame_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/mp3dec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mp3dec.c:413:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_log(s, AV_LOG_ERROR, "Failed to read frame size: Could not seek to %"PRId64".\n", (int64_t) (i + 1024 + frame_size + 4)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/mp3dec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mp3dec.c: In function 'mp3_sync': src/libavformat/mp3dec.c:511:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Could not seek to %"PRId64".\n", pos); ^~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/mp3dec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o src/libavformat/mpeg.c: In function 'mpegps_read_dts': src/libavformat/mpeg.c:684:33: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_DEBUG, "pos=0x%"PRIx64" dts=0x%"PRIx64" %0.3f\n", ^~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mpeg.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mpeg.c:684:33: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "pos=0x%"PRIx64" dts=0x%"PRIx64" %0.3f\n", ^~~~~~~~~ pos, dts, dts / 90000.0); ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mpeg.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mpeg.c:684:33: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_DEBUG, "pos=0x%"PRIx64" dts=0x%"PRIx64" %0.3f\n", ^~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mpeg.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mpeg.c:684:33: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "pos=0x%"PRIx64" dts=0x%"PRIx64" %0.3f\n", ^~~~~~~~~ pos, dts, dts / 90000.0); ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mpeg.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o src/libavformat/mpegenc.c: In function 'mpeg_mux_write_packet': src/libavformat/mpegenc.c:1166:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "First SCR: %"PRId64" First DTS: %"PRId64"\n", s->last_scr, dts + preload); ^~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/fifo.h:28, from src/libavformat/mpegenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mpegenc.c:1166:35: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "First SCR: %"PRId64" First DTS: %"PRId64"\n", s->last_scr, dts + preload); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/fifo.h:28, from src/libavformat/mpegenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/mvdec.o CC libavformat/mvi.o src/libavformat/matroskaenc.c: In function 'mkv_write_chapters': src/libavformat/matroskaenc.c:1512:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid chapter start (%"PRId64") or end (%"PRId64").\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ chapterstart, chapterend); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:1512:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid chapter start (%"PRId64") or end (%"PRId64").\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ chapterstart, chapterend); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c: In function 'get_metadata_duration': src/libavformat/matroskaenc.c:1840:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "get_metadata_duration found duration in context metadata: %" PRId64 "\n", us); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:1852:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "get_metadata_duration returned: %" PRId64 "\n", max); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c: In function 'mkv_write_header': src/libavformat/matroskaenc.c:1963:37: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Write early duration from recording time = %" PRIu64 "\n", scaledDuration); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:1967:37: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Write early duration from metadata = %" PRIu64 "\n", scaledDuration); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c: In function 'mkv_write_block': src/libavformat/matroskaenc.c:2134:29: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2136:12: avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2134:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2136:38: avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:2134:29: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2136:48: avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:2134:29: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2136:58: avio_tell(pb), pkt->size, pkt->pts, pkt->dts, pkt->duration, ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c: In function 'mkv_write_vtt_blocks': src/libavformat/matroskaenc.c:2241:29: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2243:12: avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2241:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2243:33: avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:2241:29: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2243:43: avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:2241:29: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Writing block at offset %" PRIu64 ", size %d, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2243:53: avio_tell(pb), size, pkt->pts, pkt->dts, pkt->duration, flags); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c: In function 'mkv_start_new_cluster': src/libavformat/matroskaenc.c:2268:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Starting new cluster at offset %" PRIu64 " bytes, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2270:16: avio_tell(s->pb), pkt->pts, pkt->dts); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2268:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Starting new cluster at offset %" PRIu64 " bytes, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2270:34: avio_tell(s->pb), pkt->pts, pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2268:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Starting new cluster at offset %" PRIu64 " bytes, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2270:44: avio_tell(s->pb), pkt->pts, pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2272:33: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Starting new cluster, " ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2274:16: pkt->pts, pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2272:33: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Starting new cluster, " ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2274:26: pkt->pts, pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c: In function 'mkv_write_flush_packet': src/libavformat/matroskaenc.c:2553:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Flushing cluster at offset %" PRIu64 " bytes\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(s->pb)); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c: In function 'mkv_write_trailer': src/libavformat/matroskaenc.c:2603:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Insufficient space reserved for cues: %d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:2605:53: mkv->reserve_cues_space, cues_end - cuespos); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskaenc.c:2627:33: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "end duration = %" PRIu64 "\n", mkv->duration); ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2649:45: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "stream %d end duration = %" PRIu64 "\n", i, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkv->stream_durations[i]); ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/avio.h:31, from src/libavformat/av1.h:26, from src/libavformat/matroskaenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskaenc.c:2654:62: warning: '%012.9f' directive output may be truncated writing between 12 and 320 bytes into a region of size between 8 and 14 [-Wformat-truncation=] snprintf(duration_string, 20, "%02d:%02d:%012.9f", ^~~~~~~ src/libavformat/matroskaenc.c:2654:21: note: 'snprintf' output between 19 and 333 bytes into a destination of size 20 snprintf(duration_string, 20, "%02d:%02d:%012.9f", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (int) duration_sec / 3600, ((int) duration_sec / 60) % 60, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fmod(duration_sec, 60)); ~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o In file included from src/libavformat/matroskadec.c:57: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskadec.c: In function 'ebml_read_num': src/libavformat/matroskadec.c:835:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Read error at pos. %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~ pos, pos); ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:835:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Read error at pos. %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:835:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Read error at pos. %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~ pos, pos); ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c:847:16: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid EBML number size tag 0x%02x at pos %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (uint8_t) total, pos, pos); ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:847:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Invalid EBML number size tag 0x%02x at pos %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:847:16: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid EBML number size tag 0x%02x at pos %"PRIu64" (0x%"PRIx64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (uint8_t) total, pos, pos); ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c: In function 'ebml_parse_elem': src/libavformat/matroskadec.c:1196:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" for syntax element %i\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:1196:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" for syntax element %i\n", ^~~~~~~~~~~~~~~~~~~~ length, max_lengths[syntax->type], syntax->type); ~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c:1196:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" for syntax element %i\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:1196:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'const long long unsigned int'} [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" for syntax element %i\n", ^~~~~~~~~~~~~~~~~~~~ length, max_lengths[syntax->type], syntax->type); ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c:1207:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" in parent\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:1207:24: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" in parent\n", ^~~~~~~~~~~~~~~~~~~~ length, level->start + level->length); ~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c:1207:24: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" in parent\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/matroskadec.c:1207:24: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Invalid length 0x%"PRIx64" > 0x%"PRIx64" in parent\n", ^~~~~~~~~~~~~~~~~~~~ length, level->start + level->length); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/matroskadec.c: In function 'matroska_convert_tags': src/libavformat/matroskadec.c:1546:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "The tags at index %d refer to a " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:1548:27: i, tags[i].target.attachuid); ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskadec.c:1563:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "The tags at index %d refer to a non-existent chapter " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:1565:27: i, tags[i].target.chapteruid); ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskadec.c:1580:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "The tags at index %d refer to a non-existent track " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:1582:27: i, tags[i].target.trackuid); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/matroskadec.c: In function 'mkv_parse_video_projection': src/libavformat/matroskadec.c:2017:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'const long long unsigned int'} [-Wformat=] "Unknown spherical metadata type %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ track->video.projection.type); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c: In function 'matroska_parse_tracks': src/libavformat/matroskadec.c:2104:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Unknown or unsupported track type %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ track->type); ~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:2362:24: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Too large audio channel number %"PRIu64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:2364:24: track->audio.channels, track->audio.bitdepth); ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:2362:24: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Too large audio channel number %"PRIu64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:2364:47: track->audio.channels, track->audio.bitdepth); ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c: In function 'matroska_read_header': src/libavformat/matroskadec.c:2627:39: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "EBML version %"PRIu64", doctype %s, doc version %"PRIu64, ^~~~~~~~~~~~~~~~ ebml.version, ebml.doctype, ebml.doctype_version); ~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:2627:39: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "EBML version %"PRIu64", doctype %s, doc version %"PRIu64, ^~~~~~~~~~~~~~~~ ebml.version, ebml.doctype, ebml.doctype_version); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:2633:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "EBML header using unsupported features\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:2635:16: ebml.version, ebml.doctype, ebml.doctype_version); ~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c:2633:16: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "EBML header using unsupported features\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskadec.c:2635:44: ebml.version, ebml.doctype, ebml.doctype_version); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/matroskadec.c: In function 'matroska_parse_block': src/libavformat/matroskadec.c:3345:16: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Invalid stream %"PRIu64" or size %u\n", num, size); ^~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavformat/matroskadec.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" 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 src/libavformat/mpegts.c: In function 'mpegts_read_header': src/libavformat/mpegts.c:3012:60: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ts->stream, AV_LOG_WARNING, "invalid pcr pair %"PRId64" >= %"PRId64"\n", pcrs[0], pcrs[1]); ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavformat/mpegts.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mpegts.c:3012:60: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ts->stream, AV_LOG_WARNING, "invalid pcr pair %"PRId64" >= %"PRId64"\n", pcrs[0], pcrs[1]); ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavformat/mpegts.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o src/libavformat/nsvdec.c: In function 'nsv_parse_NSVf_header': src/libavformat/nsvdec.c:286:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV NSVf duration %"PRId64" ms\n", duration); ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/nsvdec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nsvdec.c:297:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got header; filepos %"PRId64"\n", avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/nsvdec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nsvdec.c:334:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got infos; filepos %"PRId64"\n", avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/nsvdec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nsvdec.c:362:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV got index; filepos %"PRId64"\n", avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/nsvdec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nsvdec.c: In function 'nsv_read_chunk': src/libavformat/nsvdec.c:633:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "NSV AUDIO: sync:%d, dts:%"PRId64, nsv->avsync, pkt->dts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/nsvdec.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparsedaala.o src/libavformat/mux.c: In function 'compute_muxer_pkt_fields': src/libavformat/mux.c:578:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Packet with invalid duration %"PRId64" in stream %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkt->duration, pkt->stream_index); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mux.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mux.c: In function 'ff_interleave_packet_per_dts': src/libavformat/mux.c:1073:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Delay between the first packet and last packet in the " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mux.c:1075:20: delta_dts, s->max_interleave_delta); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mux.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mux.c:1073:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Delay between the first packet and last packet in the " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mux.c:1075:31: delta_dts, s->max_interleave_delta); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/mux.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o In file included from src/libavformat/oggparsecelt.c:27: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/oggparsecelt.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparseogm.o In file included from src/libavformat/oggparsedaala.c:27: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/oggparsedaala.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparseopus.o In file included from src/libavformat/oggparsedirac.c:26: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/imgutils.h:30, from src/libavformat/oggparsedirac.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparseskeleton.o In file included from src/libavformat/oggdec.c:34: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/oggdec.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/oggdec.c: In function 'ogg_packet': src/libavformat/oggdec.c:542:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Page at %"PRId64" is missing granule\n", ^~~~~~~~~~~ os->page_pos); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/oggdec.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparsespeex.o In file included from src/libavformat/oggparseflac.c:26: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/get_bits.h:32, from src/libavformat/oggparseflac.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o src/libavformat/mxfenc.c: In function 'mxf_utf16_local_tag_length': src/libavformat/mxfenc.c:758:36: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfenc.c:39: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfenc.c:758:36: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/mxfenc.c:39: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfenc.c: In function 'mxf_write_local_tag_utf16': src/libavformat/mxfenc.c:773:36: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfenc.c:39: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfenc.c:773:36: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_ERROR, "utf16 local tag size %"PRIx64" invalid (too large), ignoring\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/mxfenc.c:39: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfenc.c: In function 'mxf_interleave_get_packet': src/libavformat/mxfenc.c:3014:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "out st:%d dts:%"PRId64"\n", (*out).stream_index, (*out).dts); ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfenc.c:39: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oggparsevp8.o In file included from src/libavformat/oggparseogm.c:33: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/oggparseogm.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/oma.o In file included from src/libavformat/oggparseskeleton.c:24: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/oggparseskeleton.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/omadec.o src/libavformat/nutenc.c: In function 'nut_write_packet': src/libavformat/nutenc.c:961:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Negative pts not supported stream %d, pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkt->stream_index, pkt->pts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/omaenc.o In file included from src/libavformat/oggparseopus.c:27: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/oggparseopus.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/oggparseopus.c: In function 'opus_packet': src/libavformat/oggparseopus.c:122:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(avf, AV_LOG_ERROR, "Unsupported huge granule pos %"PRId64 "\n", os->granule); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/oggparseopus.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/options.o src/libavformat/nutdec.c: In function 'decode_main_header': src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:214:5: note: in expansion of macro 'GET_V' GET_V(stream_count, tmp > 0 && tmp <= NUT_MAX_STREAMS); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:222:5: note: in expansion of macro 'GET_V' GET_V(nut->time_base_count, tmp > 0 && tmp < INT_MAX / sizeof(AVRational)); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:228:9: note: in expansion of macro 'GET_V' GET_V(nut->time_base[i].num, tmp > 0 && tmp < (1ULL << 31)); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:229:9: note: in expansion of macro 'GET_V' GET_V(nut->time_base[i].den, tmp > 0 && tmp < (1ULL << 31)); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:309:9: note: in expansion of macro 'GET_V' GET_V(nut->header_count, tmp < 128U); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:313:13: note: in expansion of macro 'GET_V' GET_V(nut->header_len[i], tmp > 0 && tmp < 256); ^~~~~ src/libavformat/nutdec.c: In function 'decode_stream_header': src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:374:5: note: in expansion of macro 'GET_V' GET_V(stream_id, tmp < s->nb_streams && !nut->stream[tmp].time_base); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:421:5: note: in expansion of macro 'GET_V' GET_V(stc->time_base_id, tmp < nut->time_base_count); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:422:5: note: in expansion of macro 'GET_V' GET_V(stc->msb_pts_shift, tmp < 16); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:424:5: note: in expansion of macro 'GET_V' GET_V(stc->decode_delay, tmp < 1000); // sanity limit, raise this if Moore's law is true ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:428:5: note: in expansion of macro 'GET_V' GET_V(st->codecpar->extradata_size, tmp < (1 << 30)); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:435:9: note: in expansion of macro 'GET_V' GET_V(st->codecpar->width, tmp > 0); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:436:9: note: in expansion of macro 'GET_V' GET_V(st->codecpar->height, tmp > 0); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:447:9: note: in expansion of macro 'GET_V' GET_V(st->codecpar->sample_rate, tmp > 0); ^~~~~ src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:449:9: note: in expansion of macro 'GET_V' GET_V(st->codecpar->channels, tmp > 0); ^~~~~ src/libavformat/nutdec.c: In function 'decode_info_header': src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:503:5: note: in expansion of macro 'GET_V' GET_V(stream_id_plus1, tmp <= s->nb_streams); ^~~~~ src/libavformat/nutdec.c: In function 'decode_syncpoint': src/libavformat/nutdec.c:630:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_VERBOSE, "Syncpoint wallclock %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~ av_rescale_q(tmp / nut->time_base_count, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nut->time_base[tmp % nut->time_base_count], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AV_TIME_BASE_Q)); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c: In function 'find_and_decode_index': src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:697:5: note: in expansion of macro 'GET_V' GET_V(syncpoint_count, tmp < INT_MAX / 8 && tmp > 0); ^~~~~ src/libavformat/nutdec.c:723:45: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "index overflow A %d + %"PRIu64" >= %d\n", n, x, syncpoint_count + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~ ~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/nutdec.c:731:45: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "index: x %"PRIu64" is invalid\n", x); ^~~~~~~~~~~~ ~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/nutdec.c: In function 'decode_frame_header': src/libavformat/nutdec.c:997:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Last frame must have been damaged %"PRId64" > %"PRId64" + %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(bc), nut->last_syncpoint_pos, nut->max_distance); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:997:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Last frame must have been damaged %"PRId64" > %"PRId64" + %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(bc), nut->last_syncpoint_pos, nut->max_distance); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:169:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Error " #dst " is (%"PRId64")\n", tmp); \ ^~~~~~~~ ~~~ src/libavformat/nutdec.c:1015:9: note: in expansion of macro 'GET_V' GET_V(*stream_id, tmp < s->nb_streams); ^~~~~ src/libavformat/nutdec.c: In function 'nut_read_packet': src/libavformat/nutdec.c:1183:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "syncing from %"PRId64"\n", pos); ^~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c: In function 'nut_read_timestamp': src/libavformat/nutdec.c:1200:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", ^~~~~~~~~~~~~~~~~~~~~~~ stream_index, *pos_arg, pos_limit); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1200:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "read_timestamp(X,%d,%"PRId64",%"PRId64")\n", ^~~~~~~~~~~~~~~~~~~~~~~ stream_index, *pos_arg, pos_limit); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1214:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "return %"PRId64" %"PRId64"\n", pts, back_ptr); ^~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1214:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "return %"PRId64" %"PRId64"\n", pts, back_ptr); ^~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c: In function 'read_seek': src/libavformat/nutdec.c:1248:33: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "%"PRIu64"-%"PRIu64" %"PRId64"-%"PRId64"\n", ^~~ next_node[0]->pos, next_node[1]->pos, next_node[0]->ts, ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/nutdec.c:1248:33: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "%"PRIu64"-%"PRIu64" %"PRId64"-%"PRId64"\n", ^~~ next_node[0]->pos, next_node[1]->pos, next_node[0]->ts, ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/nutdec.c:1248:33: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "%"PRIu64"-%"PRIu64" %"PRId64"-%"PRId64"\n", ^~~ next_node[0]->pos, next_node[1]->pos, next_node[0]->ts, ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1248:33: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "%"PRIu64"-%"PRIu64" %"PRId64"-%"PRId64"\n", ^~~ src/libavformat/nutdec.c:1250:16: next_node[1]->ts); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1278:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "SEEKTO: %"PRId64"\n", pos2); ^~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/nutdec.c:1282:32: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "SP: %"PRId64"\n", pos); ^~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/nutdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/os_support.o In file included from src/libavformat/oggparsespeex.c:35: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/oggparsespeex.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/paf.o CC libavformat/pcm.o In file included from src/libavformat/oggparsevp8.c:26: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/oggparsevp8.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/pcmdec.o In file included from src/libavformat/oggparsetheora.c:30: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/get_bits.h:32, from src/libavformat/oggparsetheora.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/pcmenc.o In file included from src/libavformat/oggparsevorbis.c:38: src/libavformat/oggdec.h: In function 'ogg_gptopts': src/libavformat/oggdec.h:167:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "invalid pts %"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/oggparsevorbis.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o src/libavformat/options.c: In function 'format_child_class_next': src/libavformat/options.c:64:5: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:69:9: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:73:9: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2080:17: note: declared here AVInputFormat *av_iformat_next(const AVInputFormat *f); ^~~~~~~~~~~~~~~ src/libavformat/options.c:77:5: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^~~~~ In file included from src/libavformat/options.c:20: src/libavformat/avformat.h:2088:17: note: declared here AVOutputFormat *av_oformat_next(const AVOutputFormat *f); ^~~~~~~~~~~~~~~ CC libavformat/protocols.o CC libavformat/psxstr.o src/libavformat/protocols.c: In function 'avio_enum_protocols': src/libavformat/protocols.c:98:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p = p ? p + 1 : url_protocols; ^ CC libavformat/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 src/libavformat/mxfdec.c: In function 'mxf_get_eia608_packet': src/libavformat/mxfdec.c:468:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "error reading s436m packet %"PRId64"\n", length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_read_partition_pack': src/libavformat/mxfdec.c:724:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "PreviousPartition equal to ThisPartition %"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:724:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "PreviousPartition equal to ThisPartition %"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ partition->previous_partition); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c:737:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Overriding PreviousPartition with %"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:737:16: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Overriding PreviousPartition with %"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ partition->previous_partition); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c:745:20: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "inconsistent FooterPartition value: %"PRIu64" != %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mxf->footer_partition, footer_partition); ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/mxfdec.c:745:20: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "inconsistent FooterPartition value: %"PRIu64" != %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mxf->footer_partition, footer_partition); ~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/mxfdec.c:753:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/mxfdec.c:753:13: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:756:13: partition->this_partition, ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/mxfdec.c:753:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/mxfdec.c:753:13: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:757:13: partition->previous_partition, footer_partition, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/mxfdec.c:753:13: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/mxfdec.c:753:13: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "PartitionPack: ThisPartition = 0x%"PRIX64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:757:44: partition->previous_partition, footer_partition, ~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/mxfdec.c: In function 'mxf_read_index_table_segment': src/libavformat/mxfdec.c:1112:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "IndexStartPosition %"PRId64"\n", segment->index_start_position); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c:1116:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_TRACE, "IndexDuration %"PRId64"\n", segment->index_duration); ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_get_sorted_table_segments': src/libavformat/mxfdec.c:1435:49: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i segment at %"PRId64" missing EditUnitByteCount and IndexEntryArray\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ s->index_sid, s->index_start_position); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_absolute_bodysid_offset': src/libavformat/mxfdec.c:1529:12: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] "failed to find absolute offset of %"PRIX64" in BodySID %i - partial file?\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/mxfdec.c:1529:12: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "failed to find absolute offset of %"PRIX64" in BodySID %i - partial file?\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ offset, body_sid); ~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/mxfdec.c: In function 'mxf_edit_unit_absolute_offset': src/libavformat/mxfdec.c:1581:51: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "IndexSID %i segment at %"PRId64" IndexEntryArray too small\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ index_table->index_sid, s->index_start_position); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c:1600:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "failed to map EditUnit %"PRId64" in IndexSID %i to an offset\n", edit_unit, index_table->index_sid); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_compute_ptses_fake_index': src/libavformat/mxfdec.c:1692:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "x >= nb_ptses - IndexEntryCount %i < IndexDuration %"PRId64"?\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->nb_index_entries, s->index_duration); ~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_compute_index_tables': src/libavformat/mxfdec.c:1784:45: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i starts at EditUnit %"PRId64" - seeking may not work as expected\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sorted_segments[i]->index_sid, sorted_segments[i]->index_start_position); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_read_local_tags': src/libavformat/mxfdec.c:2753:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "local tag %#04x extends past end of local set @ %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:2753:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "local tag %#04x extends past end of local set @ %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tag, klv->offset); ~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c: In function 'mxf_parse_klv': src/libavformat/mxfdec.c:2794:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_ERROR, "read past end of KLV @ %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:2794:37: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "read past end of KLV @ %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ klv.offset); ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c: In function 'mxf_seek_to_previous_partition': src/libavformat/mxfdec.c:2839:39: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition @ %" PRIx64 " isn't a PartitionPack\n", klv.offset); ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:2839:39: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition @ %" PRIx64 " isn't a PartitionPack\n", klv.offset); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c:2848:39: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition for PartitionPack @ %" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:2848:39: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition for PartitionPack @ %" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PRIx64 " indirectly points to itself\n", current_partition_ofs); ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c: In function 'mxf_parse_handle_essence': src/libavformat/mxfdec.c:2889:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "failed to seek to FooterPartition @ 0x%" PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:2889:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "failed to seek to FooterPartition @ 0x%" PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:2891:20: mxf->run_in + mxf->footer_partition, ret); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c:2889:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "failed to seek to FooterPartition @ 0x%" PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mxfdec.c:2891:57: mxf->run_in + mxf->footer_partition, ret); ~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_compute_essence_containers': src/libavformat/mxfdec.c:2956:24: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] "partition %i: bad ThisPartition = %"PRIX64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/mxfdec.c:2956:24: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "partition %i: bad ThisPartition = %"PRIX64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x+1, mxf->partitions[x+1].this_partition); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavformat/mxfdec.c: In function 'mxf_read_header': src/libavformat/mxfdec.c:3166:33: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/mxfdec.c:3166:33: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:3166:33: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c: In function 'mxf_set_current_edit_unit': src/libavformat/mxfdec.c:3360:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mxf->fc, AV_LOG_WARNING, "edit unit sync lost on stream %d, jumping from %"PRId64" to %"PRId64"\n", st->index, edit_unit, new_edit_unit); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c:3360:37: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mxf->fc, AV_LOG_WARNING, "edit unit sync lost on stream %d, jumping from %"PRId64" to %"PRId64"\n", st->index, edit_unit, new_edit_unit); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mxfdec.c: In function 'mxf_read_packet': src/libavformat/mxfdec.c:3435:37: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/mxfdec.c:3435:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mxfdec.c:3435:37: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "size %"PRIu64" offset %#"PRIx64"\n", klv.length, klv.offset); ^~~~~~~~ ~~~~~~~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mxfdec.c:3484:49: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "bad size: %"PRId64"\n", size); ^~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/mxfdec.c:46: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o src/libavformat/movenc.c: In function 'handle_eac3': src/libavformat/movenc.c:521:9: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^~ In file included from src/libavformat/avformat.h:319, from src/libavformat/movenc.h:27, from src/libavformat/movenc.c:27: src/libavcodec/avcodec.h:4450:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/movenc.c: In function 'mov_write_source_reference_tag': src/libavformat/movenc.c:2151:36: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_ERROR, "reel_name length %"PRIu64" is too large\n", str_size); ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/movenc.c: In function 'mov_write_edts_tag': src/libavformat/movenc.c:2966:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "EDTS using dts:%"PRId64" cts:%d instead of dts:%"PRId64" cts:%"PRId64" tid:%d\n", ^~~~~~~~~~~~~~~~~~ track->cluster[0].dts, track->cluster[0].cts, ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c:2966:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "EDTS using dts:%"PRId64" cts:%d instead of dts:%"PRId64" cts:%"PRId64" tid:%d\n", ^~~~~~~~~~~~~~~~~~ src/libavformat/movenc.c:2968:20: start_dts, start_ct, track->track_id); ~~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c:2966:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "EDTS using dts:%"PRId64" cts:%d instead of dts:%"PRId64" cts:%"PRId64" tid:%d\n", ^~~~~~~~~~~~~~~~~~ src/libavformat/movenc.c:2968:31: start_dts, start_ct, track->track_id); ~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c: In function 'mov_write_isml_manifest': src/libavformat/movenc.c:4072:25: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(pb, "<%s systemBitrate=\"%"PRId64"\">\n", type, ^~~~~~~~~~~~~~~~~~~~~~~ manifest_bit_rate); ~~~~~~~~~~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c: In function 'check_pkt': src/libavformat/movenc.c:5246:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" / timestamp: %"PRId64" is out of range for mov/mp4 format\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ duration, pkt->dts ~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c:5246:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" / timestamp: %"PRId64" is out of range for mov/mp4 format\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ duration, pkt->dts ~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c:5255:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Application provided duration: %"PRId64" is invalid\n", pkt->duration); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c: In function 'ff_mov_write_packet': src/libavformat/movenc.c:5491:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Track %d starts with a nonzero dts %"PRId64", while the moov " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/movenc.c:5494:39: pkt->stream_index, pkt->dts); ~~~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/movenc.c: In function 'mov_write_trailer': src/libavformat/movenc.c:6722:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "reserved_moov_size is too small, needed %"PRId64" additional\n", 8-size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavformat/movenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o src/libavformat/r3d.c: In function 'read_atom': src/libavformat/r3d.c:49:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "atom %u %.4s offset %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/r3d.c:49:29: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "atom %u %.4s offset %#"PRIx64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~ atom->size, (char*)&atom->tag, atom->offset); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/r3d.c: In function 'r3d_read_rdvo': src/libavformat/r3d.c:138:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "duration %"PRId64"\n", st->duration); ^~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/r3d.c: In function 'r3d_read_header': src/libavformat/r3d.c:188:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "data offset %#"PRIx64"\n", s->internal->data_offset); ^~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/r3d.c:188:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "data offset %#"PRIx64"\n", s->internal->data_offset); ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/r3d.c: In function 'r3d_read_redv': src/libavformat/r3d.c:268:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64"\n", pkt->dts, pkt->duration); ^~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/r3d.c:268:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64"\n", pkt->dts, pkt->duration); ^~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/r3d.c: In function 'r3d_read_reda': src/libavformat/r3d.c:331:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64" samples %d sample rate %d\n", ^~~~~~~~~~~ pkt->dts, pkt->duration, samples, st->codecpar->sample_rate); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/r3d.c:331:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "pkt dts %"PRId64" duration %"PRId64" samples %d sample rate %d\n", ^~~~~~~~~~~ pkt->dts, pkt->duration, samples, st->codecpar->sample_rate); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/r3d.c: In function 'r3d_seek': src/libavformat/r3d.c:389:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "seek frame num %d timestamp %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ frame_num, sample_time); ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/r3d.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o src/libavformat/mov.c: In function 'mov_read_moof': src/libavformat/mov.c:1391:33: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset); ^~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:1391:33: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset); ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c: In function 'mov_read_aclr': src/libavformat/mov.c:1812:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c, AV_LOG_WARNING, "aclr not decoded - unexpected size %"PRId64"\n", atom.size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'ff_mov_read_stsd_entries': src/libavformat/mov.c:2488:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "invalid size %"PRId64" in stsd\n", size); ^~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:2505:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "size=%"PRId64" 4CC=%s codec_type=%d\n", size, ^~~~~~~~ ~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_fix_index': src/libavformat/mov.c:3489:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "Processing st: %d, edit list %"PRId64" - media time: %"PRId64", duration: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, edit_list_media_time, edit_list_duration); ~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3489:39: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "Processing st: %d, edit list %"PRId64" - media time: %"PRId64", duration: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, edit_list_media_time, edit_list_duration); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3489:39: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "Processing st: %d, edit list %"PRId64" - media time: %"PRId64", duration: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, edit_list_media_time, edit_list_duration); ~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3528:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "st: %d edit list: %"PRId64" Missing key frame while searching for timestamp: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, search_timestamp); ~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3528:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "st: %d edit list: %"PRId64" Missing key frame while searching for timestamp: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, search_timestamp); ~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3533:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "st: %d edit list %"PRId64" Cannot find an index entry before timestamp: %"PRId64".\n", ^~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, search_timestamp); ~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3533:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "st: %d edit list %"PRId64" Cannot find an index entry before timestamp: %"PRId64".\n", ^~~~~~~~~~~~~~~~~~~~ st->index, edit_list_index, search_timestamp); ~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3559:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n", ^~~~~~~~~ curr_cts, curr_ctts, ctts_index_old, ctts_count_old); ~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3559:47: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n", ^~~~~~~~~ curr_cts, curr_ctts, ctts_index_old, ctts_count_old); ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3559:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n", ^~~~~~~~~ curr_cts, curr_ctts, ctts_index_old, ctts_count_old); ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3559:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n", ^~~~~~~~~ curr_cts, curr_ctts, ctts_index_old, ctts_count_old); ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3568:55: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ ctts_index_old, ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3568:55: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mov.c:3570:32: ctts_data_old[ctts_index_old].count - edit_list_start_ctts_sample, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3600:51: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "skip %d audio samples from curr_cts: %"PRId64"\n", packet_skip_samples, curr_cts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3603:51: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "drop a frame at curr_cts: %"PRId64" @ %"PRId64"\n", curr_cts, index); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3603:51: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "drop a frame at curr_cts: %"PRId64" @ %"PRId64"\n", curr_cts, index); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3674:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ ctts_index_old, ctts_sample_old - edit_list_start_ctts_sample, ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3674:59: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n", ^~~~~~~~~~~~~~~~~~~~~~~~~ ctts_index_old, ctts_sample_old - edit_list_start_ctts_sample, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:3693:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_DEBUG, "Offset DTS by %"PRId64" to make first pts zero.\n", msc->min_corrected_pts); ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_build_index': src/libavformat/mov.c:3887:51: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:3887:51: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mov.c:3889:29: current_offset, current_dts, sample_size, distance, keyframe); ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c:3887:51: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mov.c:3889:45: current_offset, current_dts, sample_size, distance, keyframe); ~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4019:47: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, chunk %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:4019:47: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, chunk %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "size %u, duration %u\n", st->index, i, current_offset, current_dts, ~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c:4019:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, chunk %u, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "size %u, duration %u\n", st->index, i, current_offset, current_dts, ~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_read_custom': src/libavformat/mov.c:4406:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Unhandled or malformed custom metadata of size %"PRId64"\n", atom.size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_read_trun': src/libavformat/mov.c:4752:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_DEBUG, "found mfra time %"PRId64 ^~~~~~~~~~~~~~~~~~~ ", using it for pts\n", pts); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4758:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_DEBUG, "found sidx time %"PRId64 ^~~~~~~~~~~~~~~~~~~ ", using it for pts\n", pts); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4762:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_DEBUG, "found tfdt time %"PRId64 ^~~~~~~~~~~~~~~~~~~ ", using it for dts\n", dts); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4766:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_DEBUG, "found track end time %"PRId64 ^~~~~~~~~~~~~~~~~~~~~~~~ ", using it for dts\n", dts); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4771:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_DEBUG, "found track end time %"PRId64 ^~~~~~~~~~~~~~~~~~~~~~~~ ", using it for dts\n", dts); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4854:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pts %"PRId64" calculated dts %"PRId64 ^~~~~~~ src/libavformat/mov.c:4858:20: pts, dts, ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4854:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pts %"PRId64" calculated dts %"PRId64 ^~~~~~~ src/libavformat/mov.c:4858:25: pts, dts, ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4854:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pts %"PRId64" calculated dts %"PRId64 ^~~~~~~ src/libavformat/mov.c:4860:20: sc->time_offset, flags & MOV_TRUN_SAMPLE_CTS); ~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:4889:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:4889:37: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mov.c:4891:34: index_entry_pos, offset, dts, sample_size, distance, keyframe); ~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c:4889:37: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/mov.c:4891:42: index_entry_pos, offset, dts, sample_size, distance, keyframe); ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_read_elst': src/libavformat/mov.c:5157:41: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_ERROR, "Invalid edit list entry_count: %d for elst atom of size: %"PRId64" bytes.\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ edit_count, atom.size + 8); ~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:5163:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_WARNING, "ELST atom of %"PRId64" bytes, bigger than %d entries.", atom.size, edit_count); ^~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:5193:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "duration=%"PRId64" time=%"PRId64" rate=%f\n", ^~~~~~~~~~~~ e->duration, e->time, e->rate); ~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:5193:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "duration=%"PRId64" time=%"PRId64" rate=%f\n", ^~~~~~~~~~~~ e->duration, e->time, e->rate); ~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:5198:41: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_ERROR, "Track %d, edit %d: Invalid edit list media time=%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c->fc->nb_streams-1, i, e->time); ~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_read_default': src/libavformat/mov.c:6834:37: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size); ~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:6834:37: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size); ~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:6834:37: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(c->fc, AV_LOG_TRACE, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size); ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:6886:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "overread end of atom '%.4s' by %"PRId64" bytes\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (char*)&a.type, -left); ~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_read_header': src/libavformat/mov.c:7419:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_TRACE, "on_parse_exit_offset=%"PRId64"\n", avio_tell(pb)); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:7488:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Overflow during bit rate calculation %"PRId64" * 8 * %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sc->data_size, sc->time_scale); ~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c:7504:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Overflow during bit rate calculation %"PRId64" * 8 * %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sc->data_size, sc->time_scale); ~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_find_next_sample': src/libavformat/mov.c:7603:37: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "stream %d, sample %d, dts %"PRId64"\n", i, msc->current_sample, dts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/mov.c: In function 'mov_switch_root': src/libavformat/mov.c:7633:39: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "root atom offset 0x%"PRIx64": partial file\n", target); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:7633:39: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "root atom offset 0x%"PRIx64": partial file\n", target); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c:7655:29: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:7655:29: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c: In function 'mov_read_packet': src/libavformat/mov.c:7714:43: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "stream %d, offset 0x%"PRIx64": partial file\n", ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/mov.c:7714:43: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(mov->fc, AV_LOG_ERROR, "stream %d, offset 0x%"PRIx64": partial file\n", ^~~~~~~~~~~~~~~~~~~~~~~ sc->ffindex, sample->pos); ~~~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/mov.c: In function 'mov_seek_stream': src/libavformat/mov.c:7851:29: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "stream %d, timestamp %"PRId64", sample %d\n", st->index, timestamp, sample); ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavformat/mov.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavformat/rsoenc.c: In function 'rso_write_trailer': src/libavformat/rsoenc.c:87:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Output file is too big (%"PRId64" bytes >= 64kB)\n", file_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/rsoenc.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavformat/rmdec.c: In function 'rm_read_index': src/libavformat/rmdec.c:443:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid stream index %d for index at pos %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ str_id, avio_tell(pb)); ~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rmdec.c:448:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Nr. of packets in packet index for stream index %d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rmdec.c:450:28: str_id, avio_size(pb), avio_tell(pb), ~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rmdec.c:448:20: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Nr. of packets in packet index for stream index %d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rmdec.c:450:43: str_id, avio_size(pb), avio_tell(pb), ~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rmdec.c:448:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Nr. of packets in packet index for stream index %d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rmdec.c:451:20: (avio_size(pb) - avio_tell(pb)) / 14); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rmdec.c: In function 'rm_read_dts': src/libavformat/rmdec.c:1116:37: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%d %d-%d %"PRId64" %d\n", ^~~~~~~~~~~~ flags, stream_index2, stream_index, dts, seq); ~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rmdec.c: In function 'ivr_read_packet': src/libavformat/rmdec.c:1380:41: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %"PRIX64"\n", opcode, avio_tell(pb) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavformat/rmdec.c:1380:41: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %"PRIX64"\n", opcode, avio_tell(pb) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ In file included from src/libavformat/rmdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o src/libavformat/rtpenc.c: In function 'rtcp_send_sr': src/libavformat/rtpenc.c:290:30: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s1, AV_LOG_TRACE, "RTCP: %02x %"PRIx64" %"PRIx32"\n", s->payload_type, ntp_time, s->timestamp); ^~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/rtpenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/rtpenc.c:290:30: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s1, AV_LOG_TRACE, "RTCP: %02x %"PRIx64" %"PRIx32"\n", s->payload_type, ntp_time, s->timestamp); ^~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/rtpenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o src/libavformat/rtmpproto.c: In function 'gen_seek': src/libavformat/rtmpproto.c:794:29: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "Sending seek command for timestamp %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ timestamp); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/rtmpproto.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rtmpproto.c: In function 'rtmp_seek': src/libavformat/rtmpproto.c:2921:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Seek on stream index %d at timestamp %"PRId64" with flags %08x\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream_index, timestamp, flags); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/rtmpproto.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/rtmpproto.c:2925:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Unable to send seek command on stream index %d at timestamp " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rtmpproto.c:2927:30: stream_index, timestamp, flags); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/bytestream.h:29, from src/libavformat/rtmpproto.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o src/libavformat/rtspdec.c: In function 'rtsp_read_packet': src/libavformat/rtspdec.c:831:40: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1011 [-Wformat-truncation=] "Unsubscribe: %s\r\n", ^~ src/libavformat/rtspdec.c:830:17: note: 'snprintf' output between 16 and 1039 bytes into a destination of size 1024 snprintf(cmd, sizeof(cmd), ^~~~~~~~~~~~~~~~~~~~~~~~~~ "Unsubscribe: %s\r\n", ~~~~~~~~~~~~~~~~~~~~~~ rt->last_subscription); ~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/smjpeg.o CC libavformat/smjpegdec.o src/libavformat/sdp.c: In function 'sdp_write_media_attributes': src/libavformat/sdp.c:706:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/sdp.c:710:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/sdp.c:712:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^~~~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/sdp.c: In function 'ff_sdp_write_media': src/libavformat/sdp.c:765:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_strlcatf(buff, size, "b=AS:%"PRId64"\r\n", p->bit_rate / 1000); ^~~~~~~~ ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavformat/sdp.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o src/libavformat/sierravmd.c: In function 'vmd_read_packet': src/libavformat/sierravmd.c:302:29: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, " dispatching %s frame with %d bytes and pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/sierravmd.c:305:13: pkt->pts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/sierravmd.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavformat/segment.c: In function 'segment_list_open': src/libavformat/segment.c:305:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] avio_printf(seg->list_pb, "#EXT-X-TARGETDURATION:%"PRId64"\n", (int64_t)ceil(max_duration)); ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/segment.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o src/libavformat/smoothstreamingenc.c: In function 'output_chunk_list': src/libavformat/smoothstreamingenc.c:210:30: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\n", frag->start_time, frag->duration); ^~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/smoothstreamingenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/smoothstreamingenc.c:210:30: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\n", frag->start_time, frag->duration); ^~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/smoothstreamingenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/smoothstreamingenc.c:212:30: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\n", frag->n, frag->duration); ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/smoothstreamingenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavformat/smoothstreamingenc.c: In function 'write_manifest': src/libavformat/smoothstreamingenc.c:254:22: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height, os->private_str); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/smoothstreamingenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/smoothstreamingenc.c:280:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] avio_printf(out, "\n", index, s->streams[i]->codecpar->bit_rate, os->fourcc, s->streams[i]->codecpar->sample_rate, s->streams[i]->codecpar->channels, os->packet_size, os->audio_tag, os->private_str); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/smoothstreamingenc.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/smoothstreamingenc.c: In function 'ism_flush': src/libavformat/smoothstreamingenc.c:528:49: warning: '/temp' directive output may be truncated writing 5 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(filename, sizeof(filename), "%s/temp", os->dirname); ^~~~~ src/libavformat/smoothstreamingenc.c:528:9: note: 'snprintf' output between 6 and 1029 bytes into a destination of size 1024 snprintf(filename, sizeof(filename), "%s/temp", os->dirname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:544:63: warning: '/FragmentInfo(' directive output may be truncated writing 14 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(header_filename, sizeof(header_filename), "%s/FragmentInfo(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); ^~~~~~~~~~~~~~ src/libavformat/smoothstreamingenc.c:545:63: warning: '/Fragments(' directive output may be truncated writing 11 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(target_filename, sizeof(target_filename), "%s/Fragments(%s=%"PRIu64")", os->dirname, os->stream_type_tag, start_ts); ^~~~~~~~~~~ CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o src/libavformat/rtsp.c: In function 'rtp_read_header': src/libavformat/rtsp.c:2500:32: warning: '%s' directive output may be truncated writing up to 499 bytes into a region of size 486 [-Wformat-truncation=] "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", ^~ addr.ss_family == AF_INET ? 4 : 6, host, ~~~~ src/libavformat/rtsp.c:2500:14: note: directive argument in the range [0, 127] "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:2499:5: note: 'snprintf' output between 38 and 555 bytes into a destination of size 500 snprintf(sdp, sizeof(sdp), ^~~~~~~~~~~~~~~~~~~~~~~~~~ "v=0\r\nc=IN IP%d %s\r\nm=%s %d RTP/AVP %d\r\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ addr.ss_family == AF_INET ? 4 : 6, host, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ par->codec_type == AVMEDIA_TYPE_DATA ? "application" : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ par->codec_type == AVMEDIA_TYPE_VIDEO ? "video" : "audio", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ port, payload_type); ~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c: In function 'ff_rtsp_make_setup_request': src/libavformat/rtsp.c:1541:30: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2037 [-Wformat-truncation=] "Transport: %s\r\n", ^~ transport); ~~~~~~~~~ src/libavformat/rtsp.c:1540:9: note: 'snprintf' output between 14 and 2061 bytes into a destination of size 2048 snprintf(cmd, sizeof(cmd), ^~~~~~~~~~~~~~~~~~~~~~~~~~ "Transport: %s\r\n", ~~~~~~~~~~~~~~~~~~~~ transport); ~~~~~~~~~~ src/libavformat/rtsp.c: In function 'ff_rtsp_connect': src/libavformat/rtsp.c:1541:30: warning: '%s' directive output may be truncated writing up to 2047 bytes into a region of size 2037 [-Wformat-truncation=] "Transport: %s\r\n", ^~ transport); ~~~~~~~~~ src/libavformat/rtsp.c:1540:9: note: 'snprintf' output between 14 and 2061 bytes into a destination of size 2048 snprintf(cmd, sizeof(cmd), ^~~~~~~~~~~~~~~~~~~~~~~~~~ "Transport: %s\r\n", ~~~~~~~~~~~~~~~~~~~~ transport); ~~~~~~~~~~ CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o src/libavformat/tedcaptionsdec.c: In function 'tedcaptions_read_header': src/libavformat/tedcaptionsdec.c:285:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avf, AV_LOG_ERROR, "Syntax error near offset %"PRId64".\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(avf->pb)); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/log.h:25, from src/libavformat/tedcaptionsdec.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vividas.o CC libavformat/vivo.o CC libavformat/voc.o src/libavformat/uncodedframecrcenc.c: In function 'write_frame': src/libavformat/uncodedframecrcenc.c:139:21: warning: unknown conversion type character 'I' in format [-Wformat=] av_bprintf(&bp, "%d, %10"PRId64"", ^~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/uncodedframecrcenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/uncodedframecrcenc.c:139:21: warning: too many arguments for format [-Wformat-extra-args] av_bprintf(&bp, "%d, %10"PRId64"", ^~~~~~~~~ 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 In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/ty.c:27: src/libavformat/ty.c: In function 'demux_video': src/libavformat/ty.c:484:32: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'const long long int'} [-Wformat=] ff_dlog(s, "video rec type 0x%02x has short PES" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " (%"PRId64" bytes)\n", subrec_type, rec_size); ~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/ty.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o src/libavformat/vorbiscomment.c: In function 'ff_vorbiscomment_write': src/libavformat/vorbiscomment.c:102:63: warning: '%03d' directive output may be truncated writing between 3 and 10 bytes into a region of size 4 [-Wformat-truncation=] snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~ src/libavformat/vorbiscomment.c:102:62: note: directive argument in the range [0, 1073741823] snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~~~ src/libavformat/vorbiscomment.c:102:13: note: 'snprintf' output between 4 and 11 bytes into a destination of size 4 snprintf(chapter_number, sizeof(chapter_number), "%03d", i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:69: warning: '%02d' directive output may be truncated writing between 2 and 3 bytes into a region of size between 1 and 7 [-Wformat-truncation=] snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-59, 59] snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~~~~~~~~~~~~~~~~~~ src/libavformat/vorbiscomment.c:103:58: note: directive argument in the range [-999, 999] src/libavformat/vorbiscomment.c:103:13: note: 'snprintf' output between 13 and 21 bytes into a destination of size 13 snprintf(chapter_time, sizeof(chapter_time), "%02d:%02d:%02d.%03d", h, m, s, ms); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o src/libavformat/vqf.c: In function 'vqf_read_header': src/libavformat/vqf.c:214:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Mode not supported: %d Hz, %"PRId64" kb/s.\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ st->codecpar->sample_rate, st->codecpar->bit_rate); ~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/vqf.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o src/libavformat/webvttenc.c: In function 'webvtt_write_time': src/libavformat/webvttenc.c:41:25: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":", hour); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/webvttenc.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/webvttenc.c:41:25: warning: too many arguments for format [-Wformat-extra-args] avio_printf(pb, "%02"PRId64":", hour); ^~~~~ src/libavformat/webvttenc.c:43:21: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/webvttenc.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/webvttenc.c:43:21: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/webvttenc.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/webvttenc.c:43:21: warning: unknown conversion type character 'I' in format [-Wformat=] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/webvttenc.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavformat/webvttenc.c:43:21: warning: too many arguments for format [-Wformat-extra-args] avio_printf(pb, "%02"PRId64":%02"PRId64".%03"PRId64"", min, sec, millisec); ^~~~~ CC libavformat/wtvenc.o src/libavformat/wavenc.c: In function 'wav_write_trailer': src/libavformat/wavenc.c:443:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Filesize %"PRId64" invalid for wav, output file will be broken\n", ^~~~~~~~~~~~ file_size); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavformat/wavenc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o src/libavformat/wavdec.c: In function 'wav_read_header': src/libavformat/wavdec.c:382:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "negative data_size and/or sample_count in " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/wavdec.c:384:20: data_size, sample_count); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wavdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/wavdec.c:382:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "negative data_size and/or sample_count in " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/wavdec.c:384:31: data_size, sample_count); ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wavdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/wavdec.c:539:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Data size %"PRId64" is too large\n", data_size); ^~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wavdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/wavdec.c:554:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wavdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/wavdec.c:561:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "ignoring wrong sample_count %"PRId64"\n", sample_count); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wavdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o AR libavdevice/libavdevice.a CC libavfilter/aeval.o CC libavfilter/af_acontrast.o CC libavfilter/af_acopy.o CC libavfilter/af_acrossover.o src/libavformat/xwma.c: In function 'xwma_read_header': src/libavformat/xwma.c:196:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "dpds chunk size %"PRId64" not divisible by 4\n", size); ^~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/xwma.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/xwma.c:201:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "dpds chunk size %"PRId64" invalid\n", size); ^~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavformat/xwma.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/af_acrusher.o CC libavfilter/af_adeclick.o src/libavformat/wtvenc.c: In function 'finish_file': src/libavformat/wtvenc.c:754:33: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (%"PRIi64" bytes)\n", w->length); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/wtvenc.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" CC libavfilter/af_adelay.o CC libavfilter/af_aderivative.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o src/libavfilter/aeval.c: In function 'config_props': src/libavfilter/aeval.c:238:12: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "sample_rate:%d chlayout:%s duration:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eval->sample_rate, buf, eval->duration); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/aeval.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o src/libavformat/wtvdec.c: In function 'wtvfile_open_sector': src/libavformat/wtvdec.c:217:35: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/wtvdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/wtvdec.c:217:35: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~ In file included from src/libavformat/wtvdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/wtvdec.c:217:35: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/wtvdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/wtvdec.c:217:35: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'long long int' [-Wformat=] av_log(s, AV_LOG_WARNING, "reported file length (0x%"PRIx64") exceeds number of available sectors (0x%"PRIx64")\n", length, (int64_t)wf->nb_sectors << wf->sector_bits); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/wtvdec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" 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 src/libavfilter/af_adeclick.c: In function 'uninit': src/libavfilter/af_adeclick.c:659:30: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "Detected %s in %"PRId64" of %"PRId64" samples (%g%%).\n", ^~~~~~~~~~~~~~~~~~ s->is_declip ? "clips" : "clicks", s->detected_errors, ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/audio_fifo.h:30, from src/libavfilter/af_adeclick.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_adeclick.c:659:30: warning: format '%d' expects argument of type 'int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "Detected %s in %"PRId64" of %"PRId64" samples (%g%%).\n", ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_adeclick.c:661:12: s->nb_samples, 100. * s->detected_errors / s->nb_samples); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/audio_fifo.h:30, from src/libavfilter/af_adeclick.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anlmdn.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o src/libavfilter/af_apad.c: In function 'filter_frame': src/libavfilter/af_apad.c:83:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n_out:%d whole_len_left:%"PRId64"\n", frame->nb_samples, s->whole_len_left); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/af_apad.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_apad.c: In function 'request_frame': src/libavfilter/af_apad.c:109:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "padding n_out:%d pad_len_left:%"PRId64"\n", n_out, s->pad_len_left); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/af_apad.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o src/libavfilter/af_ashowinfo.c: In function 'filter_frame': src/libavfilter/af_ashowinfo.c:206:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " ^~~~~ src/libavfilter/af_ashowinfo.c:209:12: inlink->frame_count_out, ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_ashowinfo.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_ashowinfo.c:206:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" " ^~~~~ src/libavfilter/af_ashowinfo.c:211:12: buf->pkt_pos, ~~~~~~~~~~~~ In file included from src/libavfilter/af_ashowinfo.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_drmeter.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o src/libavfilter/af_astats.c: In function 'print_stats': src/libavfilter/af_astats.c:495:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "Peak count: %"PRId64"\n", p->min_count + p->max_count); ^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/af_astats.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_astats.c:499:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "Zero crossings: %"PRId64"\n", p->zero_runs); ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/af_astats.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_astats.c:520:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "Number of samples: %"PRId64"\n", nb_samples / s->nb_channels); ^~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/af_astats.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_resample.c: In function 'init': src/libavfilter/af_resample.c:54:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'uninit': src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'config_output': src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:140:5: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:194:25: note: declared here AVAudioResampleContext *avresample_alloc_context(void); ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:161:5: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:214:5: note: declared here int avresample_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'request_frame': src/libavfilter/af_resample.c:199:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:208:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'filter_frame': src/libavfilter/af_resample.c:235:9: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:236:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:244:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c:253:9: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^~~~~~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:494:5: note: declared here int avresample_available(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavfilter/af_resample.c: In function 'resample_child_class_next': src/libavfilter/af_resample.c:311:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^~~~~~ In file included from src/libavfilter/af_resample.c:31: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o src/libavfilter/af_volumedetect.c: In function 'print_stats': src/libavfilter/af_volumedetect.c:102:30: warning: format '%d' expects argument of type 'int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "n_samples: %"PRId64"\n", nb_samples); ^~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/af_volumedetect.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/af_volumedetect.c:131:34: warning: format '%d' expects argument of type 'int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "histogram_%ddb: %"PRId64"\n", i, histdb[i]); ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/af_volumedetect.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavformat/utils.c: In function 'find_probe_decoder': src/libavformat/utils.c:225:9: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (probe_codec = av_codec_next(probe_codec)) { ^~~~~ In file included from src/libavcodec/internal.h:33, from src/libavformat/utils.c:41: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/libavformat/utils.c: In function 'ffio_limit': src/libavformat/utils.c:260:67: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, remaining ? AV_LOG_ERROR : AV_LOG_DEBUG, "Truncating packet of size %d to %"PRId64"\n", size, remaining+1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'update_initial_durations': src/libavformat/utils.c:1193:37: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "first_dts %s not matching first dts %s (pts %s, duration %"PRId64") in the queue\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ av_ts2str(st->first_dts), av_ts2str(pktl->pkt.dts), av_ts2str(pktl->pkt.pts), pktl->pkt.duration); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'compute_pkt_fields': src/libavformat/utils.c:1247:24: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "DTS %"PRIi64" < %"PRIi64" out of order\n", ^~~~~~~ pkt->dts, ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" src/libavformat/utils.c:1247:24: warning: format '%i' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "DTS %"PRIi64" < %"PRIi64" out of order\n", ^~~~~~~ src/libavformat/utils.c:1249:24: st->last_dts_for_order_check); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" src/libavformat/utils.c:1296:33: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_DEBUG, "invalid dts/pts combination %"PRIi64"\n", pkt->dts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" src/libavformat/utils.c:1336:13: warning: format '%d' expects argument of type 'int', but argument 10 has type 'int64_t' {aka 'long long int'} [-Wformat=] "IN delayed:%d pts:%s, dts:%s cur_dts:%s st:%d pc:%p duration:%"PRId64" delay:%d onein_oneout:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:1338:36: pkt->stream_index, pc, pkt->duration, delay, onein_oneout); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'read_frame_internal': src/libavformat/utils.c:1641:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "ff_read_packet stream=%d, pts=%s, dts=%s, size=%d, duration=%"PRId64", flags=%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:1645:34: cur_pkt.size, cur_pkt.duration, cur_pkt.flags); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:1758:16: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "read_frame_internal stream=%d, pts=%s, dts=%s, " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:1763:27: pkt->size, pkt->duration, pkt->flags); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'ff_configure_buffers_for_index': src/libavformat/utils.c:2138:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_VERBOSE, "Reconfiguring buffers to size %"PRId64"\n", pos_delta); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'ff_seek_frame_binary': src/libavformat/utils.c:2196:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_min=0x%"PRIx64" dts_min=%s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/utils.c:2196:37: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_min=0x%"PRIx64" dts_min=%s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ pos_min, av_ts2str(ts_min)); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/utils.c:2211:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/utils.c:2211:37: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~ " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max)); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/utils.c:2211:37: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/utils.c:2211:37: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "using cached pos_max=0x%"PRIx64" pos_limit=0x%"PRIx64 ^~~~~~~~~~~~~~~~~~~~~~~~~~ " dts_max=%s\n", pos_max, pos_limit, av_ts2str(ts_max)); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/utils.c: In function 'ff_gen_search': src/libavformat/utils.c:2311:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "pos_min=0x%"PRIx64" pos_max=0x%"PRIx64" dts_min=%s dts_max=%s\n", ^~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/utils.c:2311:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pos_min=0x%"PRIx64" pos_max=0x%"PRIx64" dts_min=%s dts_max=%s\n", ^~~~~~~~~~~~~ pos_min, pos_max, av_ts2str(ts_min), av_ts2str(ts_max)); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/utils.c:2311:17: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "pos_min=0x%"PRIx64" pos_max=0x%"PRIx64" dts_min=%s dts_max=%s\n", ^~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavformat/utils.c:2311:17: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pos_min=0x%"PRIx64" pos_max=0x%"PRIx64" dts_min=%s dts_max=%s\n", ^~~~~~~~~~~~~ pos_min, pos_max, av_ts2str(ts_min), av_ts2str(ts_max)); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libavformat/utils.c:2341:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^~~ src/libavformat/utils.c:2343:17: pos_min, pos, pos_max, ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:2341:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^~~ src/libavformat/utils.c:2343:26: pos_min, pos, pos_max, ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:2341:33: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^~~ src/libavformat/utils.c:2343:31: pos_min, pos, pos_max, ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:2341:33: warning: format '%d' expects argument of type 'int', but argument 11 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^~~ src/libavformat/utils.c:2345:17: pos_limit, start_pos, no_change); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:2341:33: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_TRACE, "%"PRId64" %"PRId64" %"PRId64" / %s %s %s" ^~~ src/libavformat/utils.c:2345:28: pos_limit, start_pos, no_change); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'estimate_timings': src/libavformat/utils.c:2961:17: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] "format: start_time: %0.3f duration: %0.3f bitrate=%"PRId64" kb/s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:2964:17: (int64_t)ic->bit_rate / 1000); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'avformat_find_stream_info': src/libavformat/utils.c:3599:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_DEBUG, "Before avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d nb_streams:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, ic->nb_streams); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3599:34: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_DEBUG, "Before avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d nb_streams:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, ic->nb_streams); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3758:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Probe buffer size limit of %"PRId64" bytes reached\n", probesize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3809:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Non-increasing DTS in stream %d: packet %d with DTS " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:3812:24: st->info->fps_last_dts, st->codec_info_nb_frames, ~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3809:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Non-increasing DTS in stream %d: packet %d with DTS " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:3813:24: pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3826:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "DTS discontinuity in stream %d: packet %d with DTS " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:3829:24: st->info->fps_last_dts, st->codec_info_nb_frames, ~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3826:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "DTS discontinuity in stream %d: packet %d with DTS " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:3830:24: pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3863:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_VERBOSE, "max_analyze_duration %"PRId64" reached at %"PRId64" microseconds st:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~ limit, ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:3863:44: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_VERBOSE, "max_analyze_duration %"PRId64" reached at %"PRId64" microseconds st:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavformat/utils.c:3865:24: t, pkt->stream_index); ~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:4161:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_DEBUG, "After avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d frames:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:4161:34: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ic, AV_LOG_DEBUG, "After avformat_find_stream_info() pos: %"PRId64" bytes read:%"PRId64" seeks:%d frames:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'avpriv_new_chapter': src/libavformat/utils.c:4590:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Chapter end time %"PRId64" before start %"PRId64"\n", end, start); ^~~~~~~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c:4590:33: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_ERROR, "Chapter end time %"PRId64" before start %"PRId64"\n", end, start); ^~~~~~~~~~~~~~~~~~~~ ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavformat/utils.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': src/libavformat/utils.c:5698:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/utils.c:5699:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:44: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/boxblur.o src/libavfilter/avf_concat.c: In function 'flush_segment': src/libavfilter/avf_concat.c:271:33: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Segment finished at pts=%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cat->delta_ts); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/avf_concat.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn_backend_native.o CC libavfilter/dnn_interface.o CC libavfilter/drawutils.o src/libavfilter/buffersrc.c: In function 'av_buffersrc_add_frame_internal': src/libavfilter/buffersrc.c:81:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/buffersrc.c:81:32: note: in definition of macro 'CHECK_AUDIO_PARAM_CHANGE' av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/buffersrc.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavfilter/buffersrc.c:81:32: warning: format '%X' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/buffersrc.c:81:32: note: in definition of macro 'CHECK_AUDIO_PARAM_CHANGE' av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/buffersrc.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavfilter/buffersrc.c:81:32: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/buffersrc.c:81:32: note: in definition of macro 'CHECK_AUDIO_PARAM_CHANGE' av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/buffersrc.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavfilter/buffersrc.c:81:32: warning: format '%X' expects argument of type 'unsigned int', but argument 10 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/buffersrc.c:223:66: CHECK_AUDIO_PARAM_CHANGE(ctx, s, frame->sample_rate, frame->channel_layout, ~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/buffersrc.c:81:32: note: in definition of macro 'CHECK_AUDIO_PARAM_CHANGE' av_log(s, AV_LOG_INFO, "filter context - fmt: %s r: %d layout: %"PRIX64" ch: %d, incoming frame - fmt: %s r: %d layout: %"PRIX64" ch: %d pts_time: %s\n",\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/buffersrc.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" CC libavfilter/ebur128.o CC libavfilter/f_bench.o src/libavfilter/avf_showwaves.c: In function 'push_single_pic': src/libavfilter/avf_showwaves.c:577:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Create frame averaging %"PRId64" samples per column\n", max_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/avf_showwaves.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from src/libavfilter/avfiltergraph.c:39: src/libavfilter/avfilter.h:847:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o src/libavfilter/f_graphmonitor.c: In function 'draw_items': src/libavfilter/f_graphmonitor.c:214:44: warning: unknown conversion type character 'z' in format [-Wformat=] snprintf(buffer, sizeof(buffer)-1, "%"SIZE_SPECIFIER, frames); ^~~ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/eval.h:29, from src/libavfilter/f_graphmonitor.c:24: src/libavutil/internal.h:262:25: note: format string is defined here #define SIZE_SPECIFIER "zu" ^ src/libavfilter/f_graphmonitor.c:214:44: warning: too many arguments for format [-Wformat-extra-args] snprintf(buffer, sizeof(buffer)-1, "%"SIZE_SPECIFIER, frames); ^~~ CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o src/libavfilter/f_metadata.c: In function 'filter_frame': src/libavfilter/f_metadata.c:317:27: warning: unknown conversion type character 'I' in format [-Wformat=] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/f_metadata.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/f_metadata.c:317:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_metadata.c:317:53: note: format string is defined here s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ~~~^ %-7lld src/libavfilter/f_metadata.c:317:27: warning: too many arguments for format [-Wformat-extra-args] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ src/libavfilter/f_metadata.c:324:27: warning: unknown conversion type character 'I' in format [-Wformat=] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/f_metadata.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/f_metadata.c:324:27: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ inlink->frame_count_out, av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); ~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/f_metadata.c:324:53: note: format string is defined here s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ~~~^ %-7lld src/libavfilter/f_metadata.c:324:27: warning: too many arguments for format [-Wformat-extra-args] s->print(ctx, "frame:%-4"PRId64" pts:%-7s pts_time:%s\n", ^~~~~~~~~~~ CC libavfilter/f_sidedata.o src/libavfilter/f_realtime.c: In function 'filter_frame': src/libavfilter/f_realtime.c:49:20: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "time discontinuity detected: %"PRIi64" us, resetting\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sleep); ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/f_realtime.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" src/libavfilter/f_realtime.c:55:39: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "sleeping %"PRIi64" us\n", sleep); ^~~~~~~~~~~~ ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/f_realtime.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" CC libavfilter/f_streamselect.o CC libavfilter/fifo.o src/libavfilter/avf_showcqt.c: In function 'filter_frame': src/libavfilter/avf_showcqt.c:1531:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "changing pts from %"PRId64" (%.3f) to %"PRId64" (%.3f).\n", ^~~~~~~~~~~~~~~~~~~~~ out->pts, out->pts * av_q2d(outlink->time_base), ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/avf_showcqt.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/avf_showcqt.c:1531:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "changing pts from %"PRId64" (%.3f) to %"PRId64" (%.3f).\n", ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/avf_showcqt.c:1533:28: pts, pts * av_q2d(outlink->time_base)); ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/avf_showcqt.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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/scale.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o src/libavfilter/lavfutils.c: In function 'ff_load_image': src/libavfilter/lavfutils.c:91:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^~~ In file included from src/libavformat/avformat.h:319, from src/libavfilter/lavfutils.h:27, from src/libavfilter/lavfutils.c:22: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o src/libavfilter/settb.c: In function 'filter_frame': src/libavfilter/settb.c:115:35: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "tb:%d/%d pts:%"PRId64" -> tb:%d/%d pts:%"PRId64"\n", ^~~~~~~~~~~~~~~~ inlink ->time_base.num, inlink ->time_base.den, orig_pts, ~~~~~~~~ In file included from src/libavfilter/settb.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/settb.c:115:35: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "tb:%d/%d pts:%"PRId64" -> tb:%d/%d pts:%"PRId64"\n", ^~~~~~~~~~~~~~~~ src/libavfilter/settb.c:117:64: outlink->time_base.num, outlink->time_base.den, frame->pts); ~~~~~~~~~~ In file included from src/libavfilter/settb.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_aspect.o src/libavfilter/setpts.c: In function 'filter_frame': src/libavfilter/setpts.c:185:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] "N:%"PRId64" PTS:%s T:%f POS:%s", ^~~~~ (int64_t)setpts->var_values[VAR_N], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/setpts.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/setpts.c:192:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_log(inlink->dst, AV_LOG_TRACE, " INTERLACED:%"PRId64, ^~~~~~~~~~~~~~~ (int64_t)setpts->var_values[VAR_INTERLACED]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/setpts.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/setpts.c:196:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=] av_log(inlink->dst, AV_LOG_TRACE, " NB_SAMPLES:%"PRId64" NB_CONSUMED_SAMPLES:%"PRId64, ^~~~~~~~~~~~~~~ (int64_t)setpts->var_values[VAR_NB_SAMPLES], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/setpts.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/setpts.c:196:43: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(inlink->dst, AV_LOG_TRACE, " NB_SAMPLES:%"PRId64" NB_CONSUMED_SAMPLES:%"PRId64, ^~~~~~~~~~~~~~~ src/libavfilter/setpts.c:198:17: (int64_t)setpts->var_values[VAR_NB_CONSUMED_SAMPLES]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/setpts.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o src/libavfilter/src_movie.c: In function 'open_stream': src/libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c: In function 'movie_common_init': src/libavfilter/src_movie.c:261:24: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "%s: seek value overflow with start_time:%"PRId64" seek_point:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ movie->file_name, movie->format_ctx->start_time, movie->seek_point); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/src_movie.c:35: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/src_movie.c:261:24: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "%s: seek value overflow with start_time:%"PRId64" seek_point:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ movie->file_name, movie->format_ctx->start_time, movie->seek_point); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/src_movie.c:35: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/src_movie.c:268:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "%s: could not seek to position %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ movie->file_name, timestamp); ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/src_movie.c:35: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/src_movie.c:329:33: warning: format '%i' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "seek_point:%"PRIi64" format_name:%s file_name:%s stream_index:%d\n", ^~~~~~~~~~~~~~ movie->seek_point, movie->format_name, movie->file_name, ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/src_movie.c:35: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:52:20: note: format string is defined here #define PRIi64 "I64i" src/libavfilter/src_movie.c: In function 'movie_push_frame': src/libavfilter/src_movie.c:529:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:532:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4766:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:571:49: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Discontinuity in stream:%d diff:%"PRId64"\n", pkt_out_id, diff); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/src_movie.c:35: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o src/libavfilter/vf_bbox.c: In function 'filter_frame': src/libavfilter/vf_bbox.c:83:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n:%"PRId64" pts:%s pts_time:%s", inlink->frame_count_out, ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_bbox.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_bwdif.o src/libavfilter/vf_blackframe.c: In function 'filter_frame': src/libavfilter/vf_blackframe.c:90:34: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "frame:%u pblack:%u pts:%"PRId64" t:%f " ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_blackframe.c:92:34: s->frame, pblack, frame->pts, ~~~~~~~~~~ In file included from src/libavfilter/vf_blackframe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o src/libavfilter/vf_blackdetect.c: In function 'filter_frame': src/libavfilter/vf_blackdetect.c:157:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "frame:%"PRId64" picture_black_ratio:%f pts:%s t:%s type:%c\n", ^~~~~~~~~ inlink->frame_count_out, picture_black_ratio, ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_blackdetect.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o src/libavfilter/vf_codecview.c: In function 'filter_frame': src/libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_codecview.c:35: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o src/libavfilter/vf_cropdetect.c: In function 'filter_frame': src/libavfilter/vf_cropdetect.c:234:16: warning: format '%d' expects argument of type 'int', but argument 12 has type 'int64_t' {aka 'long long int'} [-Wformat=] "x1:%d x2:%d y1:%d y2:%d w:%d h:%d x:%d y:%d pts:%"PRId64" t:%f crop=%d:%d:%d:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->x1, s->x2, s->y1, s->y2, w, h, x, y, frame->pts, ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/imgutils.h:30, from src/libavfilter/vf_cropdetect.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" 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 src/libavfilter/vf_dejudder.c: In function 'filter_frame': src/libavfilter/vf_dejudder.c:154:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "%"PRId64"\t", judbuff[k]); ^~~ ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_dejudder.c:52: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_dejudder.c:155:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "next=%"PRId64", new=%"PRId64"\n", next_pts, frame->pts); ^~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_dejudder.c:52: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_dejudder.c:155:31: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "next=%"PRId64", new=%"PRId64"\n", next_pts, frame->pts); ^~~~~~~~ ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_dejudder.c:52: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_deshake.o src/libavfilter/vf_decimate.c: In function 'filter_frame': src/libavfilter/vf_decimate.c:202:38: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_decimate.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ src/libavfilter/vf_decimate.c:202:38: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libavfilter/vf_decimate.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ src/libavfilter/vf_decimate.c:202:38: warning: format '%s' expects argument of type 'char *', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ^~~~~~~~~~~~~~~~~~~~ i + 1, dm->queue[i].totdiff, dm->queue[i].maxbdiff, ~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_decimate.c:202:87: note: format string is defined here av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ~^ %lld src/libavfilter/vf_decimate.c:202:38: warning: format '%s' expects argument of type 'char *', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ^~~~~~~~~~~~~~~~~~~~ i + 1, dm->queue[i].totdiff, dm->queue[i].maxbdiff, ~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_decimate.c:202:89: note: format string is defined here av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ~^ %lld src/libavfilter/vf_decimate.c:202:38: warning: too many arguments for format [-Wformat-extra-args] av_log(ctx, AV_LOG_DEBUG," #%d: totdiff=%08"PRIx64" maxbdiff=%08"PRIx64"%s%s%s%s\n", ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_floodfill.o src/libavfilter/vf_fieldhint.c: In function 'filter_frame': src/libavfilter/vf_fieldhint.c:145:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Invalid entry at line %"PRId64".\n", s->line); ^~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:152:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:152:47: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:152:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:152:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range frames %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:159:47: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:159:47: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:159:47: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:159:47: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Out of range %"PRId64" and/or %"PRId64" on line %"PRId64" for %"PRId64". input frame.\n", tf, bf, s->line, inlink->frame_count_out); ^~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fieldhint.c:165:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_ERROR, "Missing entry for %"PRId64". input frame.\n", inlink->frame_count_out); ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fieldhint.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o src/libavfilter/vf_fps.c: In function 'shift_frame': src/libavfilter/vf_fps.c:122:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Duplicated frame with pts %"PRId64" %d times\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ frame->pts, s->cur_frame_out - 1); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c:126:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Dropping frame with pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c: In function 'config_props': src/libavfilter/vf_fps.c:172:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64") from start time %f\n", ^~~~~~~~~~~~~~~~~~~~~~~~ s->in_pts_off, s->out_pts_off, s->start_time); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c:172:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Set first pts to (in:%"PRId64" out:%"PRId64") from start time %f\n", ^~~~~~~~~~~~~~~~~~~~~~~~ s->in_pts_off, s->out_pts_off, s->start_time); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c: In function 'read_frame': src/libavfilter/vf_fps.c:203:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Read frame with in pts %"PRId64", out pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ in_pts, frame->pts); ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c:203:31: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Read frame with in pts %"PRId64", out pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ in_pts, frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c: In function 'write_frame': src/libavfilter/vf_fps.c:223:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Set first pts to %"PRId64"\n", s->next_pts); ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c:256:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Writing frame with pts %"PRId64" to pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ s->frames[0]->pts, frame->pts); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c:256:35: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Writing frame with pts %"PRId64" to pts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~ s->frames[0]->pts, frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_fps.c: In function 'update_eof_pts': src/libavfilter/vf_fps.c:271:31: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "EOF is at pts %"PRId64"\n", s->status_pts); ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_fps.c:32: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_framerate.c:31: src/libavfilter/vf_framerate.c: In function 'process_work_frame': src/libavfilter/vf_framerate.c:187:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(ctx, "process_work_frame() interpolate: %"PRId64"/256\n", interpolate8); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ src/libavutil/internal.h:266:56: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_framerate.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o src/libavfilter/vf_geq.c: In function 'geq_init': src/libavfilter/vf_geq.c:146:51: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size 8 [-Wformat-truncation=] snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~ src/libavfilter/vf_geq.c:146:50: note: directive argument in the range [-2147483648, 2147483646] snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~~~ src/libavfilter/vf_geq.c:146:9: note: 'snprintf' output between 2 and 12 bytes into a destination of size 8 snprintf(bps_string, sizeof(bps_string), "%d", (1<bps) - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o src/libavfilter/vf_hwmap.c: In function 'hwmap_filter_frame': src/libavfilter/vf_hwmap.c:311:31: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Filter input: %s, %ux%u (%"PRId64").\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_hwmap.c:313:41: input->width, input->height, input->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/frame.h:31, from src/libavutil/hwcontext.h:23, from src/libavfilter/vf_hwmap.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_hwmap.c:351:31: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_DEBUG, "Filter output: %s, %ux%u (%"PRId64").\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_hwmap.c:353:37: map->width, map->height, map->pts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/frame.h:31, from src/libavutil/hwcontext.h:23, from src/libavfilter/vf_hwmap.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_limiter.o src/libavfilter/vf_fieldmatch.c: In function 'filter_frame': src/libavfilter/vf_fieldmatch.c:813:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_WARNING, "Frame #%"PRId64" at %s is still interlaced\n", ^~~~~~~~~~ outlink->frame_count_in, av_ts2timestr(in->pts, &inlink->time_base)); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/vf_fieldmatch.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o src/libavfilter/vf_fspp.c: In function 'filter_frame': src/libavfilter/vf_fspp.c:585:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_fspp.c:42: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o src/libavfilter/vf_idet.c: In function 'uninit': src/libavfilter/vf_idet.c:341:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:341:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:341:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:341:24: warning: too many arguments for format [-Wformat-extra-args] av_log(ctx, level, "Repeated Fields: Neither:%6"PRId64" Top:%6"PRId64" Bottom:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_idet.c:346:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:346:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:346:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:346:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:346:24: warning: too many arguments for format [-Wformat-extra-args] av_log(ctx, level, "Single frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_idet.c:352:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:352:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:352:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:352:24: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_idet.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_idet.c:352:24: warning: too many arguments for format [-Wformat-extra-args] av_log(ctx, level, "Multi frame detection: TFF:%6"PRId64" BFF:%6"PRId64" Progressive:%6"PRId64" Undetermined:%6"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.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_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o src/libavfilter/vf_mcdeint.c: In function 'filter_frame': src/libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:5446:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_mcdeint.c:193:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^~~~~~~~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:2802:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o src/libavfilter/vf_pp.c: In function 'pp_filter_frame': src/libavfilter/vf_pp.c:140:5: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp.c:29: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: src/libavfilter/vf_palettegen.c: In function 'get_palette_frame': src/libavfilter/vf_palettegen.c:353:22: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(ctx, "box #%02X [%6d..%-6d] (%6d) w:%-6"PRIu64" ranges:[%2x %2x %2x] sort by %c (already sorted:%c) ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: src/libavfilter/vf_palettegen.c:353:22: warning: format '%x' expects argument of type 'unsigned int', but argument 8 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] ff_dlog(ctx, "box #%02X [%6d..%-6d] (%6d) w:%-6"PRIu64" ranges:[%2x %2x %2x] sort by %c (already sorted:%c) ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ box_id, box->start, box->start + box->len - 1, box->len, box_weight, ~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ src/libavfilter/vf_palettegen.c:353:75: note: format string is defined here ff_dlog(ctx, "box #%02X [%6d..%-6d] (%6d) w:%-6"PRIu64" ranges:[%2x %2x %2x] sort by %c (already sorted:%c) ", ~~^ %2llx In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: src/libavfilter/vf_palettegen.c:353:22: warning: too many arguments for format [-Wformat-extra-args] ff_dlog(ctx, "box #%02X [%6d..%-6d] (%6d) w:%-6"PRIu64" ranges:[%2x %2x %2x] sort by %c (already sorted:%c) ", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ src/libavfilter/vf_palettegen.c:374:22: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(ctx, "split @ i=%-6d with w=%-6"PRIu64" (target=%6"PRIu64")\n", i, box_weight, median); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: src/libavfilter/vf_palettegen.c:374:22: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(ctx, "split @ i=%-6d with w=%-6"PRIu64" (target=%6"PRIu64")\n", i, box_weight, median); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavfilter/vf_palettegen.c:26: src/libavfilter/vf_palettegen.c:374:22: warning: too many arguments for format [-Wformat-extra-args] ff_dlog(ctx, "split @ i=%-6d with w=%-6"PRIu64" (target=%6"PRIu64")\n", i, box_weight, median); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o src/libavfilter/vf_minterpolate.c: In function 'filter_frame': src/libavfilter/vf_minterpolate.c:1172:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_VERBOSE, "Initializing out pts from input pts %"PRId64"\n", avf_in->pts); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavfilter/motion_estimation.h:24, from src/libavfilter/vf_minterpolate.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o src/libavfilter/vf_qp.c: In function 'filter_frame': src/libavfilter/vf_qp.c:113:5: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:693:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o src/libavfilter/vf_pp7.c: In function 'filter_frame': src/libavfilter/vf_pp7.c:328:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp7.c:34: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o src/libavfilter/vf_showinfo.c: In function 'filter_frame': src/libavfilter/vf_showinfo.c:186:12: warning: unknown conversion type character 'I' in format [-Wformat=] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ In file included from src/libavfilter/vf_showinfo.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_showinfo.c:186:12: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ src/libavfilter/vf_showinfo.c:188:12: inlink->frame_count_out, ~~~~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_showinfo.c:186:32: note: format string is defined here "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ~~^ %7lld src/libavfilter/vf_showinfo.c:186:12: warning: unknown conversion type character 'I' in format [-Wformat=] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ In file included from src/libavfilter/vf_showinfo.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:17: note: format string is defined here #define PRId64 "I64d" ^ src/libavfilter/vf_showinfo.c:186:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ src/libavfilter/vf_showinfo.c:189:82: av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base), frame->pkt_pos, ~~~~~~~~~~~~~~ src/libavfilter/vf_showinfo.c:187:25: note: format string is defined here "fmt:%s sar:%d/%d s:%dx%d i:%c iskey:%d type:%c ", ~^ %lld src/libavfilter/vf_showinfo.c:186:12: warning: format '%d' expects argument of type 'int', but argument 8 has type 'const char * const' [-Wformat=] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ src/libavfilter/vf_showinfo.c:190:12: desc->name, ~~~~~~~~~~ src/libavfilter/vf_showinfo.c:187:28: note: format string is defined here "fmt:%s sar:%d/%d s:%dx%d i:%c iskey:%d type:%c ", ~^ %s src/libavfilter/vf_showinfo.c:186:12: warning: too many arguments for format [-Wformat-extra-args] "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" " ^~~~~~ src/libavfilter/vf_showinfo.c:207:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "%"PRId64" ", (sum[plane] + pixelcount[plane]/2) / pixelcount[plane]); ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/vf_showinfo.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_spp.o CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o src/libavfilter/vf_spp.c: In function 'filter_frame': src/libavfilter/vf_spp.c:369:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_spp.c:38: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_tpad.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vfrdet.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 src/libavfilter/vf_vfrdet.c: In function 'uninit': src/libavfilter/vf_vfrdet.c:80:30: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "VFR:%f (%"PRIu64"/%"PRIu64")", s->vfr / (float)(s->vfr + s->cfr), s->vfr, s->cfr); ^~~~~~~~~~~ ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_vfrdet.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavfilter/vf_vfrdet.c:80:30: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, "VFR:%f (%"PRIu64"/%"PRIu64")", s->vfr / (float)(s->vfr + s->cfr), s->vfr, s->cfr); ^~~~~~~~~~~ ~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_vfrdet.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavfilter/vf_vfrdet.c:82:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, " min: %"PRId64" max: %"PRId64")", s->min_delta, s->max_delta); ^~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_vfrdet.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavfilter/vf_vfrdet.c:82:34: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx, AV_LOG_INFO, " min: %"PRId64" max: %"PRId64")", s->min_delta, s->max_delta); ^~~~~~~~~ ~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavfilter/vf_vfrdet.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavfilter/vf_xbr.o src/libavfilter/vf_uspp.c: In function 'filter': src/libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^~~ In file included from src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:5446:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ In file included from src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:2802:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ src/libavfilter/vf_uspp.c: In function 'filter_frame': src/libavfilter/vf_uspp.c:395:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44, from src/libavfilter/internal.h:28, from src/libavfilter/vf_uspp.c:34: src/libavutil/frame.h:691:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o STRIP libavfilter/x86/af_afir.o X86ASM libavfilter/x86/af_anlmdn.o CC libavfilter/x86/af_anlmdn_init.o X86ASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_anlmdn.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/scene_sad.o CC libavfilter/x86/scene_sad_init.o X86ASM libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o STRIP libavfilter/x86/colorspacedsp.o X86ASM libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/scene_sad.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_framerate_init.o STRIP libavfilter/x86/avf_showcqt.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o X86ASM libavfilter/x86/vf_hflip.o STRIP libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_hflip_init.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_idet.o X86ASM libavfilter/x86/vf_overlay.o STRIP libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_overlay_init.o X86ASM libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o STRIP libavfilter/x86/vf_maskedmerge.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_pullup_init.o X86ASM libavfilter/x86/vf_removegrain.o STRIP libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_removegrain_init.o CC libavfilter/x86/vf_spp.o STRIP libavfilter/x86/vf_overlay.o X86ASM libavfilter/x86/vf_ssim.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_stereo3d.o STRIP libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_stereo3d_init.o X86ASM libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_threshold_init.o CC libavfilter/x86/vf_tinterlace_init.o X86ASM libavfilter/x86/vf_w3fdif.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/vf_stereo3d.o CC libavfilter/yadif_common.o STRIP libavfilter/x86/vf_threshold.o AR libavformat/libavformat.a CC libavcodec/012v.o STRIP libavfilter/x86/vf_removegrain.o CC libavcodec/4xm.o CC libavcodec/8bps.o STRIP libavfilter/x86/vf_w3fdif.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 STRIP libavfilter/x86/vf_bwdif.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o STRIP libavfilter/x86/yadif-10.o CC libavcodec/aacenc_tns.o STRIP libavfilter/x86/vf_yadif.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o STRIP libavfilter/x86/yadif-16.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/arbc.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/atrac9dec.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_metadata_bsf.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o CC libavcodec/avs.o CC libavcodec/avs2_parser.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o src/libavcodec/avrndec.c: In function 'init': src/libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ In file included from src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavcodec/avrndec.c: In function 'decode_frame': src/libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^~~ In file included from src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/cbs.o CC libavcodec/cbs_av1.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_vp9.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o src/libavcodec/cbs.c: In function 'ff_cbs_trace_syntax_element': src/libavcodec/cbs.c:422:44: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(ctx->log_ctx, ctx->trace_level, "%-10d %s%*s = %"PRId64"\n", ^~~~~~~~~~~~~~~~~~ position, name, pad, bits, value); ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec2utils.o src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_color_config': src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:64:13: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:64:13: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:65:13: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:65:13: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:68:9: note: in expansion of macro 'infer' infer(color_range, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:68:9: note: in expansion of macro 'infer' infer(color_range, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:70:13: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:70:13: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:71:13: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:71:13: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_segmentation_params': src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:226:21: note: in expansion of macro 'infer' infer(segmentation_pred_prob[i], 255); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:226:21: note: in expansion of macro 'infer' infer(segmentation_pred_prob[i], 255); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:243:29: note: in expansion of macro 'infer' infer(feature_sign[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:243:29: note: in expansion of macro 'infer' infer(feature_sign[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:245:25: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:245:25: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:246:25: note: in expansion of macro 'infer' infer(feature_sign[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:246:25: note: in expansion of macro 'infer' infer(feature_sign[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9_syntax_template.c: In function 'cbs_vp9_write_uncompressed_header': src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:294:9: note: in expansion of macro 'infer' infer(header_size_in_bytes, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:294:9: note: in expansion of macro 'infer' infer(header_size_in_bytes, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:295:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0x00); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:295:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0x00); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:296:9: note: in expansion of macro 'infer' infer(loop_filter_level, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:296:9: note: in expansion of macro 'infer' infer(loop_filter_level, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:310:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0xff); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:310:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0xff); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:316:14: note: in expansion of macro 'infer' infer(intra_only, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:316:14: note: in expansion of macro 'infer' infer(intra_only, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:321:14: note: in expansion of macro 'infer' infer(reset_frame_context, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:321:14: note: in expansion of macro 'infer' infer(reset_frame_context, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:329:18: note: in expansion of macro 'infer' infer(color_space, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:329:18: note: in expansion of macro 'infer' infer(color_space, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:330:18: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:330:18: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:331:18: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:331:18: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:361:9: note: in expansion of macro 'infer' infer(refresh_frame_context, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:361:9: note: in expansion of macro 'infer' infer(refresh_frame_context, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:362:9: note: in expansion of macro 'infer' infer(frame_parallel_decoding_mode, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_vp9.c:387:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_vp9.c:390:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_vp9_syntax_template.c:362:9: note: in expansion of macro 'infer' infer(frame_parallel_decoding_mode, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_vp9.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o src/libavcodec/decode.c: In function 'compat_decode': src/libavcodec/decode.c:817:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavcodec/decode.c: In function 'avcodec_flush_buffers': src/libavcodec/decode.c:2004:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^~ In file included from src/libavcodec/decode.c:41: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ CC libavcodec/dolby_e.o CC libavcodec/dpcm.o src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_color_config': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:88:9: note: in expansion of macro 'infer' infer(mono_chrome, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:88:9: note: in expansion of macro 'infer' infer(mono_chrome, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:99:9: note: in expansion of macro 'infer' infer(color_primaries, AVCOL_PRI_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:99:9: note: in expansion of macro 'infer' infer(color_primaries, AVCOL_PRI_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:100:9: note: in expansion of macro 'infer' infer(transfer_characteristics, AVCOL_TRC_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:100:9: note: in expansion of macro 'infer' infer(transfer_characteristics, AVCOL_TRC_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:101:9: note: in expansion of macro 'infer' infer(matrix_coefficients, AVCOL_SPC_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:101:9: note: in expansion of macro 'infer' infer(matrix_coefficients, AVCOL_SPC_UNSPECIFIED); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:107:9: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:107:9: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:108:9: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:108:9: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:109:9: note: in expansion of macro 'infer' infer(chroma_sample_position, AV1_CSP_UNKNOWN); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:109:9: note: in expansion of macro 'infer' infer(chroma_sample_position, AV1_CSP_UNKNOWN); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:110:9: note: in expansion of macro 'infer' infer(separate_uv_delta_q, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:110:9: note: in expansion of macro 'infer' infer(separate_uv_delta_q, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:115:9: note: in expansion of macro 'infer' infer(color_range, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:115:9: note: in expansion of macro 'infer' infer(color_range, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:116:9: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:116:9: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:117:9: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:117:9: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:124:13: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:124:13: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:125:13: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:125:13: note: in expansion of macro 'infer' infer(subsampling_y, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:127:13: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:127:13: note: in expansion of macro 'infer' infer(subsampling_x, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:128:13: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:128:13: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:135:21: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:135:21: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:137:17: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:137:17: note: in expansion of macro 'infer' infer(subsampling_x, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:138:17: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:138:17: note: in expansion of macro 'infer' infer(subsampling_y, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_sequence_header_obu': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:193:9: note: in expansion of macro 'infer' infer(timing_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:193:9: note: in expansion of macro 'infer' infer(timing_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:194:9: note: in expansion of macro 'infer' infer(decoder_model_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:194:9: note: in expansion of macro 'infer' infer(decoder_model_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:195:9: note: in expansion of macro 'infer' infer(initial_display_delay_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:195:9: note: in expansion of macro 'infer' infer(initial_display_delay_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:196:9: note: in expansion of macro 'infer' infer(operating_points_cnt_minus_1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:196:9: note: in expansion of macro 'infer' infer(operating_points_cnt_minus_1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:197:9: note: in expansion of macro 'infer' infer(operating_point_idc[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:197:9: note: in expansion of macro 'infer' infer(operating_point_idc[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:201:9: note: in expansion of macro 'infer' infer(seq_tier[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:201:9: note: in expansion of macro 'infer' infer(seq_tier[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:202:9: note: in expansion of macro 'infer' infer(decoder_model_present_for_this_op[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:202:9: note: in expansion of macro 'infer' infer(decoder_model_present_for_this_op[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:203:9: note: in expansion of macro 'infer' infer(initial_display_delay_present_for_this_op[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:203:9: note: in expansion of macro 'infer' infer(initial_display_delay_present_for_this_op[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:216:13: note: in expansion of macro 'infer' infer(decoder_model_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:216:13: note: in expansion of macro 'infer' infer(decoder_model_info_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:229:17: note: in expansion of macro 'infer' infer(seq_tier[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:229:17: note: in expansion of macro 'infer' infer(seq_tier[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:240:17: note: in expansion of macro 'infer' infer(decoder_model_present_for_this_op[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:240:17: note: in expansion of macro 'infer' infer(decoder_model_present_for_this_op[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:258:9: note: in expansion of macro 'infer' infer(frame_id_numbers_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:258:9: note: in expansion of macro 'infer' infer(frame_id_numbers_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:271:9: note: in expansion of macro 'infer' infer(enable_intraintra_compound, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:271:9: note: in expansion of macro 'infer' infer(enable_intraintra_compound, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:272:9: note: in expansion of macro 'infer' infer(enable_masked_compound, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:272:9: note: in expansion of macro 'infer' infer(enable_masked_compound, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:273:9: note: in expansion of macro 'infer' infer(enable_warped_motion, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:273:9: note: in expansion of macro 'infer' infer(enable_warped_motion, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:274:9: note: in expansion of macro 'infer' infer(enable_dual_filter, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:274:9: note: in expansion of macro 'infer' infer(enable_dual_filter, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:275:9: note: in expansion of macro 'infer' infer(enable_order_hint, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:275:9: note: in expansion of macro 'infer' infer(enable_order_hint, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:276:9: note: in expansion of macro 'infer' infer(enable_jnt_comp, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:276:9: note: in expansion of macro 'infer' infer(enable_jnt_comp, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:277:9: note: in expansion of macro 'infer' infer(enable_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:277:9: note: in expansion of macro 'infer' infer(enable_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:279:9: note: in expansion of macro 'infer' infer(seq_force_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:279:9: note: in expansion of macro 'infer' infer(seq_force_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:281:9: note: in expansion of macro 'infer' infer(seq_force_integer_mv, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:281:9: note: in expansion of macro 'infer' infer(seq_force_integer_mv, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:294:13: note: in expansion of macro 'infer' infer(enable_jnt_comp, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:294:13: note: in expansion of macro 'infer' infer(enable_jnt_comp, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:295:13: note: in expansion of macro 'infer' infer(enable_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:295:13: note: in expansion of macro 'infer' infer(enable_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:300:13: note: in expansion of macro 'infer' infer(seq_force_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:300:13: note: in expansion of macro 'infer' infer(seq_force_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:307:17: note: in expansion of macro 'infer' infer(seq_force_integer_mv, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:307:17: note: in expansion of macro 'infer' infer(seq_force_integer_mv, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:312:13: note: in expansion of macro 'infer' infer(seq_force_integer_mv, AV1_SELECT_INTEGER_MV); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:312:13: note: in expansion of macro 'infer' infer(seq_force_integer_mv, AV1_SELECT_INTEGER_MV); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_superres_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:352:9: note: in expansion of macro 'infer' infer(use_superres, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:352:9: note: in expansion of macro 'infer' infer(use_superres, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_interpolation_filter': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:459:9: note: in expansion of macro 'infer' infer(interpolation_filter, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:459:9: note: in expansion of macro 'infer' infer(interpolation_filter, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_tile_info': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:556:9: note: in expansion of macro 'infer' infer(context_update_tile_id, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:556:9: note: in expansion of macro 'infer' infer(context_update_tile_id, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_quantization_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:580:13: note: in expansion of macro 'infer' infer(diff_uv_delta, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:580:13: note: in expansion of macro 'infer' infer(diff_uv_delta, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:589:13: note: in expansion of macro 'infer' infer(delta_q_v_dc, current->delta_q_u_dc); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:589:13: note: in expansion of macro 'infer' infer(delta_q_v_dc, current->delta_q_u_dc); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:590:13: note: in expansion of macro 'infer' infer(delta_q_v_ac, current->delta_q_u_ac); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:590:13: note: in expansion of macro 'infer' infer(delta_q_v_ac, current->delta_q_u_ac); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:593:9: note: in expansion of macro 'infer' infer(delta_q_u_dc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:593:9: note: in expansion of macro 'infer' infer(delta_q_u_dc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:594:9: note: in expansion of macro 'infer' infer(delta_q_u_ac, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:594:9: note: in expansion of macro 'infer' infer(delta_q_u_ac, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:595:9: note: in expansion of macro 'infer' infer(delta_q_v_dc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:595:9: note: in expansion of macro 'infer' infer(delta_q_v_dc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:596:9: note: in expansion of macro 'infer' infer(delta_q_v_ac, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:596:9: note: in expansion of macro 'infer' infer(delta_q_v_ac, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:606:13: note: in expansion of macro 'infer' infer(qm_v, current->qm_u); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:606:13: note: in expansion of macro 'infer' infer(qm_v, current->qm_u); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_segmentation_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:623:13: note: in expansion of macro 'infer' infer(segmentation_update_map, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:623:13: note: in expansion of macro 'infer' infer(segmentation_update_map, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:624:13: note: in expansion of macro 'infer' infer(segmentation_temporal_update, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:624:13: note: in expansion of macro 'infer' infer(segmentation_temporal_update, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:625:13: note: in expansion of macro 'infer' infer(segmentation_update_data, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:625:13: note: in expansion of macro 'infer' infer(segmentation_update_data, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:631:17: note: in expansion of macro 'infer' infer(segmentation_temporal_update, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:631:17: note: in expansion of macro 'infer' infer(segmentation_temporal_update, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:646:25: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:646:25: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:654:17: note: in expansion of macro 'infer' infer(feature_enabled[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:654:17: note: in expansion of macro 'infer' infer(feature_enabled[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:655:17: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:655:17: note: in expansion of macro 'infer' infer(feature_value[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_delta_q_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:671:9: note: in expansion of macro 'infer' infer(delta_q_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:671:9: note: in expansion of macro 'infer' infer(delta_q_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_delta_lf_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:688:13: note: in expansion of macro 'infer' infer(delta_lf_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:688:13: note: in expansion of macro 'infer' infer(delta_lf_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:693:13: note: in expansion of macro 'infer' infer(delta_lf_res, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:693:13: note: in expansion of macro 'infer' infer(delta_lf_res, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:694:13: note: in expansion of macro 'infer' infer(delta_lf_multi, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:694:13: note: in expansion of macro 'infer' infer(delta_lf_multi, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:697:9: note: in expansion of macro 'infer' infer(delta_lf_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:697:9: note: in expansion of macro 'infer' infer(delta_lf_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:698:9: note: in expansion of macro 'infer' infer(delta_lf_res, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:698:9: note: in expansion of macro 'infer' infer(delta_lf_res, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:699:9: note: in expansion of macro 'infer' infer(delta_lf_multi, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:699:9: note: in expansion of macro 'infer' infer(delta_lf_multi, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_loop_filter_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:712:9: note: in expansion of macro 'infer' infer(loop_filter_level[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:712:9: note: in expansion of macro 'infer' infer(loop_filter_level[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:713:9: note: in expansion of macro 'infer' infer(loop_filter_level[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:713:9: note: in expansion of macro 'infer' infer(loop_filter_level[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:714:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_INTRA], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:714:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_INTRA], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:715:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:715:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:716:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST2], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:716:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST2], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:717:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST3], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:717:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST3], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:718:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_BWDREF], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:718:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_BWDREF], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:719:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_GOLDEN], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:719:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_GOLDEN], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:720:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:720:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:721:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF2], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:721:9: note: in expansion of macro 'infer' infer(loop_filter_ref_deltas[AV1_REF_FRAME_ALTREF2], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:723:13: note: in expansion of macro 'infer' infer(loop_filter_mode_deltas[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:723:13: note: in expansion of macro 'infer' infer(loop_filter_mode_deltas[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_cdef_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:769:9: note: in expansion of macro 'infer' infer(cdef_damping_minus_3, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:769:9: note: in expansion of macro 'infer' infer(cdef_damping_minus_3, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:770:9: note: in expansion of macro 'infer' infer(cdef_bits, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:770:9: note: in expansion of macro 'infer' infer(cdef_bits, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:771:9: note: in expansion of macro 'infer' infer(cdef_y_pri_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:771:9: note: in expansion of macro 'infer' infer(cdef_y_pri_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:772:9: note: in expansion of macro 'infer' infer(cdef_y_sec_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:772:9: note: in expansion of macro 'infer' infer(cdef_y_sec_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:773:9: note: in expansion of macro 'infer' infer(cdef_uv_pri_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:773:9: note: in expansion of macro 'infer' infer(cdef_uv_pri_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:774:9: note: in expansion of macro 'infer' infer(cdef_uv_sec_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:774:9: note: in expansion of macro 'infer' infer(cdef_uv_sec_strength[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_lr_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:829:13: note: in expansion of macro 'infer' infer(lr_uv_shift, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:829:13: note: in expansion of macro 'infer' infer(lr_uv_shift, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_read_tx_mode': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:843:9: note: in expansion of macro 'infer' infer(tx_mode, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:843:9: note: in expansion of macro 'infer' infer(tx_mode, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_frame_reference_mode': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:857:9: note: in expansion of macro 'infer' infer(reference_select, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:857:9: note: in expansion of macro 'infer' infer(reference_select, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_skip_mode_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:939:9: note: in expansion of macro 'infer' infer(skip_mode_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:939:9: note: in expansion of macro 'infer' infer(skip_mode_present, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_film_grain_params': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1040:9: note: in expansion of macro 'infer' infer(update_grain, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1040:9: note: in expansion of macro 'infer' infer(update_grain, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1054:9: note: in expansion of macro 'infer' infer(chroma_scaling_from_luma, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1054:9: note: in expansion of macro 'infer' infer(chroma_scaling_from_luma, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1063:9: note: in expansion of macro 'infer' infer(num_cb_points, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1063:9: note: in expansion of macro 'infer' infer(num_cb_points, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1064:9: note: in expansion of macro 'infer' infer(num_cr_points, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1064:9: note: in expansion of macro 'infer' infer(num_cr_points, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_uncompressed_header': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1135:9: note: in expansion of macro 'infer' infer(show_existing_frame, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1135:9: note: in expansion of macro 'infer' infer(show_existing_frame, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1136:9: note: in expansion of macro 'infer' infer(frame_type, AV1_FRAME_KEY); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1136:9: note: in expansion of macro 'infer' infer(frame_type, AV1_FRAME_KEY); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1137:9: note: in expansion of macro 'infer' infer(show_frame, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1137:9: note: in expansion of macro 'infer' infer(show_frame, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1138:9: note: in expansion of macro 'infer' infer(showable_frame, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1138:9: note: in expansion of macro 'infer' infer(showable_frame, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1160:17: note: in expansion of macro 'infer' infer(refresh_frame_flags, all_frames); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1160:17: note: in expansion of macro 'infer' infer(refresh_frame_flags, all_frames); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1162:17: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1162:17: note: in expansion of macro 'infer' infer(refresh_frame_flags, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1179:13: note: in expansion of macro 'infer' infer(showable_frame, current->frame_type != AV1_FRAME_KEY); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1179:13: note: in expansion of macro 'infer' infer(showable_frame, current->frame_type != AV1_FRAME_KEY); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1185:13: note: in expansion of macro 'infer' infer(error_resilient_mode, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1185:13: note: in expansion of macro 'infer' infer(error_resilient_mode, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1203:9: note: in expansion of macro 'infer' infer(allow_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1203:9: note: in expansion of macro 'infer' infer(allow_screen_content_tools, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1210:13: note: in expansion of macro 'infer' infer(force_integer_mv, seq->seq_force_integer_mv); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1210:13: note: in expansion of macro 'infer' infer(force_integer_mv, seq->seq_force_integer_mv); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1212:9: note: in expansion of macro 'infer' infer(force_integer_mv, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1212:9: note: in expansion of macro 'infer' infer(force_integer_mv, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1234:9: note: in expansion of macro 'infer' infer(current_frame_id, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1234:9: note: in expansion of macro 'infer' infer(current_frame_id, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1238:9: note: in expansion of macro 'infer' infer(frame_size_override_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1238:9: note: in expansion of macro 'infer' infer(frame_size_override_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1240:9: note: in expansion of macro 'infer' infer(frame_size_override_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1240:9: note: in expansion of macro 'infer' infer(frame_size_override_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1249:9: note: in expansion of macro 'infer' infer(order_hint, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1249:9: note: in expansion of macro 'infer' infer(order_hint, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1252:9: note: in expansion of macro 'infer' infer(primary_ref_frame, AV1_PRIMARY_REF_NONE); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1252:9: note: in expansion of macro 'infer' infer(primary_ref_frame, AV1_PRIMARY_REF_NONE); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1276:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, all_frames); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1276:9: note: in expansion of macro 'infer' infer(refresh_frame_flags, all_frames); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1299:13: note: in expansion of macro 'infer' infer(allow_intrabc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1299:13: note: in expansion of macro 'infer' infer(allow_intrabc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1303:13: note: in expansion of macro 'infer' infer(frame_refs_short_signaling, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1303:13: note: in expansion of macro 'infer' infer(frame_refs_short_signaling, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1312:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], current->last_frame_idx); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1312:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], current->last_frame_idx); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1315:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], current->golden_frame_idx); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1315:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], current->golden_frame_idx); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1317:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1317:25: note: in expansion of macro 'infer' infer(ref_frame_idx[i], -1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1340:13: note: in expansion of macro 'infer' infer(allow_high_precision_mv, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1340:13: note: in expansion of macro 'infer' infer(allow_high_precision_mv, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1350:13: note: in expansion of macro 'infer' infer(use_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1350:13: note: in expansion of macro 'infer' infer(use_ref_frame_mvs, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1354:9: note: in expansion of macro 'infer' infer(allow_intrabc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1354:9: note: in expansion of macro 'infer' infer(allow_intrabc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1362:9: note: in expansion of macro 'infer' infer(disable_frame_end_update_cdf, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1362:9: note: in expansion of macro 'infer' infer(disable_frame_end_update_cdf, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1424:9: note: in expansion of macro 'infer' infer(allow_warped_motion, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1424:9: note: in expansion of macro 'infer' infer(allow_warped_motion, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1_syntax_template.c: In function 'cbs_av1_write_tile_group_obu': src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1569:9: note: in expansion of macro 'infer' infer(tile_start_and_end_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1569:9: note: in expansion of macro 'infer' infer(tile_start_and_end_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1572:9: note: in expansion of macro 'infer' infer(tg_start, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1572:9: note: in expansion of macro 'infer' infer(tg_start, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1573:9: note: in expansion of macro 'infer' infer(tg_end, num_tiles - 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c:753:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_av1.c:756:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1_syntax_template.c:1573:9: note: in expansion of macro 'infer' infer(tg_end, num_tiles - 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_av1.c: In function 'cbs_av1_split_fragment': src/libavcodec/cbs_av1.c:833:48: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(ctx->log_ctx, AV_LOG_ERROR, "Invalid OBU length: " ^~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/cbs_av1.c:835:20: obu_length, size); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_av1.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" CC libavcodec/dpx.o CC libavcodec/dpx_parser.o src/libavcodec/dcaenc.c: In function 'encode_init': src/libavcodec/dcaenc.c:230:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Bit rate %"PRId64" not supported.", avctx->bit_rate); ^~~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/dcaenc.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o src/libavcodec/dnxhddec.c:148:20: warning: 'dnxhd_decode_init_thread_copy' defined but not used [-Wunused-function] static av_cold int dnxhd_decode_init_thread_copy(AVCodecContext *avctx) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c: In function 'dvbsub_parse': src/libavcodec/dvbsub_parser.c:62:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c:62:20: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]); ~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c:62:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c:62:20: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]); ~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c:62:20: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/mem.h:35, from src/libavcodec/dvbsub_parser.c:26: src/libavcodec/dvbsub_parser.c:62:20: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(avctx, "DVB parse packet pts=%"PRIx64", lpts=%"PRIx64", cpts=%"PRIx64":\n", ^~~~~~~~~~~~~~~~~~~~~~~~ s->pts, s->last_pts, s->cur_frame_pts[s->cur_frame_start_index]); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavcodec/dvbsub_parser.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/eac3_core_bsf.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: src/libavcodec/dvdsubdec.c: In function 'decode_dvd_subtitles': src/libavcodec/dvdsubdec.c:322:31: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: src/libavcodec/dvdsubdec.c:322:31: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: src/libavcodec/dvdsubdec.c:322:31: warning: too many arguments for format [-Wformat-extra-args] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ src/libavcodec/dvdsubdec.c:330:31: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: src/libavcodec/dvdsubdec.c:330:31: warning: unknown conversion type character 'I' in format [-Wformat=] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:17: note: format string is defined here #define PRIx64 "I64x" ^ In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/dvdsubdec.c:22: src/libavcodec/dvdsubdec.c:330:31: warning: too many arguments for format [-Wformat-extra-args] ff_dlog(NULL, "offset1=0x%04"PRIx64" offset2=0x%04"PRIx64"\n", offset1, offset2); ^~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/elsdec.o CC libavcodec/encode.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o src/libavcodec/encode.c: In function 'ff_alloc_packet2': src/libavcodec/encode.c:39:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Invalid minimum required packet size %"PRId64" (max allowed is %d)\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ size, INT_MAX - AV_INPUT_BUFFER_PADDING_SIZE); ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/encode.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/encode.c:57:41: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "User packet is too small (%d < %"PRId64")\n", avpkt->size, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/encode.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/encode.c:68:41: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Failed to allocate packet of size %"PRId64"\n", size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/encode.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/encode.c: In function 'do_encode': src/libavcodec/encode.c:365:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^~~ src/libavcodec/encode.c:258:25: note: declared here int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/encode.c:368:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^~~ src/libavcodec/encode.c:118:25: note: declared here int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/exr.o CC libavcodec/exrdsp.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/filter_units_bsf.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_vui_parameters': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:124:9: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:124:9: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:142:9: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:142:9: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:143:9: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:143:9: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:144:9: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:144:9: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:145:9: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:145:9: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:146:9: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:146:9: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:154:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:154:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:155:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:155:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:164:9: note: in expansion of macro 'infer' infer(fixed_frame_rate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:164:9: note: in expansion of macro 'infer' infer(fixed_frame_rate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:179:9: note: in expansion of macro 'infer' infer(low_delay_hrd_flag, 1 - current->fixed_frame_rate_flag); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:179:9: note: in expansion of macro 'infer' infer(low_delay_hrd_flag, 1 - current->fixed_frame_rate_flag); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:195:9: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:195:9: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:196:9: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:196:9: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:197:9: note: in expansion of macro 'infer' infer(max_bits_per_mb_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:197:9: note: in expansion of macro 'infer' infer(max_bits_per_mb_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:198:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:198:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:199:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:199:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:205:13: note: in expansion of macro 'infer' infer(max_num_reorder_frames, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:205:13: note: in expansion of macro 'infer' infer(max_num_reorder_frames, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:206:13: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:206:13: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:208:13: note: in expansion of macro 'infer' infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:208:13: note: in expansion of macro 'infer' infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:209:13: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:209:13: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_vui_parameters_default': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:220:5: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:220:5: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:222:5: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:222:5: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:223:5: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:223:5: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:224:5: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:224:5: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:225:5: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:225:5: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:226:5: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:226:5: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:228:5: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:228:5: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:229:5: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:229:5: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:231:5: note: in expansion of macro 'infer' infer(fixed_frame_rate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:231:5: note: in expansion of macro 'infer' infer(fixed_frame_rate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:232:5: note: in expansion of macro 'infer' infer(low_delay_hrd_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:232:5: note: in expansion of macro 'infer' infer(low_delay_hrd_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:234:5: note: in expansion of macro 'infer' infer(pic_struct_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:234:5: note: in expansion of macro 'infer' infer(pic_struct_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:236:5: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:236:5: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:237:5: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:237:5: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:238:5: note: in expansion of macro 'infer' infer(max_bits_per_mb_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:238:5: note: in expansion of macro 'infer' infer(max_bits_per_mb_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:239:5: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:239:5: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:240:5: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:240:5: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:246:9: note: in expansion of macro 'infer' infer(max_num_reorder_frames, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:246:9: note: in expansion of macro 'infer' infer(max_num_reorder_frames, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:247:9: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:247:9: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:249:9: note: in expansion of macro 'infer' infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:249:9: note: in expansion of macro 'infer' infer(max_num_reorder_frames, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:250:9: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:250:9: note: in expansion of macro 'infer' infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_sps': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:291:13: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:291:13: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:315:9: note: in expansion of macro 'infer' infer(chroma_format_idc, current->profile_idc == 183 ? 0 : 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:315:9: note: in expansion of macro 'infer' infer(chroma_format_idc, current->profile_idc == 183 ? 0 : 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:317:9: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:317:9: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:318:9: note: in expansion of macro 'infer' infer(bit_depth_luma_minus8, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:318:9: note: in expansion of macro 'infer' infer(bit_depth_luma_minus8, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:319:9: note: in expansion of macro 'infer' infer(bit_depth_chroma_minus8, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:319:9: note: in expansion of macro 'infer' infer(bit_depth_chroma_minus8, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_pps': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:499:9: note: in expansion of macro 'infer' infer(transform_8x8_mode_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:499:9: note: in expansion of macro 'infer' infer(transform_8x8_mode_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:500:9: note: in expansion of macro 'infer' infer(pic_scaling_matrix_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:500:9: note: in expansion of macro 'infer' infer(pic_scaling_matrix_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:501:9: note: in expansion of macro 'infer' infer(second_chroma_qp_index_offset, current->chroma_qp_index_offset); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:501:9: note: in expansion of macro 'infer' infer(second_chroma_qp_index_offset, current->chroma_qp_index_offset); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_sei_pic_timestamp': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:598:9: note: in expansion of macro 'infer' infer(time_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:598:9: note: in expansion of macro 'infer' infer(time_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h264_syntax_template.c: In function 'cbs_h264_write_slice_header': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1242:13: note: in expansion of macro 'infer' infer(bottom_field_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1242:13: note: in expansion of macro 'infer' infer(bottom_field_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1244:9: note: in expansion of macro 'infer' infer(field_pic_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1244:9: note: in expansion of macro 'infer' infer(field_pic_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1245:9: note: in expansion of macro 'infer' infer(bottom_field_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1245:9: note: in expansion of macro 'infer' infer(bottom_field_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1265:17: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1265:17: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1267:13: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1267:13: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[0], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1268:13: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1268:13: note: in expansion of macro 'infer' infer(delta_pic_order_cnt[1], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1275:9: note: in expansion of macro 'infer' infer(redundant_pic_cnt, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1275:9: note: in expansion of macro 'infer' infer(redundant_pic_cnt, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1292:13: note: in expansion of macro 'infer' infer(num_ref_idx_l0_active_minus1, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1292:13: note: in expansion of macro 'infer' infer(num_ref_idx_l0_active_minus1, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1294:13: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1294:13: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1335:13: note: in expansion of macro 'infer' infer(slice_alpha_c0_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1335:13: note: in expansion of macro 'infer' infer(slice_alpha_c0_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1336:13: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1336:13: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1339:9: note: in expansion of macro 'infer' infer(disable_deblocking_filter_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1339:9: note: in expansion of macro 'infer' infer(disable_deblocking_filter_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1340:9: note: in expansion of macro 'infer' infer(slice_alpha_c0_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1340:9: note: in expansion of macro 'infer' infer(slice_alpha_c0_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1341:9: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h264_syntax_template.c:1341:9: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_hrd_parameters': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:283:13: note: in expansion of macro 'infer' infer(sub_pic_hrd_params_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:283:13: note: in expansion of macro 'infer' infer(sub_pic_hrd_params_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:285:13: note: in expansion of macro 'infer' infer(initial_cpb_removal_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:285:13: note: in expansion of macro 'infer' infer(initial_cpb_removal_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:286:13: note: in expansion of macro 'infer' infer(au_cpb_removal_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:286:13: note: in expansion of macro 'infer' infer(au_cpb_removal_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:287:13: note: in expansion of macro 'infer' infer(dpb_output_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:287:13: note: in expansion of macro 'infer' infer(dpb_output_delay_length_minus1, 23); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:297:13: note: in expansion of macro 'infer' infer(fixed_pic_rate_within_cvs_flag[i], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:297:13: note: in expansion of macro 'infer' infer(fixed_pic_rate_within_cvs_flag[i], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:301:13: note: in expansion of macro 'infer' infer(low_delay_hrd_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:301:13: note: in expansion of macro 'infer' infer(low_delay_hrd_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:308:13: note: in expansion of macro 'infer' infer(cpb_cnt_minus1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:308:13: note: in expansion of macro 'infer' infer(cpb_cnt_minus1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_vui_parameters': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:332:9: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:332:9: note: in expansion of macro 'infer' infer(aspect_ratio_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:349:13: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:349:13: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:350:13: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:350:13: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:351:13: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:351:13: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:354:9: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:354:9: note: in expansion of macro 'infer' infer(video_format, 5); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:355:9: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:355:9: note: in expansion of macro 'infer' infer(video_full_range_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:356:9: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:356:9: note: in expansion of macro 'infer' infer(colour_primaries, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:357:9: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:357:9: note: in expansion of macro 'infer' infer(transfer_characteristics, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:358:9: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:358:9: note: in expansion of macro 'infer' infer(matrix_coefficients, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:366:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:366:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_top_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:367:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:367:9: note: in expansion of macro 'infer' infer(chroma_sample_loc_type_bottom_field, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:408:9: note: in expansion of macro 'infer' infer(tiles_fixed_structure_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:408:9: note: in expansion of macro 'infer' infer(tiles_fixed_structure_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:409:9: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:409:9: note: in expansion of macro 'infer' infer(motion_vectors_over_pic_boundaries_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:410:9: note: in expansion of macro 'infer' infer(min_spatial_segmentation_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:410:9: note: in expansion of macro 'infer' infer(min_spatial_segmentation_idc, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:411:9: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:411:9: note: in expansion of macro 'infer' infer(max_bytes_per_pic_denom, 2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:412:9: note: in expansion of macro 'infer' infer(max_bits_per_min_cu_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:412:9: note: in expansion of macro 'infer' infer(max_bits_per_min_cu_denom, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:413:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:413:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_horizontal, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:414:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:414:9: note: in expansion of macro 'infer' infer(log2_max_mv_length_vertical, 15); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_vps': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:463:13: note: in expansion of macro 'infer' infer(vps_max_dec_pic_buffering_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:463:13: note: in expansion of macro 'infer' infer(vps_max_dec_pic_buffering_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:465:13: note: in expansion of macro 'infer' infer(vps_max_num_reorder_pics[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:465:13: note: in expansion of macro 'infer' infer(vps_max_num_reorder_pics[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:467:13: note: in expansion of macro 'infer' infer(vps_max_latency_increase_plus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:467:13: note: in expansion of macro 'infer' infer(vps_max_latency_increase_plus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:479:9: note: in expansion of macro 'infer' infer(layer_id_included_flag[0][j], j == 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:479:9: note: in expansion of macro 'infer' infer(layer_id_included_flag[0][j], j == 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:496:17: note: in expansion of macro 'infer' infer(cprms_present_flag[0], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:496:17: note: in expansion of macro 'infer' infer(cprms_present_flag[0], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_st_ref_pic_set': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:522:9: note: in expansion of macro 'infer' infer(inter_ref_pic_set_prediction_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:522:9: note: in expansion of macro 'infer' infer(inter_ref_pic_set_prediction_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:536:13: note: in expansion of macro 'infer' infer(delta_idx_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:536:13: note: in expansion of macro 'infer' infer(delta_idx_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:552:17: note: in expansion of macro 'infer' infer(use_delta_flag[j], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:552:17: note: in expansion of macro 'infer' infer(use_delta_flag[j], 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:604:9: note: in expansion of macro 'infer' infer(num_negative_pics, i); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:604:9: note: in expansion of macro 'infer' infer(num_negative_pics, i); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:606:13: note: in expansion of macro 'infer' infer(delta_poc_s0_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:606:13: note: in expansion of macro 'infer' infer(delta_poc_s0_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:608:13: note: in expansion of macro 'infer' infer(used_by_curr_pic_s0_flag[i], used_by_curr_pic_s0[i]); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:608:13: note: in expansion of macro 'infer' infer(used_by_curr_pic_s0_flag[i], used_by_curr_pic_s0[i]); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:633:9: note: in expansion of macro 'infer' infer(num_positive_pics, i); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:633:9: note: in expansion of macro 'infer' infer(num_positive_pics, i); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:635:13: note: in expansion of macro 'infer' infer(delta_poc_s1_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:635:13: note: in expansion of macro 'infer' infer(delta_poc_s1_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:637:13: note: in expansion of macro 'infer' infer(used_by_curr_pic_s1_flag[i], used_by_curr_pic_s1[i]); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:637:13: note: in expansion of macro 'infer' infer(used_by_curr_pic_s1_flag[i], used_by_curr_pic_s1[i]); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_sps': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:783:9: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:783:9: note: in expansion of macro 'infer' infer(separate_colour_plane_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:795:9: note: in expansion of macro 'infer' infer(conf_win_left_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:795:9: note: in expansion of macro 'infer' infer(conf_win_left_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:796:9: note: in expansion of macro 'infer' infer(conf_win_right_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:796:9: note: in expansion of macro 'infer' infer(conf_win_right_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:797:9: note: in expansion of macro 'infer' infer(conf_win_top_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:797:9: note: in expansion of macro 'infer' infer(conf_win_top_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:798:9: note: in expansion of macro 'infer' infer(conf_win_bottom_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:798:9: note: in expansion of macro 'infer' infer(conf_win_bottom_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:819:13: note: in expansion of macro 'infer' infer(sps_max_dec_pic_buffering_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:819:13: note: in expansion of macro 'infer' infer(sps_max_dec_pic_buffering_minus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:821:13: note: in expansion of macro 'infer' infer(sps_max_num_reorder_pics[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:821:13: note: in expansion of macro 'infer' infer(sps_max_num_reorder_pics[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:823:13: note: in expansion of macro 'infer' infer(sps_max_latency_increase_plus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:823:13: note: in expansion of macro 'infer' infer(sps_max_latency_increase_plus1[i], ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:861:9: note: in expansion of macro 'infer' infer(sps_scaling_list_data_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:861:9: note: in expansion of macro 'infer' infer(sps_scaling_list_data_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pps_scc_extension': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:971:9: note: in expansion of macro 'infer' infer(pps_slice_act_qp_offsets_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:971:9: note: in expansion of macro 'infer' infer(pps_slice_act_qp_offsets_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:972:9: note: in expansion of macro 'infer' infer(pps_act_y_qp_offset_plus5, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:972:9: note: in expansion of macro 'infer' infer(pps_act_y_qp_offset_plus5, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:973:9: note: in expansion of macro 'infer' infer(pps_act_cb_qp_offset_plus5, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:973:9: note: in expansion of macro 'infer' infer(pps_act_cb_qp_offset_plus5, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:974:9: note: in expansion of macro 'infer' infer(pps_act_cr_qp_offset_plus3, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:974:9: note: in expansion of macro 'infer' infer(pps_act_cr_qp_offset_plus3, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pps': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1037:9: note: in expansion of macro 'infer' infer(diff_cu_qp_delta_depth, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1037:9: note: in expansion of macro 'infer' infer(diff_cu_qp_delta_depth, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1062:9: note: in expansion of macro 'infer' infer(num_tile_columns_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1062:9: note: in expansion of macro 'infer' infer(num_tile_columns_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1063:9: note: in expansion of macro 'infer' infer(num_tile_rows_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1063:9: note: in expansion of macro 'infer' infer(num_tile_rows_minus1, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1075:13: note: in expansion of macro 'infer' infer(pps_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1075:13: note: in expansion of macro 'infer' infer(pps_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1076:13: note: in expansion of macro 'infer' infer(pps_tc_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1076:13: note: in expansion of macro 'infer' infer(pps_tc_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1079:9: note: in expansion of macro 'infer' infer(deblocking_filter_override_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1079:9: note: in expansion of macro 'infer' infer(deblocking_filter_override_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1080:9: note: in expansion of macro 'infer' infer(pps_deblocking_filter_disabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1080:9: note: in expansion of macro 'infer' infer(pps_deblocking_filter_disabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1081:9: note: in expansion of macro 'infer' infer(pps_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1081:9: note: in expansion of macro 'infer' infer(pps_beta_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1082:9: note: in expansion of macro 'infer' infer(pps_tc_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1082:9: note: in expansion of macro 'infer' infer(pps_tc_offset_div2, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_pred_weight_table': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1176:9: note: in expansion of macro 'infer' infer(delta_chroma_log2_weight_denom, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1176:9: note: in expansion of macro 'infer' infer(delta_chroma_log2_weight_denom, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1182:13: note: in expansion of macro 'infer' infer(luma_weight_l0_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1182:13: note: in expansion of macro 'infer' infer(luma_weight_l0_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1189:17: note: in expansion of macro 'infer' infer(chroma_weight_l0_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1189:17: note: in expansion of macro 'infer' infer(chroma_weight_l0_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1200:13: note: in expansion of macro 'infer' infer(delta_luma_weight_l0[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1200:13: note: in expansion of macro 'infer' infer(delta_luma_weight_l0[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1201:13: note: in expansion of macro 'infer' infer(luma_offset_l0[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1201:13: note: in expansion of macro 'infer' infer(luma_offset_l0[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1212:17: note: in expansion of macro 'infer' infer(delta_chroma_weight_l0[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1212:17: note: in expansion of macro 'infer' infer(delta_chroma_weight_l0[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1213:17: note: in expansion of macro 'infer' infer(chroma_offset_l0[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1213:17: note: in expansion of macro 'infer' infer(chroma_offset_l0[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1223:17: note: in expansion of macro 'infer' infer(luma_weight_l1_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1223:17: note: in expansion of macro 'infer' infer(luma_weight_l1_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1230:21: note: in expansion of macro 'infer' infer(chroma_weight_l1_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1230:21: note: in expansion of macro 'infer' infer(chroma_weight_l1_flag[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1241:17: note: in expansion of macro 'infer' infer(delta_luma_weight_l1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1241:17: note: in expansion of macro 'infer' infer(delta_luma_weight_l1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1242:17: note: in expansion of macro 'infer' infer(luma_offset_l1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1242:17: note: in expansion of macro 'infer' infer(luma_offset_l1[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1253:21: note: in expansion of macro 'infer' infer(delta_chroma_weight_l1[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1253:21: note: in expansion of macro 'infer' infer(delta_chroma_weight_l1[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1254:21: note: in expansion of macro 'infer' infer(chroma_offset_l1[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1254:21: note: in expansion of macro 'infer' infer(chroma_offset_l1[i][j], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_slice_segment_header': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1316:13: note: in expansion of macro 'infer' infer(dependent_slice_segment_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1316:13: note: in expansion of macro 'infer' infer(dependent_slice_segment_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1319:9: note: in expansion of macro 'infer' infer(dependent_slice_segment_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1319:9: note: in expansion of macro 'infer' infer(dependent_slice_segment_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1352:17: note: in expansion of macro 'infer' infer(short_term_ref_pic_set_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1352:17: note: in expansion of macro 'infer' infer(short_term_ref_pic_set_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1371:21: note: in expansion of macro 'infer' infer(num_long_term_sps, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1371:21: note: in expansion of macro 'infer' infer(num_long_term_sps, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1395:25: note: in expansion of macro 'infer' infer(delta_poc_msb_cycle_lt[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1395:25: note: in expansion of macro 'infer' infer(delta_poc_msb_cycle_lt[i], 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1402:17: note: in expansion of macro 'infer' infer(slice_temporal_mvp_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1402:17: note: in expansion of macro 'infer' infer(slice_temporal_mvp_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1413:17: note: in expansion of macro 'infer' infer(slice_sao_chroma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1413:17: note: in expansion of macro 'infer' infer(slice_sao_chroma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1415:13: note: in expansion of macro 'infer' infer(slice_sao_luma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1415:13: note: in expansion of macro 'infer' infer(slice_sao_luma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1416:13: note: in expansion of macro 'infer' infer(slice_sao_chroma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1416:13: note: in expansion of macro 'infer' infer(slice_sao_chroma_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1427:21: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1427:21: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1429:17: note: in expansion of macro 'infer' infer(num_ref_idx_l0_active_minus1, pps->num_ref_idx_l0_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1429:17: note: in expansion of macro 'infer' infer(num_ref_idx_l0_active_minus1, pps->num_ref_idx_l0_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1430:17: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1430:17: note: in expansion of macro 'infer' infer(num_ref_idx_l1_active_minus1, pps->num_ref_idx_l1_default_active_minus1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1442:17: note: in expansion of macro 'infer' infer(cabac_init_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1442:17: note: in expansion of macro 'infer' infer(cabac_init_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1447:21: note: in expansion of macro 'infer' infer(collocated_from_l0_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1447:21: note: in expansion of macro 'infer' infer(collocated_from_l0_flag, 1); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1452:25: note: in expansion of macro 'infer' infer(collocated_ref_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1452:25: note: in expansion of macro 'infer' infer(collocated_ref_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1457:25: note: in expansion of macro 'infer' infer(collocated_ref_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1457:25: note: in expansion of macro 'infer' infer(collocated_ref_idx, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1469:17: note: in expansion of macro 'infer' infer(use_integer_mv_flag, sps->motion_vector_resolution_control_idc); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1469:17: note: in expansion of macro 'infer' infer(use_integer_mv_flag, sps->motion_vector_resolution_control_idc); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1479:13: note: in expansion of macro 'infer' infer(slice_cb_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1479:13: note: in expansion of macro 'infer' infer(slice_cb_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1480:13: note: in expansion of macro 'infer' infer(slice_cr_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1480:13: note: in expansion of macro 'infer' infer(slice_cr_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1493:13: note: in expansion of macro 'infer' infer(slice_act_y_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1493:13: note: in expansion of macro 'infer' infer(slice_act_y_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1494:13: note: in expansion of macro 'infer' infer(slice_act_cb_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1494:13: note: in expansion of macro 'infer' infer(slice_act_cb_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1495:13: note: in expansion of macro 'infer' infer(slice_act_cr_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1495:13: note: in expansion of macro 'infer' infer(slice_act_cr_qp_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1500:13: note: in expansion of macro 'infer' infer(cu_chroma_qp_offset_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1500:13: note: in expansion of macro 'infer' infer(cu_chroma_qp_offset_enabled_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1505:13: note: in expansion of macro 'infer' infer(deblocking_filter_override_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1505:13: note: in expansion of macro 'infer' infer(deblocking_filter_override_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1512:17: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1512:17: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1513:17: note: in expansion of macro 'infer' infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1513:17: note: in expansion of macro 'infer' infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1516:13: note: in expansion of macro 'infer' infer(slice_deblocking_filter_disabled_flag, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1516:13: note: in expansion of macro 'infer' infer(slice_deblocking_filter_disabled_flag, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1518:13: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1518:13: note: in expansion of macro 'infer' infer(slice_beta_offset_div2, pps->pps_beta_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1519:13: note: in expansion of macro 'infer' infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1519:13: note: in expansion of macro 'infer' infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1526:13: note: in expansion of macro 'infer' infer(slice_loop_filter_across_slices_enabled_flag, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1526:13: note: in expansion of macro 'infer' infer(slice_loop_filter_across_slices_enabled_flag, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_sei_buffering_period': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1610:9: note: in expansion of macro 'infer' infer(irap_cpb_params_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1610:9: note: in expansion of macro 'infer' infer(irap_cpb_params_present_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1617:9: note: in expansion of macro 'infer' infer(cpb_delay_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1617:9: note: in expansion of macro 'infer' infer(cpb_delay_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1618:9: note: in expansion of macro 'infer' infer(dpb_delay_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1618:9: note: in expansion of macro 'infer' infer(dpb_delay_offset, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h265_syntax_template.c: In function 'cbs_h265_write_sei_pic_timing': src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1709:9: note: in expansion of macro 'infer' infer(pic_struct, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1709:9: note: in expansion of macro 'infer' infer(pic_struct, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1710:9: note: in expansion of macro 'infer' infer(source_scan_type, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1710:9: note: in expansion of macro 'infer' infer(source_scan_type, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1712:9: note: in expansion of macro 'infer' infer(duplicate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/cbs_h2645.c:374:50: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long long int' [-Wformat=] av_log(ctx->log_ctx, AV_LOG_WARNING, "Warning: " \ ^~~~~~~~~~~ src/libavcodec/cbs_h2645.c:377:51: #name, (int64_t)current->name, (int64_t)(value)); \ ~~~~~~~~~~~~~~~~ src/libavcodec/cbs_h265_syntax_template.c:1712:9: note: in expansion of macro 'infer' infer(duplicate_flag, 0); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/cbs_h2645.c:20: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/flicvideo.o src/libavcodec/flac_parser.c: In function 'check_header_mismatch': src/libavcodec/flac_parser.c:399:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "crc check failed from offset %i (frame %"PRId64") to %i (frame %"PRId64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ header->offset, header_fi->frame_or_sample_num, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/fifo.h:28, from src/libavcodec/flac_parser.c:37: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/flac_parser.c:399:20: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "crc check failed from offset %i (frame %"PRId64") to %i (frame %"PRId64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/flac_parser.c:401:35: child->offset, child_fi->frame_or_sample_num); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/fifo.h:28, from src/libavcodec/flac_parser.c:37: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/fraps.o src/libavcodec/flacdec.c: In function 'flac_decode_frame': src/libavcodec/flacdec.c:614:40: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "CRC error at PTS %"PRId64"\n", avpkt->pts); ^~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/flacdec.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1_parser.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gif_parser.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o src/libavcodec/ffv1dec.c: In function 'decode_frame': src/libavcodec/ffv1dec.c:913:52: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(f->avctx, AV_LOG_ERROR, "at %"PRId64"\n", ts); ^~~~~~ ~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/ffv1dec.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" At top level: src/libavcodec/ffv1dec.c:1013:13: warning: 'copy_fields' defined but not used [-Wunused-function] static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) ^~~~~~~~~~~ CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_levels.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_redundant_pps_bsf.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o src/libavcodec/h264_redundant_pps_bsf.c: In function 'h264_redundant_pps_filter': src/libavcodec/h264_redundant_pps_bsf.c:96:45: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_VERBOSE, "Deleting redundant PPS " ^~~~~~~~~~~~~~~~~~~~~~~~~ "at %"PRId64".\n", in->pts); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/h264_redundant_pps_bsf.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapqa_extract_bsf.o CC libavcodec/hcom.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/ilbcdec.o CC libavcodec/imc.o CC libavcodec/imgconvert.o src/libavcodec/hevcdec.c: In function 'pred_weight_table': src/libavcodec/hevcdec.c:162:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "chroma_log2_weight_denom %"PRId64" is invalid\n", chroma_log2_weight_denom); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/hevcdec.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" At top level: src/libavcodec/hevcdec.c:3236:12: warning: 'hevc_ref_frame' defined but not used [-Wunused-function] static int hevc_ref_frame(HEVCContext *s, HEVCFrame *dst, HEVCFrame *src) ^~~~~~~~~~~~~~ CC libavcodec/imm4.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/magicyuvenc.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o src/libavcodec/mlpdec.c: In function 'read_restart_header': src/libavcodec/mlpdec.c:545:16: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] "Extracting %d-channel downmix (0x%"PRIx64") from substream %d. " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/mlpdec.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavcodec/mlpdec.c:545:16: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] "Extracting %d-channel downmix (0x%"PRIx64") from substream %d. " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mlpdec.c:547:36: s->max_channel + 1, s->mask, substr); ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/mlpdec.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o src/libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': src/libavcodec/mjpegdec.c:2460:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mjpegdec.c:36: src/libavutil/frame.h:693:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o src/libavcodec/mpeg12dec.c: In function 'mpeg_decode_sequence_extension': src/libavcodec/mpeg12dec.c:1434:16: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' {aka 'long long int'} [-Wformat=] "profile: %d, level: %d ps: %d cf:%d vbv buffer: %d, bitrate:%"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mpeg12dec.c:1436:42: s->avctx->rc_buffer_size, s->bit_rate); ~~~~~~~~~~~ In file included from src/libavcodec/mpeg12dec.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/mpeg12dec.c: In function 'mpeg1_decode_sequence': src/libavcodec/mpeg12dec.c:2163:40: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s->avctx, AV_LOG_DEBUG, "vbv buffer: %d, bitrate:%"PRId64", aspect_ratio_info: %d \n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~ s->avctx->rc_buffer_size, s->bit_rate, s->aspect_ratio_info); ~~~~~~~~~~~ In file included from src/libavcodec/mpeg12dec.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o src/libavcodec/mpeg4videoenc.c: In function 'ff_mpeg4_encode_picture_header': src/libavcodec/mpeg4videoenc.c:1089:40: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(s->avctx, AV_LOG_ERROR, "time_incr %"PRIu64" too large\n", time_incr); ^~~~~~~~~~~~~ ~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/log.h:25, from src/libavcodec/mpeg4videoenc.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/mscc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o In file included from src/libavcodec/mpeg4videodec.c:25: src/libavcodec/mpeg4videodec.c: In function 'decode_vop_header': src/libavcodec/mpeg4videodec.c:2794:23: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s->avctx, "MPEG4 PTS: %"PRId64"\n", pts); ^~~~~~~~~~~~~~ ~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpeg4videodec.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/mpeg4videodec.c:2915:20: warning: format '%d' expects argument of type 'int', but argument 24 has type 'int64_t' {aka 'long long int'} [-Wformat=] "qp:%d fc:%d,%d %s size:%d pro:%d alt:%d top:%d %spel part:%d resync:%d w:%d a:%d rnd:%d vot:%d%s dc:%d ce:%d/%d/%d time:%"PRId64" tincr:%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mpeg4videodec.c:2926:20: s->time, ~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpeg4videodec.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mwsc.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/msmpeg4dec.c:25: src/libavcodec/msmpeg4dec.c: In function 'ff_msmpeg4_decode_picture_header': src/libavcodec/msmpeg4dec.c:558:23: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s->avctx, "%d %"PRId64" %d %d %d\n", s->pict_type, s->bit_rate, ^~~~~~ ~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/msmpeg4dec.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavcodec/msmpeg4enc.c:34: src/libavcodec/msmpeg4enc.c: In function 'ff_msmpeg4_encode_picture_header': src/libavcodec/msmpeg4enc.c:243:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s, "%d %"PRId64" %d %d %d\n", s->pict_type, s->bit_rate, ^~~~~~ ~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavcodec/msmpeg4enc.c:34: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o src/libavcodec/mpegvideo.c: In function 'ff_mpv_export_qp_table': src/libavcodec/mpegvideo.c:1455:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^~~~~~ In file included from src/libavcodec/avcodec.h:38, from src/libavcodec/mpegvideo.c:36: src/libavutil/frame.h:693:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/opusdec.o CC libavcodec/opusenc.o src/libavcodec/options.c: In function 'codec_child_class_next': src/libavcodec/options.c:61:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/libavcodec/options.c:66:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^~~~~ In file included from src/libavcodec/options.c:27: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ CC libavcodec/opusenc_psy.o CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/parsers.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm-dvdenc.o CC libavcodec/pcm.o CC libavcodec/pcx.o src/libavcodec/opusenc.c: In function 'opus_encode_init': src/libavcodec/opusenc.c:643:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Unsupported bitrate %"PRId64" kbps, clipping to %"PRId64" kbps\n", ^~~~~~~~~~~~~~~~~~~~~~~ avctx->bit_rate/1000, clipped_rate/1000); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/internal.h:33, from src/libavcodec/opusenc.h:25, from src/libavcodec/opusenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/opusenc.c:643:37: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Unsupported bitrate %"PRId64" kbps, clipping to %"PRId64" kbps\n", ^~~~~~~~~~~~~~~~~~~~~~~ avctx->bit_rate/1000, clipped_rate/1000); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/internal.h:33, from src/libavcodec/opusenc.h:25, from src/libavcodec/opusenc.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/pcm-bluray.c:28: src/libavcodec/pcm-bluray.c: In function 'pcm_bluray_parse_header': src/libavcodec/pcm-bluray.c:120:17: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pcm_bluray_parse_header: %d channels, %d bits per sample, %d Hz, %"PRId64" bit/s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/pcm-bluray.c:122:37: avctx->sample_rate, avctx->bit_rate); ~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/pcm-bluray.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/pixlet.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/pcm-dvd.c:27: src/libavcodec/pcm-dvd.c: In function 'pcm_dvd_parse_header': src/libavcodec/pcm-dvd.c:143:17: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "pcm_dvd_parse_header: %d channels, %d bits per sample, %d Hz, %"PRId64" bit/s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/pcm-dvd.c:145:37: avctx->sample_rate, avctx->bit_rate); ~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/pcm-dvd.c:27: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/prores_metadata_bsf.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/prosumer.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o src/libavcodec/mpegvideo_enc.c: In function 'ff_mpv_encode_init': src/libavcodec/mpegvideo_enc.c:496:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "bitrate tolerance %d too small for bitrate %"PRId64", overriding\n", avctx->bit_rate_tolerance, avctx->bit_rate); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/mpegvideo_enc.c: In function 'load_input_picture': src/libavcodec/mpegvideo_enc.c:1170:28: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid pts (%"PRId64") <= last (%"PRId64")\n", ^~~~~~~~~~~~~~~~ pts, last); ~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/mpegvideo_enc.c:1170:28: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid pts (%"PRId64") <= last (%"PRId64")\n", ^~~~~~~~~~~~~~~~ pts, last); ~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/mpegvideo_enc.c:1184:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Warning: AVFrame.pts=? trying to guess (%"PRId64")\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pts); ~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" In file included from src/libavcodec/mpegvideo_enc.c:36: src/libavcodec/mpegvideo_enc.c: In function 'encode_picture': src/libavcodec/mpegvideo_enc.c:3749:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s, "Scene change detected, encoding as I Frame %"PRId64" %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->current_picture.mb_var_sum, s->current_picture.mc_mb_var_sum); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" In file included from src/libavcodec/mpegvideo_enc.c:36: src/libavcodec/mpegvideo_enc.c:3749:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s, "Scene change detected, encoding as I Frame %"PRId64" %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->current_picture.mb_var_sum, s->current_picture.mc_mb_var_sum); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/mpegvideo_enc.c:36: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/rasc.o src/libavcodec/pngdec.c: In function 'decode_frame_png': src/libavcodec/pngdec.c:1432:37: warning: unknown conversion type character 'I' in format [-Wformat=] av_log(avctx, AV_LOG_ERROR, "Invalid PNG signature 0x%08"PRIX64".\n", sig); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/pngdec.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:17: note: format string is defined here #define PRIX64 "I64X" ^ src/libavcodec/pngdec.c:1432:37: warning: too many arguments for format [-Wformat-extra-args] av_log(avctx, AV_LOG_ERROR, "Invalid PNG signature 0x%08"PRIX64".\n", sig); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o src/libavcodec/ratecontrol.c: In function 'init_pass2': src/libavcodec/ratecontrol.c:448:12: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "[lavc rc] requested bitrate: %"PRId64" bps expected bitrate: %"PRId64" bps\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->bit_rate, ~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/ratecontrol.c:448:12: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long long int' [-Wformat=] "[lavc rc] requested bitrate: %"PRId64" bps expected bitrate: %"PRId64" bps\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/ratecontrol.c:450:12: (int64_t)(expected_bits / ((double)all_available_bits / s->bit_rate))); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" In file included from src/libavcodec/ratecontrol.c:29: src/libavcodec/ratecontrol.c: In function 'ff_rate_estimate_qscale': src/libavcodec/ratecontrol.c:942:20: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s, "%f %f %f last:%d var:%"PRId64" type:%d//\n", q, rce->new_qscale, ^~~~~~~~~~~~~~~~~~~~~~~~ br_compensation, s->frame_bits, var, pict_type); ~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/ratecontrol.c:1002:16: warning: format '%d' expects argument of type 'int', but argument 14 has type 'int64_t' {aka 'long long int'} [-Wformat=] "%c qp:%d<%2.1f<%d %d want:%d total:%d comp:%f st_q:%2.2f " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/ratecontrol.c:1008:16: pic->mb_var_sum, pic->mc_mb_var_sum, ~~~~~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/ratecontrol.c:1002:16: warning: format '%d' expects argument of type 'int', but argument 15 has type 'int64_t' {aka 'long long int'} [-Wformat=] "%c qp:%d<%2.1f<%d %d want:%d total:%d comp:%f st_q:%2.2f " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/ratecontrol.c:1008:33: pic->mb_var_sum, pic->mc_mb_var_sum, ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/ratecontrol.c:1002:16: warning: format '%d' expects argument of type 'int', but argument 16 has type 'int64_t' {aka 'long long int'} [-Wformat=] "%c qp:%d<%2.1f<%d %d want:%d total:%d comp:%f st_q:%2.2f " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/ratecontrol.c:1009:16: s->bit_rate / 1000, (int)fps); ~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/timer.h:43, from src/libavutil/internal.h:42, from src/libavcodec/ratecontrol.c:29: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbc.o CC libavcodec/sbc_parser.o CC libavcodec/sbcdec.o CC libavcodec/sbcdec_data.o CC libavcodec/sbcdsp.o CC libavcodec/sbcdsp_data.o CC libavcodec/sbcenc.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': src/libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] s->avctx->refcounted_frames = 1; ^ In file included from src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:2383:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': src/libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^~~ In file included from src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:4815:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/snappy.o src/libavcodec/sipr.c: In function 'sipr_decoder_init': src/libavcodec/sipr.c:496:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Invalid block_align: %d. Mode %s guessed based on bitrate: %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avctx->block_align, modes[ctx->mode].mode_name, avctx->bit_rate); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/sipr.c:33: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/tdsc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truehd_core_bsf.o CC libavcodec/truemotion1.o src/libavcodec/trace_headers_bsf.c: In function 'trace_headers': src/libavcodec/trace_headers_bsf.c:83:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", pts %"PRId64, pkt->pts); ^~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/trace_headers_bsf.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/trace_headers_bsf.c:87:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", dts %"PRId64, pkt->dts); ^~~~~~~~~ ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/trace_headers_bsf.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/trace_headers_bsf.c:91:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_strlcatf(tmp, sizeof(tmp), ", duration %"PRId64, pkt->duration); ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavcodec/trace_headers_bsf.c:22: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o src/libavcodec/tta.c:392:12: warning: 'init_thread_copy' defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^~~~~~~~~~~~~~~~ CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o src/libavcodec/utils.c: In function 'avcodec_open2': src/libavcodec/utils.c:884:43: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_WARNING, "Bitrate %"PRId64" is extremely low, maybe you mean %"PRId64"k\n", avctx->bit_rate, avctx->bit_rate); ^~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/utils.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/utils.c:884:43: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(avctx, AV_LOG_WARNING, "Bitrate %"PRId64" is extremely low, maybe you mean %"PRId64"k\n", avctx->bit_rate, avctx->bit_rate); ^~~~~~~~~~~ ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/utils.c:30: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_metadata_bsf.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_raw_reorder_bsf.o CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o src/libavcodec/vp9_raw_reorder_bsf.c: In function 'vp9_raw_reorder_make_output': src/libavcodec/vp9_raw_reorder_bsf.c:203:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output and display frame " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:205:16: frame->sequence, frame->pts); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:203:35: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output and display frame " ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:205:33: frame->sequence, frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:212:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output frame %"PRId64" " ^~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:214:20: frame->sequence, frame->pts); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:212:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output frame %"PRId64" " ^~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:214:37: frame->sequence, frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:216:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output unshown frame " ^~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:218:20: frame->sequence, frame->pts); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:216:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Output unshown frame " ^~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:218:37: frame->sequence, frame->pts); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:240:35: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Display frame %"PRId64" " ^~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:242:16: frame->sequence, frame->pts, s); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:240:35: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Display frame %"PRId64" " ^~~~~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:242:33: frame->sequence, frame->pts, s); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c: In function 'vp9_raw_reorder_filter': src/libavcodec/vp9_raw_reorder_bsf.c:322:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Show frame %"PRId64" " ^~~~~~~~~~~~~~ "(%"PRId64"): show %u.\n", frame->sequence, ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:322:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "Show frame %"PRId64" " ^~~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:324:20: frame->pts, frame->frame_to_show); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:326:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "New frame %"PRId64" " ^~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:328:20: frame->sequence, frame->pts, frame->frame_type, ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/libavcodec/vp9_raw_reorder_bsf.c:326:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(bsf, AV_LOG_DEBUG, "New frame %"PRId64" " ^~~~~~~~~~~~~ src/libavcodec/vp9_raw_reorder_bsf.c:328:37: frame->sequence, frame->pts, frame->frame_type, ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavcodec/vp9_raw_reorder_bsf.c:19: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/wcmv.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o In file included from src/libavutil/common.h:491, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/wma.c:24: src/libavcodec/wma.c: In function 'ff_wma_init': src/libavcodec/wma.c:188:23: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] ff_dlog(s->avctx, "version=%d channels=%d sample_rate=%d bitrate=%"PRId64" block_align=%d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ s->version, avctx->channels, avctx->sample_rate, avctx->bit_rate, ~~~~~~~~~~~~~~~ src/libavutil/internal.h:268:68: note: in definition of macro 'ff_dlog' # define ff_dlog(ctx, ...) do { if (0) av_log(ctx, AV_LOG_DEBUG, __VA_ARGS__); } while (0) ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/wma.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o src/libavcodec/wmaenc.c: In function 'encode_init': src/libavcodec/wmaenc.c:55:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "bitrate too low: got %"PRId64", need 24000 or higher\n", ^~~~~~~~~~~~~~~~~~~~~~~~ avctx->bit_rate); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/wmaenc.c:25: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o src/libavcodec/wmv2dec.c: In function 'decode_ext_header': src/libavcodec/wmv2dec.c:118:16: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "fps:%d, br:%"PRId64", qpbit:%d, abt_flag:%d, j_type_bit:%d, " ^~~~~~~~~~~~~~ src/libavcodec/wmv2dec.c:121:21: fps, s->bit_rate, w->mspel_bit, w->abt_flag, w->j_type_bit, ~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavcodec/wmv2dec.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o X86ASM libavcodec/x86/aacencdsp.o CC libavcodec/x86/aacencdsp_init.o STRIP libavcodec/x86/aacencdsp.o X86ASM libavcodec/x86/aacpsdsp.o CC libavcodec/x86/aacpsdsp_init.o X86ASM libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/ac3dsp_init.o STRIP libavcodec/x86/aacpsdsp.o X86ASM libavcodec/x86/alacdsp.o CC libavcodec/x86/alacdsp_init.o X86ASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/alacdsp.o CC libavcodec/x86/audiodsp_init.o STRIP libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o X86ASM libavcodec/x86/bswapdsp.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o CC libavcodec/x86/constants.o STRIP libavcodec/x86/audiodsp.o X86ASM libavcodec/x86/dcadsp.o STRIP libavcodec/x86/blockdsp.o CC libavcodec/x86/dcadsp_init.o X86ASM libavcodec/x86/dct32.o STRIP libavcodec/x86/bswapdsp.o CC libavcodec/x86/dct_init.o STRIP libavcodec/x86/ac3dsp_downmix.o X86ASM libavcodec/x86/dirac_dwt.o CC libavcodec/x86/dirac_dwt_init.o X86ASM libavcodec/x86/diracdsp.o STRIP libavcodec/x86/dcadsp.o CC libavcodec/x86/diracdsp_init.o STRIP libavcodec/x86/cavsidct.o X86ASM libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o X86ASM libavcodec/x86/exrdsp.o CC libavcodec/x86/exrdsp_init.o CC libavcodec/x86/fdct.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/fdctdsp_init.o X86ASM libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o STRIP libavcodec/x86/dirac_dwt.o X86ASM libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/exrdsp.o CC libavcodec/x86/flacdsp_init.o STRIP libavcodec/x86/dct32.o X86ASM libavcodec/x86/fmtconvert.o CC libavcodec/x86/fmtconvert_init.o X86ASM libavcodec/x86/fpel.o STRIP libavcodec/x86/diracdsp.o X86ASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/flac_dsp_gpl.o CC libavcodec/x86/g722dsp_init.o X86ASM libavcodec/x86/h263_loopfilter.o CC libavcodec/x86/h263dsp_init.o STRIP libavcodec/x86/fmtconvert.o X86ASM libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/g722dsp.o X86ASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/fpel.o X86ASM libavcodec/x86/h264_idct.o STRIP libavcodec/x86/h263_loopfilter.o X86ASM libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/flacdsp.o X86ASM libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_intrapred_10bit.o STRIP libavcodec/x86/fft.o CC libavcodec/x86/h264_intrapred_init.o CC libavcodec/x86/h264_qpel.o STRIP libavcodec/x86/h264_idct_10bit.o X86ASM libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_qpel_8bit.o X86ASM libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_weight.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o STRIP libavcodec/x86/h264_intrapred_10bit.o X86ASM libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/h264_weight_10bit.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_mc.o X86ASM libavcodec/x86/hevc_sao.o STRIP libavcodec/x86/h264_idct.o X86ASM libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hevc_add_res.o CC libavcodec/x86/hevcdsp_init.o STRIP libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_init.o X86ASM libavcodec/x86/hpeldsp_vp3.o CC libavcodec/x86/hpeldsp_vp3_init.o STRIP libavcodec/x86/hpeldsp_vp3.o X86ASM libavcodec/x86/huffyuvdsp.o src/libavcodec/vp8.c: In function 'decode_mb_row_no_filter': src/libavcodec/vp8.c:2362:30: warning: variable 'next_td' set but not used [-Wunused-but-set-variable] VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; ^~~~~~~ src/libavcodec/vp8.c: In function 'vp78_decode_mb_row_sliced': src/libavcodec/vp8.c:2575:37: warning: unused variable 'prev_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^~~~~~~ src/libavcodec/vp8.c:2575:20: warning: unused variable 'next_td' [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^~~~~~~ At top level: src/libavcodec/vp8.c:104:12: warning: 'vp8_ref_frame' defined but not used [-Wunused-function] static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) ^~~~~~~~~~~~~ CC libavcodec/x86/huffyuvdsp_init.o X86ASM libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_init.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/idctdsp.o STRIP libavcodec/x86/h264_deblock.o CC libavcodec/x86/idctdsp_init.o X86ASM libavcodec/x86/imdct36.o STRIP libavcodec/x86/hpeldsp.o X86ASM libavcodec/x86/jpeg2000dsp.o STRIP libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/jpeg2000dsp_init.o STRIP libavcodec/x86/hevc_idct.o X86ASM libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o STRIP libavcodec/x86/huffyuvencdsp.o X86ASM libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lossless_videodsp_init.o X86ASM libavcodec/x86/lossless_videoencdsp.o STRIP libavcodec/x86/jpeg2000dsp.o STRIP libavcodec/x86/idctdsp.o CC libavcodec/x86/lossless_videoencdsp_init.o CC libavcodec/x86/lpc.o X86ASM libavcodec/x86/mdct15.o STRIP libavcodec/x86/h264_qpel_8bit.o CC libavcodec/x86/mdct15_init.o X86ASM libavcodec/x86/me_cmp.o CC libavcodec/x86/me_cmp_init.o STRIP libavcodec/x86/mdct15.o X86ASM libavcodec/x86/mlpdsp.o STRIP libavcodec/x86/hevc_sao.o CC libavcodec/x86/mlpdsp_init.o CC libavcodec/x86/mpegaudiodsp.o STRIP libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/mpegvideo.o STRIP libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o STRIP libavcodec/x86/mlpdsp.o X86ASM libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o CC libavcodec/x86/opus_dsp_init.o X86ASM libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/pixblockdsp.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/pixblockdsp_init.o X86ASM libavcodec/x86/pngdsp.o CC libavcodec/x86/pngdsp_init.o STRIP libavcodec/x86/lossless_videodsp.o X86ASM libavcodec/x86/proresdsp.o CC libavcodec/x86/proresdsp_init.o X86ASM libavcodec/x86/qpel.o STRIP libavcodec/x86/pixblockdsp.o X86ASM libavcodec/x86/qpeldsp.o STRIP libavcodec/x86/pngdsp.o CC libavcodec/x86/qpeldsp_init.o STRIP libavcodec/x86/proresdsp.o i586-mingw32msvc-strip: error: the input file 'libavcodec/x86/proresdsp.o' has no sections X86ASM libavcodec/x86/rv34dsp.o /home/mkostylev/src/ffmpeg/src/ffbuild/common.mak:82: recipe for target 'libavcodec/x86/proresdsp.o' failed make: [libavcodec/x86/proresdsp.o] Error 1 (ignored) CC libavcodec/x86/rv34dsp_init.o X86ASM libavcodec/x86/rv40dsp.o STRIP libavcodec/x86/qpel.o CC libavcodec/x86/rv40dsp_init.o STRIP libavcodec/x86/imdct36.o X86ASM libavcodec/x86/sbcdsp.o STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/sbcdsp_init.o STRIP libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o X86ASM libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/simple_idct10.o STRIP libavcodec/x86/h264_intrapred.o CC libavcodec/x86/snowdsp.o X86ASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/sbcdsp.o CC libavcodec/x86/svq1enc_init.o STRIP libavcodec/x86/simple_idct10.o i586-mingw32msvc-strip: error: the input file 'libavcodec/x86/simple_idct10.o' has no sections /home/mkostylev/src/ffmpeg/src/ffbuild/common.mak:82: recipe for target 'libavcodec/x86/simple_idct10.o' failed make: [libavcodec/x86/simple_idct10.o] Error 1 (ignored) X86ASM libavcodec/x86/synth_filter.o STRIP libavcodec/x86/svq1enc.o CC libavcodec/x86/synth_filter_init.o X86ASM libavcodec/x86/takdsp.o STRIP libavcodec/x86/sbrdsp.o CC libavcodec/x86/takdsp_init.o X86ASM libavcodec/x86/ttadsp.o CC libavcodec/x86/ttadsp_init.o STRIP libavcodec/x86/rv40dsp.o X86ASM libavcodec/x86/ttaencdsp.o CC libavcodec/x86/ttaencdsp_init.o STRIP libavcodec/x86/takdsp.o X86ASM libavcodec/x86/utvideodsp.o CC libavcodec/x86/utvideodsp_init.o STRIP libavcodec/x86/synth_filter.o CC libavcodec/x86/v210-init.o X86ASM libavcodec/x86/v210.o STRIP libavcodec/x86/me_cmp.o X86ASM libavcodec/x86/v210enc.o CC libavcodec/x86/v210enc_init.o STRIP libavcodec/x86/ttadsp.o CC libavcodec/x86/vc1dsp_init.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o X86ASM libavcodec/x86/vc1dsp_mc.o STRIP libavcodec/x86/ttaencdsp.o CC libavcodec/x86/vc1dsp_mmx.o STRIP libavcodec/x86/utvideodsp.o X86ASM libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o STRIP libavcodec/x86/v210.o X86ASM libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/v210enc.o CC libavcodec/x86/vorbisdsp_init.o X86ASM libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vp3dsp_init.o X86ASM libavcodec/x86/vp6dsp.o STRIP libavcodec/x86/qpeldsp.o CC libavcodec/x86/vp6dsp_init.o STRIP libavcodec/x86/vc1dsp_mc.o X86ASM libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp8dsp_init.o X86ASM libavcodec/x86/vp8dsp_loopfilter.o STRIP libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp9dsp_init.o CC libavcodec/x86/vp9dsp_init_10bpp.o STRIP libavcodec/x86/vc1dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init_12bpp.o CC libavcodec/x86/vp9dsp_init_16bpp.o X86ASM libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/hevc_sao_10bit.o X86ASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/videodsp.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/vp8dsp.o X86ASM libavcodec/x86/vp9lpf.o X86ASM libavcodec/x86/vp9lpf_16bpp.o X86ASM libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/vp9mc_16bpp.o X86ASM libavcodec/x86/xvididct.o STRIP libavcodec/x86/vp9mc_16bpp.o CC libavcodec/x86/xvididct_init.o CC libavcodec/xan.o STRIP libavcodec/x86/vp9intrapred.o CC libavcodec/xbmdec.o STRIP libavcodec/x86/vp9mc.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xma_parser.o STRIP libavcodec/x86/vp9intrapred_16bpp.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o STRIP libavcodec/x86/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o CC libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:29, from src/libavresample/audio_data.c:25: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/options.o CC libavresample/resample.o STRIP libavcodec/x86/vp8dsp_loopfilter.o CC libavresample/utils.o In file included from src/libavresample/options.c:27: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:27: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/options.c:28: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/options.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ X86ASM libavresample/x86/audio_convert.o In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:28: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:30: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix_matrix.c:27: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ CC libavresample/x86/audio_convert_init.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/x86/audio_convert_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ X86ASM libavresample/x86/audio_mix.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/dither.c:39: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.c:40: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/dither.c:39: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_mix_init.o In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:27: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:29: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ src/libavresample/audio_mix.c: In function 'ff_audio_mix_alloc': src/libavresample/audio_mix.c:378:9: warning: 'avresample_build_matrix' is deprecated [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^~~ In file included from src/libavresample/audio_mix.c:26: src/libavresample/avresample.h:286:5: note: declared here int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, ^~~~~~~~~~~~~~~~~~~~~~~ X86ASM libavresample/x86/dither.o In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:28, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_mix.h:27, from src/libavresample/x86/audio_mix_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ CC libavresample/x86/dither_init.o In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:33: src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:34: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_open': src/libavresample/utils.c:40:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:226:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:48:35: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(avr, AV_LOG_ERROR, "Invalid input channel layout: %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avr->in_channel_layout); ~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavresample/utils.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavresample/utils.c:54:35: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(avr, AV_LOG_ERROR, "Invalid output channel layout: %"PRIu64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ avr->out_channel_layout); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavresample/utils.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/libavresample/utils.c:253:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_free': src/libavresample/utils.c:282:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(*avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_config': src/libavresample/utils.c:507:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:508:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'convert_frame': src/libavresample/utils.c:570:5: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^~~ src/libavresample/utils.c:330:25: note: declared here int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_convert_frame': src/libavresample/utils.c:608:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (!avresample_is_open(avr)) { ^~ src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:609:9: warning: 'avresample_config' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_config(avr, out, in)) < 0) ^~ src/libavresample/utils.c:505:5: note: declared here int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) ^~~~~~~~~~~~~~~~~ src/libavresample/utils.c:611:9: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(avr)) < 0) ^~ src/libavresample/utils.c:36:5: note: declared here int avresample_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~ src/libavresample/utils.c:622:13: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); ^~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:625:21: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ src/libavresample/utils.c: In function 'avresample_get_out_samples': src/libavresample/utils.c:755:5: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; ^~~~~~~ In file included from src/libavresample/utils.c:29: src/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ src/libavresample/utils.c:764:5: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] samples += avresample_available(avr); ^~~~~~~ src/libavresample/utils.c:748:5: note: declared here int avresample_available(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~~~ AR libpostproc/libpostproc.a CC libswresample/audioconvert.o In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:25: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/resample.c:26: src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/internal.h:28, from src/libavresample/resample.c:25: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ CC libswresample/dither.o In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_data.h:30, from src/libavresample/dither.h:25, from src/libavresample/x86/dither_init.c:24: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/x86/dither_init.c:24: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ src/libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/dither.h:24, from src/libavresample/x86/dither_init.c:24: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ STRIP libavresample/x86/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:26, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.c:32: src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavresample/audio_convert.h:25, from src/libavresample/audio_convert.c:30: src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o STRIP libavresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o X86ASM libswresample/x86/resample.o CC libswresample/x86/resample_init.o CC libswscale/alphablend.o CC libswscale/gamma.o STRIP libswresample/x86/rematrix.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o src/libswresample/swresample.c: In function 'swr_init': src/libswresample/swresample.c:179:35: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout); ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libswresample/swresample.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libswresample/swresample.c:179:35: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Input channel layout 0x%"PRIx64" is invalid or unsupported.\n", s-> in_ch_layout); ^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libswresample/swresample.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/libswresample/swresample.c:184:35: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(s, AV_LOG_WARNING, "Output channel layout 0x%"PRIx64" is invalid or unsupported.\n", s->out_ch_layout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libswresample/swresample.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libswresample/swresample.c:184:35: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Output channel layout 0x%"PRIx64" is invalid or unsupported.\n", s->out_ch_layout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.h:31, from src/libswresample/swresample.c:21: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o STRIP libswresample/x86/resample.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o STRIP libavcodec/x86/vp9lpf_16bpp.o CC libswscale/x86/hscale_fast_bilinear_simd.o STRIP libavcodec/x86/simple_idct.o X86ASM libswscale/x86/input.o X86ASM libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o STRIP libswresample/x86/audio_convert.o X86ASM libswscale/x86/rgb_2_rgb.o STRIP libswscale/x86/rgb_2_rgb.o X86ASM libswscale/x86/scale.o STRIP libswscale/x86/output.o CC libswscale/x86/swscale.o STRIP libavcodec/x86/vp9itxfm_16bpp.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o CC libavutil/adler32.o STRIP libavresample/x86/audio_mix.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avsscanf.o STRIP libswscale/x86/input.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/encryption_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hdr_dynamic_metadata.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/imgutils.o CC libavutil/integer.o CC libavutil/intmath.o STRIP libavcodec/x86/vp9lpf.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o STRIP libswscale/x86/scale.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o src/libavutil/imgutils.c: In function 'av_image_check_size2': src/libavutil/imgutils.c:273:21: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Picture size %ux%u exceeds specified max pixel count %"PRId64", see the documentation if you wish to increase it\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ w, h, max_pixels); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/avassert.h:31, from src/libavutil/imgutils.c:24: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/slicethread.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o src/libavutil/timecode.c: In function 'av_timecode_make_string': src/libavutil/timecode.c:103:60: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=] snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~ src/libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~~~~~~~~~~~~~~~~~~~~~ src/libavutil/timecode.c:103:5: note: 'snprintf' output between 12 and 32 bytes into a destination of size 23 snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ neg ? "-" : "", ~~~~~~~~~~~~~~~ hh, mm, ss, drop ? ';' : ':', ff); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ X86ASM libavutil/x86/cpuid.o X86ASM libavutil/x86/fixed_dsp.o CC libavutil/x86/fixed_dsp_init.o X86ASM libavutil/x86/float_dsp.o STRIP libavutil/x86/cpuid.o CC libavutil/x86/float_dsp_init.o STRIP libavutil/x86/fixed_dsp.o X86ASM libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o CC libavutil/x86/lls_init.o STRIP libavutil/x86/imgutils.o X86ASM libavutil/x86/pixelutils.o src/libavutil/opt.c: In function 'opt_list': src/libavutil/opt.c:1240:53: warning: 'I' flag used with '%X' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); ^~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" ^ src/libavutil/opt.c:1240:53: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'const long long int'} [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "%"PRIX64, opt->default_val.i64); ^~~ ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:127:20: note: format string is defined here #define PRIX64 "I64X" src/libavutil/opt.c:1281:49: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "0x%"PRIx64, opt->default_val.i64); ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/libavutil/opt.c:1281:49: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'const long long int'} [-Wformat=] av_log(av_log_obj, AV_LOG_INFO, "0x%"PRIx64, opt->default_val.i64); ^~~~~ ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/opt.c:28: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o HOSTLD doc/print_options CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o STRIP libavutil/x86/lls.o CC fftools/ffmpeg.o STRIP libavutil/x86/float_dsp.o CC fftools/ffprobe.o AR libavfilter/libavfilter.a AR libavresample/libavresample.a AR libswresample/libswresample.a GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi POD doc/ffmpeg.pod POD doc/ffprobe.pod STRIP libavutil/x86/pixelutils.o POD doc/ffmpeg-all.pod POD doc/ffmpeg-utils.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/libavutil.pod POD doc/ffmpeg-filters.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod src/fftools/ffmpeg_filter.c: In function 'configure_output_audio_filter': src/fftools/ffmpeg_filter.c:591:30: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_bprintf(&pan_buf, "0x%"PRIx64, ^~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/fftools/cmdutils.h:28, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_filter.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/fftools/ffmpeg_filter.c:591:30: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_bprintf(&pan_buf, "0x%"PRIx64, ^~~~~ av_get_default_channel_layout(ost->audio_channels_mapped)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/fftools/cmdutils.h:28, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_filter.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" src/fftools/ffmpeg_filter.c: In function 'configure_input_audio_filter': src/fftools/ffmpeg_filter.c:892:27: warning: 'I' flag used with '%x' gnu_printf format [-Wformat=] av_bprintf(&args, ":channel_layout=0x%"PRIx64, ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/fftools/cmdutils.h:28, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_filter.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" ^ src/fftools/ffmpeg_filter.c:892:27: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_bprintf(&args, ":channel_layout=0x%"PRIx64, ^~~~~~~~~~~~~~~~~~~~~ ifilter->channel_layout); ~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/fftools/cmdutils.h:28, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_filter.c:23: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:109:20: note: format string is defined here #define PRIx64 "I64x" MAN doc/ffmpeg.1 MAN doc/ffprobe.1 POD doc/libavfilter.pod MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 AR libavutil/libavutil.a MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 src/fftools/cmdutils.c: In function 'opt_default': src/fftools/cmdutils.c:553:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'print_all_libs_info': src/fftools/cmdutils.c:1134:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:148:10: note: declared here unsigned avresample_version(void); ^~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1134:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.c:37: src/libavresample/avresample.h:158:13: note: declared here const char *avresample_configuration(void); ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'next_codec_for_id': src/fftools/cmdutils.c:1499:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while ((prev = av_codec_next(prev))) { ^~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/cmdutils.c:34: src/libavcodec/avcodec.h:4105:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ src/fftools/cmdutils.c: In function 'print_buildconf': src/fftools/cmdutils.c:1163:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] strncpy(conflist, "~--", 3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1169:9: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] strncpy(remove_tilde, "pkg-config ", 11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg_opt.c: In function 'add_input_streams': src/fftools/ffmpeg_opt.c:798:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->lowres) { ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:799:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:800:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:801:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:802:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c:803:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg_opt.c: In function 'open_output_file': src/fftools/ffmpeg_opt.c:2399:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:28, from src/fftools/ffmpeg_opt.c:23: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c: In function 'log_callback': src/fftools/ffprobe.c:302:11: warning: unused variable 'new_log_buffer' [-Wunused-variable] void *new_log_buffer; ^~~~~~~~~~~~~~ src/fftools/ffprobe.c:298:14: warning: unused variable 'avc' [-Wunused-variable] AVClass* avc = ptr ? *(AVClass **) ptr : NULL; ^~~ src/fftools/ffprobe.c: In function 'value_string': src/fftools/ffprobe.c:406:40: warning: unknown conversion type character 'l' in format [-Wformat=] snprintf(buf, buf_size, "%lld", vali); ^ src/fftools/ffprobe.c:406:37: warning: too many arguments for format [-Wformat-extra-args] snprintf(buf, buf_size, "%lld", vali); ^~~~~~ src/fftools/ffprobe.c: In function 'show_packet': src/fftools/ffprobe.c:2051:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1497:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2052:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1497:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2054:46: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] if (pkt->pos != -1) print_fmt ("pos", "%"PRId64, pkt->pos); ^~~ ~~~~~~~~ src/fftools/ffprobe.c:1804:23: note: in definition of macro 'print_fmt' av_bprintf(&pbuf, f, __VA_ARGS__); \ ^ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffprobe.c: In function 'show_frame': src/fftools/ffprobe.c:2133:56: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] if (frame->pkt_pos != -1) print_fmt ("pkt_pos", "%"PRId64, frame->pkt_pos); ^~~ ~~~~~~~~~~~~~~ src/fftools/ffprobe.c:1804:23: note: in definition of macro 'print_fmt' av_bprintf(&pbuf, f, __VA_ARGS__); \ ^ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffprobe.c: In function 'log_read_interval': src/fftools/ffprobe.c:2319:40: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'const long long int'} [-Wformat=] av_log(log_ctx, log_level, "#%"PRId64, interval->end); ^~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffprobe.c: In function 'read_interval_packets': src/fftools/ffprobe.c:2362:40: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'const long long int'} [-Wformat=] av_log(NULL, AV_LOG_ERROR, "Could not seek to position %"PRId64": %s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ interval->start, av_err2str(ret)); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffprobe.c: In function 'show_stream': src/fftools/ffprobe.c:2560:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2514:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2562:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2514:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2626:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c:1818:12: warning: 'codec' is deprecated [-Wdeprecated-declarations] struct unit_value uv; \ ^~~~~~~~~~ src/fftools/ffprobe.c:2626:41: note: in expansion of macro 'print_val' if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~~~~~~~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c:2631:55: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] if (stream->nb_frames) print_fmt ("nb_frames", "%"PRId64, stream->nb_frames); ^~~ ~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:1804:23: note: in definition of macro 'print_fmt' av_bprintf(&pbuf, f, __VA_ARGS__); \ ^ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffprobe.c:2633:73: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[stream_idx]); ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:1804:23: note: in definition of macro 'print_fmt' av_bprintf(&pbuf, f, __VA_ARGS__); \ ^ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffprobe.c:2635:74: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets[stream_idx]); ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:1804:23: note: in definition of macro 'print_fmt' av_bprintf(&pbuf, f, __VA_ARGS__); \ ^ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffprobe.c: In function 'open_input_file': src/fftools/ffprobe.c:2919:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = stream->codec->coded_width; ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffprobe.c:2920:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = stream->codec->coded_height; ^~~ In file included from src/fftools/ffprobe.c:31: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c: In function 'update_benchmark': src/fftools/ffmpeg.c:671:20: warning: unknown conversion type character 'I' in format [-Wformat=] "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ src/fftools/ffmpeg.c:671:20: warning: unknown conversion type character 'I' in format [-Wformat=] "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ src/fftools/ffmpeg.c:671:20: warning: unknown conversion type character 'I' in format [-Wformat=] "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ^~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:17: note: format string is defined here #define PRIu64 "I64u" ^ src/fftools/ffmpeg.c:671:20: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ^~~~~~~~~~~ t.user_usec - current_time.user_usec, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:671:82: note: format string is defined here "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ~^ %lld src/fftools/ffmpeg.c:671:20: warning: too many arguments for format [-Wformat-extra-args] "bench: %8" PRIu64 " user %8" PRIu64 " sys %8" PRIu64 " real %s \n", ^~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'write_packet': src/fftools/ffmpeg.c:767:39: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Invalid DTS: %"PRId64" PTS: %"PRId64" in output stream %d:%d, replacing by guess\n", ^~~~~~~~~~~~~~~~ pkt->dts, pkt->pts, ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:767:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, AV_LOG_WARNING, "Invalid DTS: %"PRId64" PTS: %"PRId64" in output stream %d:%d, replacing by guess\n", ^~~~~~~~~~~~~~~~ pkt->dts, pkt->pts, ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:782:37: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, loglevel, "Non-monotonous DTS in output stream " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:784:57: ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); ~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:782:37: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, loglevel, "Non-monotonous DTS in output stream " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:784:76: ost->file_index, ost->st->index, ost->last_mux_dts, pkt->dts); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:789:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(s, loglevel, "changing to %"PRId64". This may result " ^~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:791:24: max); ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c: In function 'do_video_out': src/fftools/ffmpeg.c:1178:16: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long long int'} [-Wformat=] "*** dropping frame %d from stream %d at ts %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ost->frame_number, ost->st->index, ost->last_frame->pts); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c: In function 'print_final_stats': src/fftools/ffmpeg.c:1582:42: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets read (%"PRIu64" bytes); ", ^~~ ist->nb_packets, ist->data_size); ~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1582:42: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets read (%"PRIu64" bytes); ", ^~~ ist->nb_packets, ist->data_size); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1586:46: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" frames decoded", ^~~ ist->frames_decoded); ~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1589:50: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ist->samples_decoded); ^~~~~ ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1596:38: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) demuxed\n", ^~~~~~~~~~~~ total_packets, total_size); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1596:38: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) demuxed\n", ^~~~~~~~~~~~ total_packets, total_size); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1617:46: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" frames encoded", ^~~ ost->frames_encoded); ~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1620:50: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " (%"PRIu64" samples)", ost->samples_encoded); ^~~~~ ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1624:42: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets muxed (%"PRIu64" bytes); ", ^~~ ost->packets_written, ost->data_size); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1624:42: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, "%"PRIu64" packets muxed (%"PRIu64" bytes); ", ^~~ ost->packets_written, ost->data_size); ~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1630:38: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) muxed\n", ^~~~~~~~~~~~ total_packets, total_size); ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:1630:38: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] av_log(NULL, AV_LOG_VERBOSE, " Total: %"PRIu64" packets (%"PRIu64" bytes) muxed\n", ^~~~~~~~~~~~ total_packets, total_size); ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c: In function 'print_report': src/fftools/ffmpeg.c:1788:49: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] else av_bprintf(&buf_script, "total_size=%"PRId64"\n", total_size); ^~~~~~~~~~~~~~ ~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:1794:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_bprintf(&buf_script, "out_time_us=%"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:1795:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_bprintf(&buf_script, "out_time_ms=%"PRId64"\n", pts); ^~~~~~~~~~~~~~~ ~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c: In function 'do_streamcopy': src/fftools/ffmpeg.c:2073:5: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4450:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'decode_video': src/fftools/ffmpeg.c:2455:35: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_INFO, "decoder -> ist_index:%d type:video " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:2459:16: best_effort_timestamp, ~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c: In function 'init_output_stream': src/fftools/ffmpeg.c:3544:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4222:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3544:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c:3590:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c: In function 'report_new_stream': src/fftools/ffmpeg.c:3655:12: warning: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Wformat=] "New %s stream %d:%d at pos:%"PRId64" and DTS:%ss\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3658:12: pkt->pos, av_ts2timestr(pkt->dts, &st->time_base)); ~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c: In function 'check_keyboard_interaction': src/fftools/ffmpeg.c:3971:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c:3994:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^~~~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:878:21: note: declared here AVCodecContext *codec; ^~~~~ src/fftools/ffmpeg.c: In function 'process_input': src/fftools/ffmpeg.c:4385:44: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(is, AV_LOG_VERBOSE, "Correcting start time by %"PRId64"\n", new_start_time - is->start_time); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4444:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Inter stream timestamp discontinuity %"PRId64", new offset= %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ delta, ifile->ts_offset); ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4444:20: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] "Inter stream timestamp discontinuity %"PRId64", new offset= %"PRId64"\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ delta, ifile->ts_offset); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4474:24: warning: format '%d' expects argument of type 'int', but argument 8 has type 'int64_t' {aka 'long long int'} [-Wformat=] "timestamp discontinuity for stream #%d:%d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:4478:24: delta, ifile->ts_offset); ~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4474:24: warning: format '%d' expects argument of type 'int', but argument 9 has type 'int64_t' {aka 'long long int'} [-Wformat=] "timestamp discontinuity for stream #%d:%d " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:4478:31: delta, ifile->ts_offset); ~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4486:46: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt.dts, ist->next_dts, pkt.stream_index); ^~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4486:46: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt.dts, ist->next_dts, pkt.stream_index); ^~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4494:50: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt.pts, ist->next_dts, pkt.stream_index); ^~~~~~~ ~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4494:50: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt.pts, ist->next_dts, pkt.stream_index); ^~~~~~~ ~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:34:20: note: format string is defined here #define PRId64 "I64d" src/fftools/ffmpeg.c:4259:14: warning: unused variable 'thread_ret' [-Wunused-variable] int ret, thread_ret, i, j; ^~~~~~~~~~ src/fftools/ffmpeg.c: In function 'main': src/fftools/ffmpeg.c:4903:32: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" frames successfully decoded, %"PRIu64" decoding errors\n", ^~~ decode_error_stat[0], decode_error_stat[1]); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" src/fftools/ffmpeg.c:4903:32: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'int64_t' {aka 'long long int'} [-Wformat=] av_log(NULL, AV_LOG_DEBUG, "%"PRIu64" frames successfully decoded, %"PRIu64" decoding errors\n", ^~~ decode_error_stat[0], decode_error_stat[1]); ~~~~~~~~~~~~~~~~~~~~ In file included from src/libavutil/common.h:34, from src/libavutil/avutil.h:296, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: /opt/i586-mingw32msvc/i586-mingw32msvc/include/inttypes.h:90:20: note: format string is defined here #define PRIu64 "I64u" AR libswscale/libswscale.a STRIP libavcodec/x86/vp9itxfm.o AR libavcodec/libavcodec.a LD ffmpeg_g.exe LD ffprobe_g.exe STRIP ffmpeg.exe STRIP ffprobe.exe INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL home/mkostylev/src/ffmpeg/src/presets/libvpx-1080p50_60.ffpreset INSTALL home/mkostylev/src/ffmpeg/src/presets/libvpx-360p.ffpreset INSTALL home/mkostylev/src/ffmpeg/src/presets/libvpx-1080p.ffpreset INSTALL home/mkostylev/src/ffmpeg/src/presets/libvpx-720p50_60.ffpreset INSTALL home/mkostylev/src/ffmpeg/src/presets/libvpx-720p.ffpreset INSTALL home/mkostylev/src/ffmpeg/src/doc/ffprobe.xsd INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/transcoding.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/vaapi_transcode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/metadata.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filtering_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/muxing.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/avio_dir_cmd.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/encode_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/hw_decode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filtering_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/http_multiclient.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/decode_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/resampling_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/remuxing.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/extract_mvs.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/avio_reading.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/qsvdec.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/vaapi_encode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/decode_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filter_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/transcode_aac.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/demuxing_decoding.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/encode_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/scaling_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/README INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/transcoding.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/vaapi_transcode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/metadata.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filtering_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/muxing.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/avio_dir_cmd.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/encode_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/hw_decode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filtering_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/http_multiclient.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/decode_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/resampling_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/remuxing.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/extract_mvs.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/avio_reading.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/qsvdec.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/vaapi_encode.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/decode_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/filter_audio.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/transcode_aac.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/demuxing_decoding.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/encode_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/scaling_video.c INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/README INSTALL home/mkostylev/src/ffmpeg/src/doc/examples/Makefile INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/mkostylev/src/ffmpeg/src/libavdevice/avdevice.h INSTALL home/mkostylev/src/ffmpeg/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/mkostylev/src/ffmpeg/src/libavfilter/avfilter.h INSTALL home/mkostylev/src/ffmpeg/src/libavfilter/buffersink.h INSTALL home/mkostylev/src/ffmpeg/src/libavfilter/buffersrc.h INSTALL home/mkostylev/src/ffmpeg/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/mkostylev/src/ffmpeg/src/libavformat/avformat.h INSTALL home/mkostylev/src/ffmpeg/src/libavformat/avio.h INSTALL home/mkostylev/src/ffmpeg/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/ac3_parser.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/adts_parser.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/avcodec.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/avdct.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/avfft.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/d3d11va.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/dirac.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/dv_profile.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/dxva2.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/jni.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/mediacodec.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/qsv.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/vaapi.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/vdpau.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/version.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/videotoolbox.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/vorbis_parser.h INSTALL home/mkostylev/src/ffmpeg/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/mkostylev/src/ffmpeg/src/libavresample/avresample.h INSTALL home/mkostylev/src/ffmpeg/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/mkostylev/src/ffmpeg/src/libpostproc/postprocess.h INSTALL home/mkostylev/src/ffmpeg/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/mkostylev/src/ffmpeg/src/libswresample/swresample.h INSTALL home/mkostylev/src/ffmpeg/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/mkostylev/src/ffmpeg/src/libswscale/swscale.h INSTALL home/mkostylev/src/ffmpeg/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/mkostylev/src/ffmpeg/src/libavutil/adler32.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/aes.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/aes_ctr.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/attributes.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/audio_fifo.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/avassert.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/avstring.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/avutil.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/base64.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/blowfish.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/bprint.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/bswap.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/buffer.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/cast5.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/camellia.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/channel_layout.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/common.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/cpu.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/crc.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/des.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/dict.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/display.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/downmix_info.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/encryption_info.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/error.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/eval.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/fifo.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/file.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/frame.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hash.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hdr_dynamic_metadata.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hmac.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_cuda.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_d3d11va.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_drm.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_dxva2.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_qsv.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_mediacodec.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_vaapi.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_videotoolbox.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/hwcontext_vdpau.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/imgutils.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/intfloat.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/intreadwrite.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/lfg.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/log.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/macros.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/mathematics.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/mastering_display_metadata.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/md5.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/mem.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/motion_vector.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/murmur3.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/opt.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/parseutils.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/pixdesc.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/pixelutils.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/pixfmt.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/random_seed.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/rc4.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/rational.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/replaygain.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/ripemd.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/samplefmt.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/sha.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/sha512.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/spherical.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/stereo3d.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/threadmessage.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/time.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/timecode.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/timestamp.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/tree.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/twofish.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/version.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/xtea.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/tea.h INSTALL home/mkostylev/src/ffmpeg/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe