GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/dshow.o CC libavdevice/dshow_common.o src/libavdevice/avdevice.c:88:26: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_oformat_next(prev))) ^ src/libavformat/avformat.h:2094:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavdevice/avdevice.c:92:26: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] if (!(prev = av_iformat_next(prev))) ^ src/libavformat/avformat.h:2086:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 2 warnings generated. CC libavdevice/dshow_crossbar.o CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_enumpins.o src/libavdevice/dshow.c:517:32: warning: suggest braces around initialization of subobject [-Wmissing-braces] FILTER_INFO filter_info = {0}; /* a warning on this line is false positive GCC bug 53119 AFAICT */ ^ {} CC libavdevice/dshow_filter.o 1 warning generated. CC libavdevice/dshow_pin.o CC libavdevice/file_open.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/vfwcap.o GEN libavdevice/libavdevice.pc GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/alp.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apm.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/argo_asf.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/av1.o CC libavformat/av1dec.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/davs2.o CC libavformat/dcstr.o CC libavformat/derf.o CC libavformat/dfa.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o src/libavformat/dump.c:504:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:505:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:506:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:507:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:508:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:509:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:544:23: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:544:51: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/dump.c:556:38: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 9 warnings generated. 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 CC libavformat/fifo.o CC libavformat/fifo_test.o CC libavformat/file.o CC libavformat/file_open.o CC libavformat/filmstripdec.o 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 CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/fwse.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hca.o CC libavformat/hcom.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ifv.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o src/libavformat/isom.c:531:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->rc_max_rate = v; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 1 warning generated. CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o src/libavformat/matroskadec.c:3520:14: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = lace_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/matroskaenc.c:2336:22: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] if (pkt->convergence_duration > 0) { ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/matroskaenc.c:2337:33: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] duration = pkt->convergence_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o 1 warning generated. CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o 2 warnings generated. CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/mov_esds.o src/libavformat/mov.c:813:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->audio_service_type = *ast; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mov.c:853:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->audio_service_type = *ast; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/movenc.o src/libavformat/mov.c:2324:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base = av_inv_q(st->avg_frame_rate); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mov.c:2335:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base.den *= timescale; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mov.c:2336:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base.num *= framedur; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o src/libavformat/movenc.c:1389:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] rate = av_inv_q(st->codec->time_base); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2152:35: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (field_order != track->st->codec->field_order && track->st->codec->field_order != AV_FIELD_UNKNOWN) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2152:68: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (field_order != track->st->codec->field_order && track->st->codec->field_order != AV_FIELD_UNKNOWN) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2153:34: warning: 'codec' is deprecated [-Wdeprecated-declarations] field_order = track->st->codec->field_order; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2262:66: warning: 'codec' is deprecated [-Wdeprecated-declarations] frame_duration = av_rescale(track->timescale, track->st->codec->time_base.num, track->st->codec->time_base.den); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2262:99: warning: 'codec' is deprecated [-Wdeprecated-declarations] frame_duration = av_rescale(track->timescale, track->st->codec->time_base.num, track->st->codec->time_base.den); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:82: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:82: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/movenc.c:2263:82: warning: 'codec' is deprecated [-Wdeprecated-declarations] nb_frames = ROUNDED_DIV(track->st->codec->time_base.den, track->st->codec->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o 5 warnings generated. CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o 12 warnings generated. CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o src/libavformat/mux.c:179:23: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, filename, sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:179:53: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, filename, sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:251:44: warning: 'filename' is deprecated [-Wdeprecated-declarations] if (!s->url && !(s->url = av_strdup(s->filename))) { ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:262:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (s->nb_streams && s->streams[0]->codec->flags & AV_CODEC_FLAG_BITEXACT) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:287:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_type != AVMEDIA_TYPE_UNKNOWN) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:291:69: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_parameters_from_context(st->codecpar, st->codec); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:577:82: warning: 'codec' is deprecated [-Wdeprecated-declarations] pkt->duration = av_rescale(1, num * (int64_t)st->time_base.den * st->codec->ticks_per_frame, den * (int64_t)st->time_base.num); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/mux.c:637:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_get_audio_frame_duration(st->codec, pkt->size); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o 8 warnings generated. CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o src/libavformat/options.c:64:20: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^ src/libavformat/avformat.h:2086:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/options.c:69:24: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^ src/libavformat/avformat.h:2094:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/options.c:73:23: warning: 'av_iformat_next' is deprecated [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^ src/libavformat/avformat.h:2086:1: note: 'av_iformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/options.c:77:19: warning: 'av_oformat_next' is deprecated [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^ src/libavformat/avformat.h:2094:1: note: 'av_oformat_next' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/options.c:119:12: warning: 'open_cb' is deprecated [-Wdeprecated-declarations] if (s->open_cb) ^ src/libavformat/avformat.h:1888:5: note: 'open_cb' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/options.c:120:19: warning: 'open_cb' is deprecated [-Wdeprecated-declarations] return s->open_cb(s, pb, url, flags, &s->interrupt_callback, options); ^ src/libavformat/avformat.h:1888:5: note: 'open_cb' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 6 warnings generated. CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/pp_bnk.o CC libavformat/prompeg.o CC libavformat/protocols.o src/libavformat/protocols.c:100:7: warning: assigning to 'const URLProtocol **' (aka 'const struct URLProtocol **') from 'const URLProtocol *const *' (aka 'const struct URLProtocol *const *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] p = p ? p + 1 : url_protocols; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/psxstr.o 1 warning generated. CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o CC libavformat/sdsdec.o CC libavformat/sdr2.o src/libavformat/sdp.c:707:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/sdp.c:711:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/sdp.c:713:46: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 3 warnings generated. CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o src/libavformat/segment.c:186:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base = ist->codec->time_base; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/segment.c:186:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base = ist->codec->time_base; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o 2 warnings generated. CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o src/libavformat/srtenc.c:79:18: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] d = pkt->convergence_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 1 warning generated. 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 CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tls.o CC libavformat/tls_schannel.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o src/libavformat/tls_schannel.c:151:29: warning: suggest braces around initialization of subobject [-Wmissing-braces] SecBuffer outbuf[3] = { 0 }; ^ {} 1 warning generated. CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o 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 src/libavformat/utils.c:183:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:184:20: warning: 'codec' is deprecated [-Wdeprecated-declarations] return st->codec->codec; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:375:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_type = st->codecpar->codec_type; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:376:21: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->codec_id = st->codecpar->codec_id; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:521:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_parameters_to_context(st->codec, st->codecpar); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:566:19: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, filename ? filename : "", sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:566:65: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, filename ? filename : "", sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:960:63: warning: 'codec' is deprecated [-Wdeprecated-declarations] if ((!codec_framerate.den || !codec_framerate.num) && st->codec->time_base.den && st->codec->time_base.num) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:960:91: warning: 'codec' is deprecated [-Wdeprecated-declarations] if ((!codec_framerate.den || !codec_framerate.num) && st->codec->time_base.den && st->codec->time_base.num) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:961:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_framerate = av_mul_q(av_inv_q(st->codec->time_base), (AVRational){1, st->codec->ticks_per_frame}); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:961:88: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_framerate = av_mul_q(av_inv_q(st->codec->time_base), (AVRational){1, st->codec->ticks_per_frame}); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:1418:14: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = pc->convergence_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:1418:41: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = pc->convergence_duration; ^ src/libavcodec/avcodec.h:3792:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:1622:53: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_parameters_to_context(st->codec, st->codecpar); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:3670:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_id != st->internal->orig_codec_id) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:3671:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codecpar->codec_id = st->codec->codec_id; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:3672:44: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codecpar->codec_type = st->codec->codec_type; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:3673:47: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->internal->orig_codec_id = st->codec->codec_id; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4168:49: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_parameters_to_context(st->codec, st->codecpar); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4176:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->lowres = st->internal->avctx->lowres; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4177:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->width = st->internal->avctx->width; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4178:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->height = st->internal->avctx->height; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4182:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->codec_tag != MKTAG('t','m','c','d')) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4183:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->time_base = st->internal->avctx->time_base; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4184:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->ticks_per_frame = st->internal->avctx->ticks_per_frame; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4186:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->framerate = st->avg_frame_rate; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4189:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->subtitle_header = av_malloc(st->internal->avctx->subtitle_header_size); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4190:22: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!st->codec->subtitle_header) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4192:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->subtitle_header_size = st->internal->avctx->subtitle_header_size; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4193:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] memcpy(st->codec->subtitle_header, st->internal->avctx->subtitle_header, ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4194:24: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->subtitle_header_size); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4198:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->coded_width = st->internal->avctx->coded_width; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4199:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->coded_height = st->internal->avctx->coded_height; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4200:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->properties = st->internal->avctx->properties; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/vc1test.o src/libavformat/utils.c:4378:20: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] av_freep(&dst->recommended_encoder_configuration); ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4379:14: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] if (src->recommended_encoder_configuration) { ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4380:37: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] const char *conf_str = src->recommended_encoder_configuration; ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4381:14: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] dst->recommended_encoder_configuration = av_strdup(conf_str); ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4382:19: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] if (!dst->recommended_encoder_configuration) ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4424:31: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_free_context(&st->codec); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4433:19: warning: 'recommended_encoder_configuration' is deprecated [-Wdeprecated-declarations] av_freep(&st->recommended_encoder_configuration); ^ src/libavformat/avformat.h:1001:5: note: 'recommended_encoder_configuration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4546:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec = avcodec_alloc_context3(c); ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4547:14: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (!st->codec) { ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4571:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] st->codec->bit_rate = 0; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:4961:8: warning: 'codec' is deprecated [-Wdeprecated-declarations] s->codec->pkt_timebase = new_tb; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5194:76: warning: 'codec' is deprecated [-Wdeprecated-declarations] && (st->codecpar->codec_type != AVMEDIA_TYPE_UNKNOWN || st->codec->codec_type != type)) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5269:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec = st->codec; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5776:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5777:42: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5838:16: warning: 'codec' is deprecated [-Wdeprecated-declarations] return st->codec->time_base; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5852:19: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, url, sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/utils.c:5852:44: warning: 'filename' is deprecated [-Wdeprecated-declarations] av_strlcpy(s->filename, url, sizeof(s->filename)); ^ src/libavformat/avformat.h:1416:5: note: 'filename' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavformat/vc1testenc.o CC libavformat/vividas.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o 52 warnings generated. CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o src/libavformat/yuv4mpegenc.c:56:28: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (field_order != st->codec->field_order && st->codec->field_order != AV_FIELD_UNKNOWN) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/yuv4mpegenc.c:56:54: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (field_order != st->codec->field_order && st->codec->field_order != AV_FIELD_UNKNOWN) ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavformat/yuv4mpegenc.c:57:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] field_order = st->codec->field_order; ^ src/libavformat/avformat.h:879:5: note: 'codec' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ TXT doc/fate.txt 3 warnings generated. CC libavcodec/dctref.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/motion.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/snowenc.o AR libavdevice/libavdevice.a CC libavfilter/aeval.o CC libavfilter/af_acontrast.o In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:45:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:46:26: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1648:27: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] av_frame_unref(avctx->coded_frame); ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1649:31: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ret = av_frame_ref(avctx->coded_frame, s->current_picture); ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1752:26: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] if(s->avctx->scenechange_threshold) ^ src/libavcodec/avcodec.h:1170:5: note: 'scenechange_threshold' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1753:54: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] s->scenechange_threshold = s->avctx->scenechange_threshold; ^ src/libavcodec/avcodec.h:1170:5: note: 'scenechange_threshold' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1883:12: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations] avctx->frame_bits = s->m.frame_bits; ^ src/libavcodec/avcodec.h:1667:5: note: 'frame_bits' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1884:12: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations] avctx->mv_bits = s->m.mv_bits; ^ src/libavcodec/avcodec.h:1649:5: note: 'mv_bits' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1885:12: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations] avctx->misc_bits = s->m.misc_bits; ^ src/libavcodec/avcodec.h:1663:5: note: 'misc_bits' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1886:12: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations] avctx->p_tex_bits = s->m.p_tex_bits; ^ src/libavcodec/avcodec.h:1655:5: note: 'p_tex_bits' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ In file included from src/libavcodec/tests/snowenc.c:21: src/libavcodec/snowenc.c:1899:32: warning: 'error' is deprecated [-Wdeprecated-declarations] memcpy(s->current_picture->error, s->encoding_error, sizeof(s->encoding_error)); ^ src/libavutil/frame.h:434:5: note: 'error' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/af_acopy.o CC libavfilter/af_acrossover.o CC libavfilter/af_acrusher.o CC libavfilter/af_adeclick.o CC libavfilter/af_adelay.o CC libavfilter/af_aderivative.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anlmdn.o CC libavfilter/af_anlms.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_arnndn.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_asoftclip.o CC libavfilter/af_astats.o CC libavfilter/af_asubboost.o CC libavfilter/af_atempo.o 11 warnings generated. CC libavfilter/af_axcorrelate.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_deesser.o CC libavfilter/af_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 src/libavfilter/af_resample.c:54:32: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^ src/libavresample/avresample.h:182:1: note: 'avresample_get_class' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:244:1: note: 'avresample_close' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:257:1: note: 'avresample_free' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavresample/avresample.h:244:1: note: 'avresample_close' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavresample/avresample.h:257:1: note: 'avresample_free' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:140:20: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^ src/libavresample/avresample.h:193:1: note: 'avresample_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:161:16: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^ src/libavresample/avresample.h:213:1: note: 'avresample_open' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' CC libavfilter/af_silencedetect.o # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:199:26: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^ src/libavresample/avresample.h:402:1: note: 'avresample_get_out_samples' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:208:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:235:22: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^ src/libavresample/avresample.h:472:1: note: 'avresample_get_delay' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:236:22: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^ src/libavresample/avresample.h:402:1: note: 'avresample_get_out_samples' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:244:15: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^ src/libavresample/avresample.h:450:1: note: 'avresample_convert' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:253:21: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^ src/libavresample/avresample.h:493:1: note: 'avresample_available' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/af_resample.c:311:26: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^ src/libavresample/avresample.h:182:1: note: 'avresample_get_class' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/af_silenceremove.o 14 warnings generated. CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_afirsrc.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspatial.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/boxblur.o src/libavfilter/avfiltergraph.c:135:25: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ src/libavfilter/avfilter.h:847:5: note: 'resample_lavr_opts' has been explicitly marked deprecated here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn/dnn_backend_native.o CC libavfilter/dnn/dnn_backend_native_layer_conv2d.o CC libavfilter/dnn/dnn_backend_native_layer_depth2space.o CC libavfilter/dnn/dnn_backend_native_layer_mathbinary.o 1 warning generated. CC libavfilter/dnn/dnn_backend_native_layer_maximum.o CC libavfilter/dnn/dnn_backend_native_layer_pad.o CC libavfilter/dnn/dnn_interface.o CC libavfilter/dnn/dnn_backend_native_layers.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o 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 CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o src/libavfilter/lavfutils.c:91:11: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ src/libavcodec/avcodec.h:3456:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 1 warning generated. CC libavfilter/pthread.o CC libavfilter/scale_eval.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o src/libavfilter/src_movie.c:175:20: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:1487:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/src_movie.c:530:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:3456:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/src_movie.c:533:15: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavcodec/avcodec.h:3407:1: note: 'avcodec_decode_audio4' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_addroi.o CC libavfilter/vf_alphamerge.o 3 warnings generated. CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bilateral.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_cas.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c:223:28: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_colorbalance.o 1 warning generated. CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dedot.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_derain.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_dnn_processing.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o 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_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o CC libavfilter/vf_freezeframes.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o src/libavfilter/vf_fspp.c:585:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o 1 warning generated. CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lagfun.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_lut2.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_maskedminmax.o CC libavfilter/vf_maskedthreshold.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_median.o src/libavfilter/vf_mcdeint.c:189:11: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavcodec/avcodec.h:4090:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_mcdeint.c:193:35: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 2 warnings generated. CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_photosensitivity.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o src/libavfilter/vf_pp.c:140:16: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_pp7.c:328:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 1 warning generated. CC libavfilter/vf_pseudocolor.o 1 warning generated. CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o src/libavfilter/vf_qp.c:113:19: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^ src/libavutil/frame.h:726:1: note: 'av_frame_set_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_readeia608.o 2 warnings generated. CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_scdet.o CC libavfilter/vf_scroll.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c:374:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o 1 warning generated. CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o src/libavfilter/vf_swapuv.c:52:53: warning: 'error' is deprecated [-Wdeprecated-declarations] FFSWAP(uint64_t, frame->error[1], frame->error[2]); ^ src/libavutil/frame.h:434:5: note: 'error' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_swapuv.c:52:53: warning: 'error' is deprecated [-Wdeprecated-declarations] FFSWAP(uint64_t, frame->error[1], frame->error[2]); ^ src/libavutil/frame.h:434:5: note: 'error' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_swapuv.c:52:33: warning: 'error' is deprecated [-Wdeprecated-declarations] FFSWAP(uint64_t, frame->error[1], frame->error[2]); ^ src/libavutil/frame.h:434:5: note: 'error' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_swapuv.c:52:33: warning: 'error' is deprecated [-Wdeprecated-declarations] FFSWAP(uint64_t, frame->error[1], frame->error[2]); ^ src/libavutil/frame.h:434:5: note: 'error' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 4 warnings generated. 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_v360.o src/libavfilter/vf_uspp.c:253:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavcodec/avcodec.h:4090:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_uspp.c:259:41: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavfilter/vf_uspp.c:395:20: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^ src/libavutil/frame.h:724:1: note: 'av_frame_get_qp_table' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o 3 warnings generated. CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_xfade.o CC libavfilter/vf_xmedian.o CC libavfilter/vf_yadif.o CC libavfilter/vf_yaepblur.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_gradients.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_sierpinski.o CC libavfilter/vsrc_testsrc.o X86ASM libavfilter/x86/af_afir.o STRIP libavfilter/x86/af_afir.o skipping strip -x libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_anlmdn.o STRIP libavfilter/x86/af_anlmdn.o skipping strip -x libavfilter/x86/af_anlmdn.o CC libavfilter/x86/af_anlmdn_init.o X86ASM libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o STRIP libavfilter/x86/af_volume.o skipping strip -x libavfilter/x86/af_volume.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o STRIP libavfilter/x86/avf_showcqt.o skipping strip -x libavfilter/x86/avf_showcqt.o X86ASM libavfilter/x86/colorspacedsp.o STRIP libavfilter/x86/colorspacedsp.o skipping strip -x libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/scene_sad.o CC libavfilter/x86/scene_sad_init.o STRIP libavfilter/x86/scene_sad.o skipping strip -x libavfilter/x86/scene_sad.o X86ASM libavfilter/x86/vf_atadenoise.o STRIP libavfilter/x86/vf_atadenoise.o skipping strip -x libavfilter/x86/vf_atadenoise.o CC libavfilter/x86/vf_atadenoise_init.o X86ASM libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o X86ASM libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_bwdif_init.o X86ASM libavfilter/x86/vf_convolution.o STRIP libavfilter/x86/vf_blend.o skipping strip -x libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_convolution_init.o STRIP libavfilter/x86/vf_convolution.o skipping strip -x libavfilter/x86/vf_convolution.o X86ASM libavfilter/x86/vf_eq.o CC libavfilter/x86/vf_eq_init.o STRIP libavfilter/x86/vf_eq.o skipping strip -x libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_framerate.o CC libavfilter/x86/vf_framerate_init.o STRIP libavfilter/x86/vf_framerate.o skipping strip -x libavfilter/x86/vf_framerate.o X86ASM libavfilter/x86/vf_fspp.o X86ASM libavfilter/x86/vf_gblur.o CC libavfilter/x86/vf_fspp_init.o STRIP libavfilter/x86/vf_gblur.o skipping strip -x libavfilter/x86/vf_gblur.o CC libavfilter/x86/vf_gblur_init.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o STRIP libavfilter/x86/vf_bwdif.o skipping strip -x libavfilter/x86/vf_bwdif.o X86ASM libavfilter/x86/vf_hflip.o STRIP libavfilter/x86/vf_gradfun.o skipping strip -x libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_hflip_init.o STRIP libavfilter/x86/vf_hflip.o skipping strip -x libavfilter/x86/vf_hflip.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_fspp.o skipping strip -x libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_hqdn3d.o skipping strip -x libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_idet.o skipping strip -x libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedclamp.o STRIP libavfilter/x86/vf_limiter.o skipping strip -x libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_maskedclamp_init.o X86ASM libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_interlace.o skipping strip -x libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_maskedclamp.o skipping strip -x libavfilter/x86/vf_maskedclamp.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_maskedmerge.o skipping strip -x libavfilter/x86/vf_maskedmerge.o X86ASM libavfilter/x86/vf_overlay.o CC libavfilter/x86/vf_overlay_init.o X86ASM libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_overlay.o skipping strip -x libavfilter/x86/vf_overlay.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o STRIP libavfilter/x86/vf_pp7.o skipping strip -x libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o STRIP libavfilter/x86/vf_psnr.o skipping strip -x libavfilter/x86/vf_psnr.o X86ASM libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_removegrain_init.o STRIP libavfilter/x86/vf_pullup.o skipping strip -x libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o STRIP libavfilter/x86/vf_removegrain.o skipping strip -x libavfilter/x86/vf_removegrain.o X86ASM libavfilter/x86/vf_stereo3d.o STRIP libavfilter/x86/vf_ssim.o skipping strip -x libavfilter/x86/vf_ssim.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 STRIP libavfilter/x86/vf_stereo3d.o skipping strip -x libavfilter/x86/vf_stereo3d.o X86ASM libavfilter/x86/vf_transpose.o STRIP libavfilter/x86/vf_threshold.o skipping strip -x libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_transpose_init.o X86ASM libavfilter/x86/vf_v360.o CC libavfilter/x86/vf_v360_init.o STRIP libavfilter/x86/vf_transpose.o skipping strip -x libavfilter/x86/vf_transpose.o X86ASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o STRIP libavfilter/x86/vf_v360.o skipping strip -x libavfilter/x86/vf_v360.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_w3fdif.o skipping strip -x libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o CC libavfilter/yadif_common.o AR libavformat/libavformat.a CC libavcodec/012v.o STRIP libavfilter/x86/yadif-10.o skipping strip -x libavfilter/x86/yadif-10.o CC libavcodec/4xm.o CC libavcodec/8bps.o STRIP libavfilter/x86/vf_yadif.o skipping strip -x libavfilter/x86/vf_yadif.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o STRIP libavfilter/x86/yadif-16.o skipping strip -x libavfilter/x86/yadif-16.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/agm.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o src/libavcodec/alacenc.c:566:16: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_prediction_order >= 0) { ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:567:20: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_prediction_order < MIN_LPC_ORDER || ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:568:19: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order > ALAC_MAX_LPC_ORDER) { ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:570:27: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order); ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:575:42: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] s->min_prediction_order = avctx->min_prediction_order; ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:578:16: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_prediction_order >= 0) { ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:579:20: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_prediction_order < MIN_LPC_ORDER || ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:580:20: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order > ALAC_MAX_LPC_ORDER) { ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:582:27: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order); ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/alacenc.c:587:42: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] s->max_prediction_order = avctx->max_prediction_order; ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o src/libavcodec/aliaspixenc.c:38:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/aliaspixenc.c:39:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/allcodecs.o 2 warnings generated. CC libavcodec/alsdec.o 10 warnings generated. CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/aptxdec.o CC libavcodec/aptxenc.o CC libavcodec/arbc.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/atrac9dec.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_frame_merge_bsf.o CC libavcodec/av1_frame_split_bsf.o CC libavcodec/av1_metadata_bsf.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o src/libavcodec/avpacket.c:42:10: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = 0; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:219:16: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] return av_copy_packet_side_data(pkt, src); ^ src/libavcodec/packet.h:527:1: note: 'av_copy_packet_side_data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:580:10: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] dst->convergence_duration = src->convergence_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:580:38: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] dst->convergence_duration = src->convergence_duration; ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:721:14: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] if (pkt->convergence_duration > 0) ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:722:14: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = av_rescale_q(pkt->convergence_duration, src_tb, dst_tb); ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avpacket.c:722:55: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] pkt->convergence_duration = av_rescale_q(pkt->convergence_duration, src_tb, dst_tb); ^ src/libavcodec/packet.h:383:5: note: 'convergence_duration' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/avrndec.o src/libavcodec/avrndec.c:59:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ src/libavcodec/avcodec.h:1487:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/avrndec.c:110:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^ src/libavcodec/avcodec.h:3456:1: note: 'avcodec_decode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 7 warnings generated. 2 warnings generated. CC libavcodec/avs.o CC libavcodec/avs2_parser.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o src/libavcodec/bmpenc.c:79:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/bmpenc.c:80:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/bmvaudio.o 2 warnings generated. CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/cbs.o CC libavcodec/cbs_av1.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/cbs_vp9.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdtoons.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec2utils.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/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 src/libavcodec/decode.c:424:31: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] if(frame->pkt_pts!=AV_NOPTS_VALUE) ^ src/libavutil/frame.h:400:5: note: 'pkt_pts' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/decode.c:425:32: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] frame->pkt_pts += diff_ts; ^ src/libavutil/frame.h:400:5: note: 'pkt_pts' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/decode.c:770:25: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^ src/libavcodec/avcodec.h:1487:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/decode.c:1708:16: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] frame->pkt_pts = pkt->pts; ^ src/libavutil/frame.h:400:5: note: 'pkt_pts' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/decode.c:2005:17: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^ src/libavcodec/avcodec.h:1487:5: note: 'refcounted_frames' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o 5 warnings generated. 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/dnxhdenc.c:523:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dnxhdenc.c:524:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dnxhdenc.c:1278:19: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->m.avctx->coded_frame->interlaced_frame = frame->interlaced_frame; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dnxhdenc.c:1343:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->quality = ctx->qscale * FF_QP2LAMBDA; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o 4 warnings generated. CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o src/libavcodec/dvbsubdec.c:840:23: warning: 'pict' is deprecated [-Wdeprecated-declarations] rect->pict.data[j] = rect->data[j]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvbsubdec.c:840:28: warning: 'data' is deprecated [-Wdeprecated-declarations] rect->pict.data[j] = rect->data[j]; ^ src/libavcodec/avcodec.h:2985:5: note: 'data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvbsubdec.c:841:23: warning: 'pict' is deprecated [-Wdeprecated-declarations] rect->pict.linesize[j] = rect->linesize[j]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvbsubdec.c:841:28: warning: 'linesize' is deprecated [-Wdeprecated-declarations] rect->pict.linesize[j] = rect->linesize[j]; ^ src/libavcodec/avcodec.h:2987:5: note: 'linesize' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o src/libavcodec/dvdsubdec.c:416:43: warning: 'pict' is deprecated [-Wdeprecated-declarations] sub_header->rects[0]->pict.data[i] = sub_header->rects[0]->data[i]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:416:48: warning: 'data' is deprecated [-Wdeprecated-declarations] sub_header->rects[0]->pict.data[i] = sub_header->rects[0]->data[i]; ^ src/libavcodec/avcodec.h:2985:5: note: 'data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:417:43: warning: 'pict' is deprecated [-Wdeprecated-declarations] sub_header->rects[0]->pict.linesize[i] = sub_header->rects[0]->linesize[i]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:417:48: warning: 'linesize' is deprecated [-Wdeprecated-declarations] sub_header->rects[0]->pict.linesize[i] = sub_header->rects[0]->linesize[i]; ^ src/libavcodec/avcodec.h:2987:5: note: 'linesize' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:510:22: warning: 'pict' is deprecated [-Wdeprecated-declarations] s->rects[0]->pict.data[i] = s->rects[0]->data[i]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:510:27: warning: 'data' is deprecated [-Wdeprecated-declarations] s->rects[0]->pict.data[i] = s->rects[0]->data[i]; ^ src/libavcodec/avcodec.h:2985:5: note: 'data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:511:22: warning: 'pict' is deprecated [-Wdeprecated-declarations] s->rects[0]->pict.linesize[i] = s->rects[0]->linesize[i]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubdec.c:511:27: warning: 'linesize' is deprecated [-Wdeprecated-declarations] s->rects[0]->pict.linesize[i] = s->rects[0]->linesize[i]; ^ src/libavcodec/avcodec.h:2987:5: note: 'linesize' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 4 warnings generated. CC libavcodec/dvdsubenc.o src/libavcodec/dvdsubenc.c:289:39: warning: 'pict' is deprecated [-Wdeprecated-declarations] rect->data[j] = rect->pict.data[j]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubenc.c:289:44: warning: 'data' is deprecated [-Wdeprecated-declarations] rect->data[j] = rect->pict.data[j]; ^ src/libavcodec/avcodec.h:2985:5: note: 'data' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubenc.c:290:43: warning: 'pict' is deprecated [-Wdeprecated-declarations] rect->linesize[j] = rect->pict.linesize[j]; ^ src/libavcodec/avcodec.h:3027:5: note: 'pict' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvdsubenc.c:290:48: warning: 'linesize' is deprecated [-Wdeprecated-declarations] rect->linesize[j] = rect->pict.linesize[j]; ^ src/libavcodec/avcodec.h:2987:5: note: 'linesize' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 8 warnings generated. CC libavcodec/dvenc.o src/libavcodec/dvenc.c:1182:8: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] c->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/dvenc.c:1183:8: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] c->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/dxtory.o 4 warnings generated. CC libavcodec/dxv.o CC libavcodec/dxva2.o CC libavcodec/dxva2_h264.o CC libavcodec/dxva2_hevc.o src/libavcodec/dxva2.c:465:39: warning: suggest braces around initialization of subobject [-Wmissing-braces] D3D11_VIDEO_DECODER_DESC desc = { 0 }; ^ {} CC libavcodec/dxva2_mpeg2.o 2 warnings generated. CC libavcodec/dxva2_vc1.o 1 warning generated. CC libavcodec/dxva2_vp9.o CC libavcodec/eac3_core_bsf.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/encode.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o src/libavcodec/encode.c:371:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/avcodec.h:4090:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/encode.c:374:15: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/avcodec.h:4051:1: note: 'avcodec_encode_audio2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 2 warnings generated. CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o src/libavcodec/ffv1enc.c:559:16: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] if (avctx->coder_type != -1) ^ src/libavcodec/avcodec.h:1573:5: note: 'coder_type' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:560:24: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] s->ac = avctx->coder_type > 0 ? AC_RANGE_CUSTOM_TAB : AC_GOLOMB_RICE; ^ src/libavcodec/avcodec.h:1573:5: note: 'coder_type' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:708:16: warning: 'context_model' is deprecated [-Wdeprecated-declarations] if (avctx->context_model) ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:709:35: warning: 'context_model' is deprecated [-Wdeprecated-declarations] s->context_model = avctx->context_model; ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:710:16: warning: 'context_model' is deprecated [-Wdeprecated-declarations] if (avctx->context_model > 1U) { ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:711:100: warning: 'context_model' is deprecated [-Wdeprecated-declarations] av_log(avctx, AV_LOG_ERROR, "Invalid context model %d, valid values are 0 and 1\n", avctx->context_model); ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:767:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:1196:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ffv1enc.c:1266:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = f->key_frame; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/fic.o CC libavcodec/file_open.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 src/libavcodec/flacenc.c:344:16: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_prediction_order >= 0) { ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:346:24: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_prediction_order > MAX_FIXED_ORDER) { ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:349:31: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order, MAX_FIXED_ORDER); ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:350:24: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order = MAX_FIXED_ORDER; ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:352:27: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] } else if (avctx->min_prediction_order < MIN_LPC_ORDER || ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:353:27: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order > MAX_LPC_ORDER) { ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:355:27: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->min_prediction_order); ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:358:50: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] s->options.min_prediction_order = avctx->min_prediction_order; ^ src/libavcodec/avcodec.h:1610:5: note: 'min_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:360:16: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_prediction_order >= 0) { ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:362:24: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_prediction_order > MAX_FIXED_ORDER) { ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:365:31: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order, MAX_FIXED_ORDER); ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:366:24: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order = MAX_FIXED_ORDER; ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:368:27: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] } else if (avctx->max_prediction_order < MIN_LPC_ORDER || ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:369:27: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order > MAX_LPC_ORDER) { ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:371:27: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] avctx->max_prediction_order); ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:374:50: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] s->options.max_prediction_order = avctx->max_prediction_order; ^ src/libavcodec/avcodec.h:1614:5: note: 'max_prediction_order' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/flacenc.c:1375:20: warning: 'side_data_only_packets' is deprecated [-Wdeprecated-declarations] if (avctx->side_data_only_packets && !s->flushed) { ^ src/libavcodec/avcodec.h:2169:5: note: 'side_data_only_packets' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o 17 warnings generated. CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o src/libavcodec/frame_thread_encoder.c:89:15: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); ^ src/libavcodec/avcodec.h:4090:1: note: 'avcodec_encode_video2' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/frwu.o 9 warnings generated. CC libavcodec/g722.o 1 warning generated. 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 src/libavcodec/gifdec.c:477:15: warning: 'pkt_pts' is deprecated [-Wdeprecated-declarations] s->frame->pkt_pts = avpkt->pts; ^ src/libavutil/frame.h:400:5: note: 'pkt_pts' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o 1 warning generated. CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_levels.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_redundant_pps_bsf.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/h265_profile_level.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hapqa_extract_bsf.o CC libavcodec/hcadec.o CC libavcodec/hcom.o CC libavcodec/hevc_cabac.o src/libavcodec/hevc_cabac.c:37:21: warning: variable 'num_bins_in_se' is not needed and will not be emitted [-Wunneeded-internal-declaration] static const int8_t num_bins_in_se[] = { ^ CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o 1 warning generated. 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 src/libavcodec/huffyuvenc.c:227:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/huffyuvenc.c:228:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/huffyuvenc.c:233:16: warning: 'context_model' is deprecated [-Wdeprecated-declarations] if (avctx->context_model == 1) ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/huffyuvenc.c:234:29: warning: 'context_model' is deprecated [-Wdeprecated-declarations] s->context = avctx->context_model; ^ src/libavcodec/avcodec.h:1579:5: note: 'context_model' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/huffyuvenc.c:314:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/huffyuvenc.c:315:31: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->predictor = avctx->prediction_method; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o 6 warnings generated. CC libavcodec/iirfilter.o CC libavcodec/ilbcdec.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imm4.o CC libavcodec/imm5.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o src/libavcodec/j2kenc.c:1147:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/j2kenc.c:1148:26: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ 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 2 warnings generated. CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o src/libavcodec/jpeglsenc.c:273:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/jpeglsenc.c:274:28: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] ctx->pred = avctx->prediction_method; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/jpeglsenc.c:432:10: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/jpeglsenc.c:433:10: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/jrevdct.o CC libavcodec/jvdec.o 4 warnings generated. CC libavcodec/kgv1dec.o CC libavcodec/kbdwin.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o src/libavcodec/ljpegenc.c:75:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ljpegenc.c:76:26: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method + 1; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ljpegenc.c:206:16: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ljpegenc.c:207:26: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method + 1; ^ src/libavcodec/avcodec.h:1015:5: note: 'prediction_method' has been explicitly marked deprecated here attribute_deprecated ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ljpegenc.c:305:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ src/libavcodec/ljpegenc.c:306:12: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ src/libavcodec/avcodec.h:1907:5: note: 'coded_frame' has been explicitly marked deprecated here attribute_deprecated AVFrame *coded_frame; ^ src/libavutil/attributes.h:96:45: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __declspec(deprecated) ^ CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o 6 warnings generated. 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/mf_utils.o CC libavcodec/mfenc.o CC libavcodec/microdvddec.o In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:402:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( AVEncCommonFormatConstraint, "57cbb9b8-116f-4951-b40c-c2a035ed8f17", 0x57cbb9b8, 0x116f, 0x4951, 0xb4, 0x0c, 0xc2, 0xa0, 0x35, 0xed, 0x8f, 0x17 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :200:1: note: expanded from here CODECAPI_AVEncCommonFormatConstraint ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:404:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatUnSpecified, "af46a35a-6024-4525-a48a-094b97f5b3c2", 0xaf46a35a, 0x6024, 0x4525, 0xa4, 0x8a, 0x09, 0x4b, 0x97, 0xf5, 0xb3, 0xc2 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :201:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatUnSpecified ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:405:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_V, "cc9598c4-e7fe-451d-b1ca-761bc840b7f3", 0xcc9598c4, 0xe7fe, 0x451d, 0xb1, 0xca, 0x76, 0x1b, 0xc8, 0x40, 0xb7, 0xf3 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :202:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_V ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:406:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_DashVR, "e55199d6-044c-4dae-a488-531ed306235b", 0xe55199d6, 0x044c, 0x4dae, 0xa4, 0x88, 0x53, 0x1e, 0xd3, 0x06, 0x23, 0x5b ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :203:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_DashVR ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:407:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_PlusVR, "e74c6f2e-ec37-478d-9af4-a5e135b6271c", 0xe74c6f2e, 0xec37, 0x478d, 0x9a, 0xf4, 0xa5, 0xe1, 0x35, 0xb6, 0x27, 0x1c ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :204:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_PlusVR ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:408:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatVCD, "95035bf7-9d90-40ff-ad5c-5cf8cf71ca1d", 0x95035bf7, 0x9d90, 0x40ff, 0xad, 0x5c, 0x5c, 0xf8, 0xcf, 0x71, 0xca, 0x1d ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :205:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatVCD ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:409:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatSVCD, "51d85818-8220-448c-8066-d69bed16c9ad", 0x51d85818, 0x8220, 0x448c, 0x80, 0x66, 0xd6, 0x9b, 0xed, 0x16, 0xc9, 0xad ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :206:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatSVCD ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:410:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatATSC, "8d7b897c-a019-4670-aa76-2edcac7ac296", 0x8d7b897c, 0xa019, 0x4670, 0xaa, 0x76, 0x2e, 0xdc, 0xac, 0x7a, 0xc2, 0x96 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :207:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatATSC ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:411:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVB, "71830d8f-6c33-430d-844b-c2705baae6db", 0x71830d8f, 0x6c33, 0x430d, 0x84, 0x4b, 0xc2, 0x70, 0x5b, 0xaa, 0xe6, 0xdb ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :208:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVB ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:412:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatMP3, "349733cd-eb08-4dc2-8197-e49835ef828b", 0x349733cd, 0xeb08, 0x4dc2, 0x81, 0x97, 0xe4, 0x98, 0x35, 0xef, 0x82, 0x8b ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :209:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatMP3 ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:413:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatHighMAT, "1eabe760-fb2b-4928-90d1-78db88eee889", 0x1eabe760, 0xfb2b, 0x4928, 0x90, 0xd1, 0x78, 0xdb, 0x88, 0xee, 0xe8, 0x89 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :210:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatHighMAT ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:414:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatHighMPV, "a2d25db8-b8f9-42c2-8bc7-0b93cf604788", 0xa2d25db8, 0xb8f9, 0x42c2, 0x8b, 0xc7, 0x0b, 0x93, 0xcf, 0x60, 0x47, 0x88 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :211:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatHighMPV ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:417:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( AVEncCodecType, "08af4ac1-f3f2-4c74-9dcf-37f2ec79f826", 0x08af4ac1, 0xf3f2, 0x4c74, 0x9d, 0xcf, 0x37, 0xf2, 0xec, 0x79, 0xf8, 0x26 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :212:1: note: expanded from here CODECAPI_AVEncCodecType ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:419:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG1Video, "c8dafefe-da1e-4774-b27d-11830c16b1fe", 0xc8dafefe, 0xda1e, 0x4774, 0xb2, 0x7d, 0x11, 0x83, 0x0c, 0x16, 0xb1, 0xfe ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :213:1: note: expanded from here CODECAPI_GUID_AVEncMPEG1Video ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:420:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG2Video, "046dc19a-6677-4aaa-a31d-c1ab716f4560", 0x046dc19a, 0x6677, 0x4aaa, 0xa3, 0x1d, 0xc1, 0xab, 0x71, 0x6f, 0x45, 0x60 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :214:1: note: expanded from here CODECAPI_GUID_AVEncMPEG2Video ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:421:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG1Audio, "d4dd1362-cd4a-4cd6-8138-b94db4542b04", 0xd4dd1362, 0xcd4a, 0x4cd6, 0x81, 0x38, 0xb9, 0x4d, 0xb4, 0x54, 0x2b, 0x04 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :215:1: note: expanded from here CODECAPI_GUID_AVEncMPEG1Audio ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:422:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG2Audio, "ee4cbb1f-9c3f-4770-92b5-fcb7c2a8d381", 0xee4cbb1f, 0x9c3f, 0x4770, 0x92, 0xb5, 0xfc, 0xb7, 0xc2, 0xa8, 0xd3, 0x81 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :216:1: note: expanded from here CODECAPI_GUID_AVEncMPEG2Audio ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:423:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncWMV, "4e0fef9b-1d43-41bd-b8bd-4d7bf7457a2a", 0x4e0fef9b, 0x1d43, 0x41bd, 0xb8, 0xbd, 0x4d, 0x7b, 0xf7, 0x45, 0x7a, 0x2a ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :217:1: note: expanded from here CODECAPI_GUID_AVEncWMV ^ In file included from src/libavcodec/mf_utils.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:424:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEndMPEG4Video, "dd37b12a-9503-4f8b-b8d0-324a00c0a1cf", 0xdd37b12a, 0x9503, 0x4f8b, 0xb8, 0xd0, 0x32, 0x4a, 0x00, 0xc0, 0xa1, 0xcf ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :218:1: note: expanded from here CODECAPI_GUID_AVEndMPEG4Video ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] CC libavcodec/midivid.o In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:402:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( AVEncCommonFormatConstraint, "57cbb9b8-116f-4951-b40c-c2a035ed8f17", 0x57cbb9b8, 0x116f, 0x4951, 0xb4, 0x0c, 0xc2, 0xa0, 0x35, 0xed, 0x8f, 0x17 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :200:1: note: expanded from here CODECAPI_AVEncCommonFormatConstraint ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:404:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatUnSpecified, "af46a35a-6024-4525-a48a-094b97f5b3c2", 0xaf46a35a, 0x6024, 0x4525, 0xa4, 0x8a, 0x09, 0x4b, 0x97, 0xf5, 0xb3, 0xc2 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :201:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatUnSpecified ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:405:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_V, "cc9598c4-e7fe-451d-b1ca-761bc840b7f3", 0xcc9598c4, 0xe7fe, 0x451d, 0xb1, 0xca, 0x76, 0x1b, 0xc8, 0x40, 0xb7, 0xf3 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :202:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_V ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:406:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_DashVR, "e55199d6-044c-4dae-a488-531ed306235b", 0xe55199d6, 0x044c, 0x4dae, 0xa4, 0x88, 0x53, 0x1e, 0xd3, 0x06, 0x23, 0x5b ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :203:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_DashVR ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:407:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVD_PlusVR, "e74c6f2e-ec37-478d-9af4-a5e135b6271c", 0xe74c6f2e, 0xec37, 0x478d, 0x9a, 0xf4, 0xa5, 0xe1, 0x35, 0xb6, 0x27, 0x1c ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :204:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVD_PlusVR ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:408:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatVCD, "95035bf7-9d90-40ff-ad5c-5cf8cf71ca1d", 0x95035bf7, 0x9d90, 0x40ff, 0xad, 0x5c, 0x5c, 0xf8, 0xcf, 0x71, 0xca, 0x1d ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :205:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatVCD ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:409:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatSVCD, "51d85818-8220-448c-8066-d69bed16c9ad", 0x51d85818, 0x8220, 0x448c, 0x80, 0x66, 0xd6, 0x9b, 0xed, 0x16, 0xc9, 0xad ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :206:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatSVCD ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:410:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatATSC, "8d7b897c-a019-4670-aa76-2edcac7ac296", 0x8d7b897c, 0xa019, 0x4670, 0xaa, 0x76, 0x2e, 0xdc, 0xac, 0x7a, 0xc2, 0x96 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :207:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatATSC ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:411:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatDVB, "71830d8f-6c33-430d-844b-c2705baae6db", 0x71830d8f, 0x6c33, 0x430d, 0x84, 0x4b, 0xc2, 0x70, 0x5b, 0xaa, 0xe6, 0xdb ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :208:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatDVB ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:412:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatMP3, "349733cd-eb08-4dc2-8197-e49835ef828b", 0x349733cd, 0xeb08, 0x4dc2, 0x81, 0x97, 0xe4, 0x98, 0x35, 0xef, 0x82, 0x8b ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :209:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatMP3 ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:413:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatHighMAT, "1eabe760-fb2b-4928-90d1-78db88eee889", 0x1eabe760, 0xfb2b, 0x4928, 0x90, 0xd1, 0x78, 0xdb, 0x88, 0xee, 0xe8, 0x89 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :210:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatHighMAT ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:414:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncCommonFormatHighMPV, "a2d25db8-b8f9-42c2-8bc7-0b93cf604788", 0xa2d25db8, 0xb8f9, 0x42c2, 0x8b, 0xc7, 0x0b, 0x93, 0xcf, 0x60, 0x47, 0x88 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :211:1: note: expanded from here CODECAPI_GUID_AVEncCommonFormatHighMPV ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:417:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( AVEncCodecType, "08af4ac1-f3f2-4c74-9dcf-37f2ec79f826", 0x08af4ac1, 0xf3f2, 0x4c74, 0x9d, 0xcf, 0x37, 0xf2, 0xec, 0x79, 0xf8, 0x26 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :212:1: note: expanded from here CODECAPI_AVEncCodecType ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:419:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG1Video, "c8dafefe-da1e-4774-b27d-11830c16b1fe", 0xc8dafefe, 0xda1e, 0x4774, 0xb2, 0x7d, 0x11, 0x83, 0x0c, 0x16, 0xb1, 0xfe ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :213:1: note: expanded from here CODECAPI_GUID_AVEncMPEG1Video ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:420:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG2Video, "046dc19a-6677-4aaa-a31d-c1ab716f4560", 0x046dc19a, 0x6677, 0x4aaa, 0xa3, 0x1d, 0xc1, 0xab, 0x71, 0x6f, 0x45, 0x60 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :214:1: note: expanded from here CODECAPI_GUID_AVEncMPEG2Video ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:421:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG1Audio, "d4dd1362-cd4a-4cd6-8138-b94db4542b04", 0xd4dd1362, 0xcd4a, 0x4cd6, 0x81, 0x38, 0xb9, 0x4d, 0xb4, 0x54, 0x2b, 0x04 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :215:1: note: expanded from here CODECAPI_GUID_AVEncMPEG1Audio ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:422:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncMPEG2Audio, "ee4cbb1f-9c3f-4770-92b5-fcb7c2a8d381", 0xee4cbb1f, 0x9c3f, 0x4770, 0x92, 0xb5, 0xfc, 0xb7, 0xc2, 0xa8, 0xd3, 0x81 ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :216:1: note: expanded from here CODECAPI_GUID_AVEncMPEG2Audio ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:423:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEncWMV, "4e0fef9b-1d43-41bd-b8bd-4d7bf7457a2a", 0x4e0fef9b, 0x1d43, 0x41bd, 0xb8, 0xbd, 0x4d, 0x7b, 0xf7, 0x45, 0x7a, 0x2a ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :217:1: note: expanded from here CODECAPI_GUID_AVEncWMV ^ In file included from src/libavcodec/mfenc.c:25: In file included from src/libavcodec/mf_utils.h:36: /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:424:1: error: a parameter list without types is only allowed in a function definition DEFINE_CODECAPI_GUID( GUID_AVEndMPEG4Video, "dd37b12a-9503-4f8b-b8d0-324a00c0a1cf", 0xdd37b12a, 0x9503, 0x4f8b, 0xb8, 0xd0, 0x32, 0x4a, 0x00, 0xc0, 0xa1, 0xcf ) ^ /home/martin/msvc2017/kits/10/include/10.0.17763.0/um/codecapi.h:44:125: note: expanded from macro 'DEFINE_CODECAPI_GUID' #define DEFINE_CODECAPI_GUID( name, guidstr, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11 ) DEFINE_GUIDSTRUCT( guidstr, CODECAPI_##name ); ^ :218:1: note: expanded from here CODECAPI_GUID_AVEndMPEG4Video ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. /home/martin/fate/src/ffbuild/common.mak:59: recipe for target 'libavcodec/mf_utils.o' failed make: *** [libavcodec/mf_utils.o] Error 1 make: *** Waiting for unfinished jobs.... 20 errors generated. /home/martin/fate/src/ffbuild/common.mak:59: recipe for target 'libavcodec/mfenc.o' failed make: *** [libavcodec/mfenc.o] Error 1