CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/dshow.o CC libavdevice/dshow_common.o CC libavdevice/dshow_crossbar.o CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_enumpins.o CC libavdevice/dshow_filter.o CC libavdevice/dshow_pin.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/utils.o CC libavdevice/vfwcap.o WINDRES libavdevice/avdeviceres.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c: In function 'vfw_read_header': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:331:35: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:25:0: C:/Dev/ffmpeg/git/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG * {aka long int *}' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:331:59: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:25:0: C:/Dev/ffmpeg/git/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG * {aka long int *}' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^~~~~~~~~~~~~~~~~~~ WINDRES libavfilter/avfilterres.o WINDRES libswscale/swscaleres.o WINDRES libavutil/avutilres.o CC libpostproc/postprocess.o WINDRES libpostproc/postprocres.o WINDRES libavresample/avresampleres.o 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/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/audiointerleave.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/cache.o CC libavformat/c93.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/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c: In function 'detect_stream_specific': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:206:9: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations] if (!(bsf = av_bitstream_filter_init("h264_mp4toannexb"))) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:27: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5837:27: note: declared here AVBitStreamFilterContext *av_bitstream_filter_init(const char *name); ^~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c: In function 'concat_read_close': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:372:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations] av_bitstream_filter_close(cat->files[i].streams[j].bsf); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:27: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5881:6: note: declared here void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); ^~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c: In function 'filter_packet': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:532:9: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations] ret = av_bitstream_filter_filter(bsf, cs->avctx, NULL, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/concatdec.c:27: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5869:5: note: declared here int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, ^~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/cutils.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c: In function 'dump_stream_format': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:429:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:430:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:431:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:432:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:433:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:434:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:469:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:469:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:481:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:36:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c: In function 'ffm_close': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:256:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:256:9: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] av_freep(&s->streams[i]->codec->rc_eq); ^~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2668:17: note: declared here const char *rc_eq; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c: In function 'ffm2_read_header': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:348:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:422:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2668:17: note: declared here const char *rc_eq; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:433:13: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2003:9: note: declared here int mpeg_quant; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:435:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1911:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:438:13: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2767:9: note: declared here int frame_skip_cmp; ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:439:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2690:11: note: declared here float rc_buffer_aggressivity; ^~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:442:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2729:9: note: declared here int coder_type; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:447:13: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2261:9: note: declared here int scenechange_threshold; ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:448:13: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1982:9: note: declared here int b_frame_strategy; ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:518:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_parameters_from_context(s->streams[i]->codecpar, s->streams[i]->codec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c: In function 'ffm_read_header': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:578:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:631:13: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] codec->rc_eq = av_strdup(rc_eq_buf); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2668:17: note: declared here const char *rc_eq; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:642:13: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] codec->mpeg_quant = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2003:9: note: declared here int mpeg_quant; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:644:13: warning: 'me_method' is deprecated [-Wdeprecated-declarations] codec->me_method = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1911:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:647:13: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] codec->frame_skip_cmp = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2767:9: note: declared here int frame_skip_cmp; ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:648:13: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] codec->rc_buffer_aggressivity = av_int2double(avio_rb64(pb)); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2690:11: note: declared here float rc_buffer_aggressivity; ^~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:651:13: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] codec->coder_type = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2729:9: note: declared here int coder_type; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:656:13: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] codec->scenechange_threshold = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2261:9: note: declared here int scenechange_threshold; ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:657:13: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] codec->b_frame_strategy = avio_rb32(pb); ^~~~~ In file included from C:/Dev/ffmpeg/git/libavcodec/internal.h:33:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:32: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1982:9: note: declared here int b_frame_strategy; ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmdec.c:544:24: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int i, nb_streams, ret; ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmenc.c: In function 'ffm_write_header': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmenc.c:246:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] bit_rate += st->codec->bit_rate; ^~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmenc.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmenc.c:259:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec = st->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/ffmenc.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.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/g722.o CC libavformat/g723_1.o CC libavformat/g729dec.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/golomb_tab.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/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.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/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/ipmovie.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/img2enc.c: In function 'write_packet': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/img2enc.c:163:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] (ret = av_dup_packet(&pkt2)) < 0 || ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/img2enc.c:30: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4450:5: note: declared here int av_dup_packet(AVPacket *pkt); ^~~~~~~~~~~~~ CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/log2_tab.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 CC libavformat/microdvdenc.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/movenc.o CC libavformat/movenccenc.o CC libavformat/movenchint.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c: In function 'mov_init': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c:5520:33: warning: variable 'tmcd_track' set but not used [-Wunused-but-set-variable] int i, ret, hint_track = 0, tmcd_track = 0; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c:5520:17: warning: variable 'hint_track' set but not used [-Wunused-but-set-variable] int i, ret, hint_track = 0, tmcd_track = 0; ^~~~~~~~~~ CC libavformat/mp3dec.o CC libavformat/mp3enc.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c: In function 'mov_flush_fragment': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c:890:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (cluster_idx >= track->entry) ^ CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/mpegts.c: In function 'new_data_packet': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/mpegts.c:884:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pkt->data = buffer; ^ 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 CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/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 CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/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/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/rtpdec_mpeg4.c: In function 'parse_fmtp': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/rtpdec_mpeg4.c:281:38: warning: passing argument 2 of 'parse_fmtp_config' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] res = parse_fmtp_config(par, value); ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/rtpdec_mpeg4.c:100:12: note: expected 'char *' but argument is of type 'const char *' static int parse_fmtp_config(AVCodecParameters *par, char *value) ^~~~~~~~~~~~~~~~~ CC libavformat/rtpdec_qt.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/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sdp.o CC libavformat/sdr2.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c: In function 'sdp_write_media_attributes': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:692:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:696:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:698:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/segafilm.o CC libavformat/segment.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.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 CC libavformat/tty.o CC libavformat/txd.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:5372:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/audiointerleave.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:43: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:5373:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/audiointerleave.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:43: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o 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 WINDRES libavformat/avformatres.o WINDRES libavcodec/avcodecres.o WINDRES libswresample/swresampleres.o AR libavformat/libavformat.a AR libpostproc/libpostproc.a HOSTCC doc/print_options.o CC ffmpeg.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:95:1: warning: 'me_method' is deprecated [-Wdeprecated-declarations] {"me_method", "set motion estimation method", OFFSET(me_method), AV_OPT_TYPE_INT, {.i64 = ME_EPZS }, INT_MIN, INT_MAX, V|E, "me_method"}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1911:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:127:1: warning: 'rc_strategy' is deprecated [-Wdeprecated-declarations] {"rc_strategy", "ratecontrol method", OFFSET(rc_strategy), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1975:30: note: declared here attribute_deprecated int rc_strategy; ^~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:130:1: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] {"b_strategy", "strategy to choose between I/P/B-frames", OFFSET(b_frame_strategy), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1982:9: note: declared here int b_frame_strategy; ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:131:1: warning: 'rtp_payload_size' is deprecated [-Wdeprecated-declarations] {"ps", "RTP payload size in bytes", OFFSET(rtp_payload_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2808:9: note: declared here int rtp_payload_size; /* The size of the RTP payload: the coder will */ ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:134:1: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations] {"mv_bits", NULL, OFFSET(mv_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2819:9: note: declared here int mv_bits; ^~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:135:1: warning: 'header_bits' is deprecated [-Wdeprecated-declarations] {"header_bits", NULL, OFFSET(header_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2821:9: note: declared here int header_bits; ^~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:136:1: warning: 'i_tex_bits' is deprecated [-Wdeprecated-declarations] {"i_tex_bits", NULL, OFFSET(i_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2823:9: note: declared here int i_tex_bits; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:137:1: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations] {"p_tex_bits", NULL, OFFSET(p_tex_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2825:9: note: declared here int p_tex_bits; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:138:1: warning: 'i_count' is deprecated [-Wdeprecated-declarations] {"i_count", NULL, OFFSET(i_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2827:9: note: declared here int i_count; ^~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:139:1: warning: 'p_count' is deprecated [-Wdeprecated-declarations] {"p_count", NULL, OFFSET(p_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2829:9: note: declared here int p_count; ^~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:140:1: warning: 'skip_count' is deprecated [-Wdeprecated-declarations] {"skip_count", NULL, OFFSET(skip_count), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2831:9: note: declared here int skip_count; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:141:1: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations] {"misc_bits", NULL, OFFSET(misc_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2833:9: note: declared here int misc_bits; ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:142:1: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations] {"frame_bits", NULL, OFFSET(frame_bits), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2837:9: note: declared here int frame_bits; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:186:1: warning: 'mpeg_quant' is deprecated [-Wdeprecated-declarations] {"mpeg_quant", "use MPEG quantizers instead of H.263", OFFSET(mpeg_quant), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2003:9: note: declared here int mpeg_quant; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:189:1: warning: 'rc_qsquish' is deprecated [-Wdeprecated-declarations] {"qsquish", "deprecated, use encoder private options instead", OFFSET(rc_qsquish), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, 0, 99, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2640:11: note: declared here float rc_qsquish; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:190:1: warning: 'rc_qmod_amp' is deprecated [-Wdeprecated-declarations] {"rc_qmod_amp", "deprecated, use encoder private options instead", OFFSET(rc_qmod_amp), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2643:11: note: declared here float rc_qmod_amp; ^~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:191:1: warning: 'rc_qmod_freq' is deprecated [-Wdeprecated-declarations] {"rc_qmod_freq", "deprecated, use encoder private options instead", OFFSET(rc_qmod_freq), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2645:9: note: declared here int rc_qmod_freq; ^~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:195:1: warning: 'rc_eq' is deprecated [-Wdeprecated-declarations] {"rc_eq", "deprecated, use encoder private options instead", OFFSET(rc_eq), AV_OPT_TYPE_STRING, {.str = NULL}, CHAR_MIN, CHAR_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2668:17: note: declared here const char *rc_eq; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:202:1: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] {"rc_buf_aggressivity", "deprecated, use encoder private options instead", OFFSET(rc_buffer_aggressivity), AV_OPT_TYPE_FLOAT, {.dbl = 1.0 }, -FLT_MAX, FLT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2690:11: note: declared here float rc_buffer_aggressivity; ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:207:1: warning: 'rc_initial_cplx' is deprecated [-Wdeprecated-declarations] {"rc_init_cplx", "deprecated, use encoder private options instead", OFFSET(rc_initial_cplx), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2693:11: note: declared here float rc_initial_cplx; ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:252:1: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] {"pred", "prediction method", OFFSET(prediction_method), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "pred"}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2067:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:296:1: warning: 'pre_me' is deprecated [-Wdeprecated-declarations] {"preme", "pre motion estimation", OFFSET(pre_me), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2148:9: note: declared here int pre_me; ^~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:320:1: warning: 'dtg_active_format' is deprecated [-Wdeprecated-declarations] {"dtg_active_format", NULL, OFFSET(dtg_active_format), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2182:30: note: declared here attribute_deprecated int dtg_active_format; ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:324:1: warning: 'intra_quant_bias' is deprecated [-Wdeprecated-declarations] {"ibias", "intra quant bias", OFFSET(intra_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2205:30: note: declared here attribute_deprecated int intra_quant_bias; ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:325:1: warning: 'inter_quant_bias' is deprecated [-Wdeprecated-declarations] {"pbias", "inter quant bias", OFFSET(inter_quant_bias), AV_OPT_TYPE_INT, {.i64 = FF_DEFAULT_QUANT_BIAS }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2211:30: note: declared here attribute_deprecated int inter_quant_bias; ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:329:1: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] {"coder", NULL, OFFSET(coder_type), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "coder"}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2729:9: note: declared here int coder_type; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:339:1: warning: 'context_model' is deprecated [-Wdeprecated-declarations] {"context", "context model", OFFSET(context_model), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2735:9: note: declared here int context_model; ^~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:343:1: warning: 'xvmc_acceleration' is deprecated [-Wdeprecated-declarations] {"xvmc_acceleration", NULL, OFFSET(xvmc_acceleration), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2231:30: note: declared here attribute_deprecated int xvmc_acceleration; ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:350:1: warning: 'stream_codec_tag' is deprecated [-Wdeprecated-declarations] {"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1715:18: note: declared here unsigned int stream_codec_tag; ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:353:1: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] {"sc_threshold", "scene change threshold", OFFSET(scenechange_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2261:9: note: declared here int scenechange_threshold; ^~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:356:1: warning: 'lmin' is deprecated [-Wdeprecated-declarations] {"lmin", "deprecated, use encoder private options instead", OFFSET(lmin), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2743:9: note: declared here int lmin; ^~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:357:1: warning: 'lmax' is deprecated [-Wdeprecated-declarations] {"lmax", "deprecated, use encoder private options instead", OFFSET(lmax), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2749:9: note: declared here int lmax; ^~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:360:1: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations] {"nr", "noise reduction", OFFSET(noise_reduction), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2265:9: note: declared here int noise_reduction; ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:365:1: warning: 'error_rate' is deprecated [-Wdeprecated-declarations] {"error", NULL, OFFSET(error_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:3321:9: note: declared here int error_rate; ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:370:1: warning: 'me_threshold' is deprecated [-Wdeprecated-declarations] {"me_threshold", "motion estimation threshold", OFFSET(me_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2273:9: note: declared here int me_threshold; ^~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:371:1: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations] {"mb_threshold", "macroblock threshold", OFFSET(mb_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2279:9: note: declared here int mb_threshold; ^~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:403:1: warning: 'frame_skip_threshold' is deprecated [-Wdeprecated-declarations] {"skip_threshold", "frame skip threshold", OFFSET(frame_skip_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2755:9: note: declared here int frame_skip_threshold; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:404:1: warning: 'frame_skip_factor' is deprecated [-Wdeprecated-declarations] {"skip_factor", "frame skip factor", OFFSET(frame_skip_factor), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2759:9: note: declared here int frame_skip_factor; ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:405:1: warning: 'frame_skip_exp' is deprecated [-Wdeprecated-declarations] {"skip_exp", "frame skip exponent", OFFSET(frame_skip_exp), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2763:9: note: declared here int frame_skip_exp; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:406:1: warning: 'frame_skip_cmp' is deprecated [-Wdeprecated-declarations] {"skipcmp", "frame skip compare function", OFFSET(frame_skip_cmp), AV_OPT_TYPE_INT, {.i64 = FF_CMP_DCTMAX }, INT_MIN, INT_MAX, V|E, "cmp_func"}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2767:9: note: declared here int frame_skip_cmp; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:409:1: warning: 'border_masking' is deprecated [-Wdeprecated-declarations] {"border_mask", "deprecated, use encoder private options instead", OFFSET(border_masking), AV_OPT_TYPE_FLOAT, {.dbl = DEFAULT }, -FLT_MAX, FLT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2308:11: note: declared here float border_masking; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:414:1: warning: 'me_penalty_compensation' is deprecated [-Wdeprecated-declarations] {"mepc", "motion estimation bitrate penalty compensation (1.0 = 256)", OFFSET(me_penalty_compensation), AV_OPT_TYPE_INT, {.i64 = 256 }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2330:9: note: declared here int me_penalty_compensation; ^~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:428:1: warning: 'brd_scale' is deprecated [-Wdeprecated-declarations] {"brd_scale", "downscale frames for dynamic B-frame decision", OFFSET(brd_scale), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, 10, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2342:9: note: declared here int brd_scale; ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:433:1: warning: 'chromaoffset' is deprecated [-Wdeprecated-declarations] {"chromaoffset", "chroma QP offset from luma", OFFSET(chromaoffset), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2362:9: note: declared here int chromaoffset; ^~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:437:1: warning: 'scenechange_factor' is deprecated [-Wdeprecated-declarations] {"sc_factor", "multiplied by qscale for each frame and added to scene_change_score", OFFSET(scenechange_factor), AV_OPT_TYPE_INT, {.i64 = 6 }, 0, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2371:30: note: declared here attribute_deprecated int scenechange_factor; ^~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:441:1: warning: 'b_sensitivity' is deprecated [-Wdeprecated-declarations] {"b_sensitivity", "adjust sensitivity of b_frame_strategy 1", OFFSET(b_sensitivity), AV_OPT_TYPE_INT, {.i64 = 40 }, 1, INT_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2384:9: note: declared here int b_sensitivity; ^~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:445:1: warning: 'min_prediction_order' is deprecated [-Wdeprecated-declarations] {"min_prediction_order", NULL, OFFSET(min_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2780:9: note: declared here int min_prediction_order; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:446:1: warning: 'max_prediction_order' is deprecated [-Wdeprecated-declarations] {"max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2784:9: note: declared here int max_prediction_order; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:447:1: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] {"timecode_frame_start", "GOP timecode frame start number, in non-drop-frame format", OFFSET(timecode_frame_start), AV_OPT_TYPE_INT64, {.i64 = -1 }, -1, INT64_MAX, V|E}, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2788:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:36:0: C:/Dev/ffmpeg/git/libavcodec/options_table.h:560:1: warning: 'side_data_only_packets' is deprecated [-Wdeprecated-declarations] {"side_data_only_packets", NULL, OFFSET(side_data_only_packets), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|V|E }, ^ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/print_options.c:33: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:3349:9: note: declared here int side_data_only_packets; ^~~~~~~~~~~~~~~~~~~~~~ CC cmdutils.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c: In function 'do_streamcopy': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:1990:9: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] int ret = avpicture_fill(&pict, opkt.data, ost->st->codecpar->format, ost->st->codecpar->width, ost->st->codecpar->height); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5453:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c: In function 'init_output_stream': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:3309:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4241:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:3309:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:3337:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c: In function 'check_keyboard_interaction': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:3734:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:3753:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:42:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c: In function 'sub2video_push_ref': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:223:9: warning: ignoring return value of 'av_buffersrc_add_frame_flags', declared with attribute warn_unused_result [-Wunused-result] av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AV_BUFFERSRC_FLAG_KEEP_REF | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AV_BUFFERSRC_FLAG_PUSH); ~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c: In function 'sub2video_flush': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.c:298:9: warning: ignoring return value of 'av_buffersrc_add_frame', declared with attribute warn_unused_result [-Wunused-result] av_buffersrc_add_frame(ist->filters[i]->filter, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC ffmpeg_opt.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c: In function 'add_input_streams': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:723:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_codec_get_lowres(st->codec)) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:724:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_codec_set_lowres(ist->dec_ctx, av_codec_get_lowres(st->codec)); ^~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:725:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:726:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:727:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:728:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c: In function 'read_ffserver_streams': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:1934:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_get_context_defaults3(st->codec, codec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:1939:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN); ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:1946:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] choose_pixel_fmt(st, st->codec, codec, st->codecpar->format); ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:1947:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4241:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:1947:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ost->enc_ctx, st->codec); ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c: In function 'open_output_file': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:2346:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg.h:32, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffmpeg_opt.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC ffmpeg_filter.o CC ffmpeg_cuvid.o CC ffmpeg_dxva2.o CC ffprobe.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c: In function 'show_packet': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:1813:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1630:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:1814:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1630:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c: In function 'process_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:1982:13: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(dec_ctx, frame, &got_frame, pkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:1986:13: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, pkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4763:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c: In function 'show_stream': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:2285:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2788:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:2287:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2788:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:2351:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:1728:12: warning: 'codec' is deprecated [-Wdeprecated-declarations] struct unit_value uv; \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:2351:41: note: in expansion of macro 'print_val' if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffprobe.c:31:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.ver CC libavfilter/aeval.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_asyncts.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.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_hdcd.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/dualinput.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.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/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c: In function 'ff_load_image': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c:53:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = format_ctx->streams[0]->codec; ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c:22: C:/Dev/ffmpeg/git/libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c:79:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.h:27, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c:22: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/settb.o CC libavfilter/setpts.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c: In function 'movie_push_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:524:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:40: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:527:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:40: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4763:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.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_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_decimate.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hwupload_cuda.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_hwupload.c: In function 'hwupload_query_formats': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_hwupload.c:84:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result] ff_formats_ref(input_formats, &avctx->inputs[0]->out_formats); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_hwupload.c:86:5: warning: ignoring return value of 'ff_formats_ref', declared with attribute warn_unused_result [-Wunused-result] ff_formats_ref(ff_make_format_list(output_pix_fmts), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ &avctx->outputs[0]->in_formats); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_mergeplanes.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c: In function 'config_props': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:137:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] enc_ctx->me_method = ME_ITER; ^~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:54:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1911:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:192:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:54:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5323:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:196:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:54:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:3099:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ CC libavfilter/vf_mestimate.o CC libavfilter/vf_minterpolate.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_minterpolate.c: In function 'inject_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_minterpolate.c:724:23: warning: variable 'frame' set but not used [-Wunused-but-set-variable] Frame frame_tmp, *frame; ^~~~~ 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_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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_paletteuse.c: In function 'set_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_paletteuse.c:446:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (left) src[ src_linesize + x - 1] = dither_color(src[ src_linesize + x - 1], er, eg, eb, 2, 4); ^~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_paletteuse.c:447:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' src[ src_linesize + x ] = dither_color(src[ src_linesize + x ], er, eg, eb, 3, 4); ^~~ CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.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_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o CC libavfilter/vf_vaguedenoiser.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c: In function 'filter': CC libavfilter/vf_vectorscope.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:35:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:34: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5323:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:35:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:34: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:3099:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o CC libavfilter/window_func.o YASM libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/avf_showcqt_init.o YASM libavfilter/x86/avf_showcqt.o STRIP libavfilter/x86/avf_showcqt.o YASM libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o STRIP libavfilter/x86/colorspacedsp.o CC libavfilter/x86/vf_blend_init.o YASM libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_bwdif_init.o STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_eq.o YASM libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_fspp_init.o YASM libavfilter/x86/vf_fspp.o STRIP libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/vf_fspp.o YASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o STRIP libavfilter/x86/vf_gradfun.o YASM libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_hqdn3d_init.o STRIP libavfilter/x86/vf_hqdn3d.o YASM libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o STRIP libavfilter/x86/vf_idet.o YASM libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_interlace_init.o STRIP libavfilter/x86/vf_interlace.o YASM libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_pp7_init.o YASM libavfilter/x86/vf_pp7.o YASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o STRIP libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_pullup_init.o YASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_removegrain_init.o YASM libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_spp.o STRIP libavfilter/x86/vf_removegrain.o YASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o STRIP libavfilter/x86/vf_ssim.o YASM libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_stereo3d_init.o CC libavfilter/x86/vf_tinterlace_init.o STRIP libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_w3fdif_init.o YASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_yadif_init.o STRIP libavfilter/x86/vf_w3fdif.o YASM libavfilter/x86/vf_yadif.o YASM libavfilter/x86/yadif-10.o STRIP libavfilter/x86/vf_yadif.o YASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/yadif-10.o CC libswscale/alphablend.o CC libswscale/gamma.o STRIP libavfilter/x86/yadif-16.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:929:13: warning: 'planar_rgb14be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(14) ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:929:13: warning: 'planar_rgb14le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:947:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(14) ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:929:13: warning: 'planar_rgb9be_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:942:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, be, 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(9) ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:929:13: warning: 'planar_rgb9le_to_a' defined but not used [-Wunused-function] static void planar_rgb##nbits##endian_name##_to_a(uint8_t *dst, const uint8_t *src[4], \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:941:5: note: in expansion of macro 'rgb9plus_planar_funcs_endian' rgb9plus_planar_funcs_endian(nbits, le, 0) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/input.c:944:1: note: in expansion of macro 'rgb9plus_planar_funcs' rgb9plus_planar_funcs(9) ^~~~~~~~~~~~~~~~~~~~~ CC libswscale/log2_tab.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/slice.c: In function 'ff_init_slice_from_src': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/slice.c:178:56: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] s->plane[i].line[start[i] - first + j] = src_[i] + j * stride[i]; ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/slice.c:184:37: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] s->plane[i].line[j] = src_[i] + j * stride[i]; ^ CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o YASM libswscale/x86/input.o YASM libswscale/x86/output.o STRIP libswscale/x86/input.o STRIP libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o YASM libswscale/x86/scale.o CC libswscale/x86/swscale.o STRIP libswscale/x86/scale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_cuda.o CC libavutil/hwcontext_dxva2.o CC libavutil/imgutils.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_cuda_internal.h:23:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_cuda.c:23: C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuda_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:181:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuInit, "cuInit"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:182:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetCount, "cuDeviceGetCount"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:183:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGet, "cuDeviceGet"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:184:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetName, "cuDeviceGetName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:185:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceComputeCapability, "cuDeviceComputeCapability"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:186:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxCreate, "cuCtxCreate_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:187:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPushCurrent, "cuCtxPushCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:188:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPopCurrent, "cuCtxPopCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:189:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxDestroy, "cuCtxDestroy_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:190:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemAlloc, "cuMemAlloc_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:191:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemFree, "cuMemFree_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:192:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemcpy2D, "cuMemcpy2D_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:193:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorName, "cuGetErrorName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:194:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorString, "cuGetErrorString"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuvid_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:204:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateDecoder, "cuvidCreateDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:205:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyDecoder, "cuvidDestroyDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:206:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDecodePicture, "cuvidDecodePicture"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:211:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidMapVideoFrame, "cuvidMapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:212:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidUnmapVideoFrame, "cuvidUnmapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:214:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockCreate, "cuvidCtxLockCreate"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:215:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockDestroy, "cuvidCtxLockDestroy"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:216:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLock, "cuvidCtxLock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:217:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxUnlock, "cuvidCtxUnlock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:219:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSource, "cuvidCreateVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:220:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSourceW, "cuvidCreateVideoSourceW"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:221:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoSource, "cuvidDestroyVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:222:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidSetVideoSourceState, "cuvidSetVideoSourceState"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:224:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceVideoFormat, "cuvidGetSourceVideoFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:225:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceAudioFormat, "cuvidGetSourceAudioFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:226:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoParser, "cuvidCreateVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:227:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidParseVideoData, "cuvidParseVideoData"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:228:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoParser, "cuvidDestroyVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'nvenc_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:237:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPICreateInstance, "NvEncodeAPICreateInstance"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:238:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPIGetMaxSupportedVersion, "NvEncodeAPIGetMaxSupportedVersion"); ^ CC libavutil/integer.o CC libavutil/intmath.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c: In function 'dxva2_transfer_data': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:282:49: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(dst->data, dst->linesize, surf_data, surf_linesize, ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:119:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:285:49: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(surf_data, surf_linesize, src->data, src->linesize, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:119:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t * const* {aka unsigned char * const*}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^~~~~~~~~~~~~ CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o YASM libavutil/x86/cpuid.o YASM libavutil/x86/fixed_dsp.o STRIP libavutil/x86/cpuid.o CC libavutil/x86/fixed_dsp_init.o STRIP libavutil/x86/fixed_dsp.o CC libavutil/x86/float_dsp_init.o YASM libavutil/x86/float_dsp.o STRIP libavutil/x86/float_dsp.o YASM libavutil/x86/lls.o CC libavutil/x86/lls_init.o STRIP libavutil/x86/lls.o CC libavutil/x86/pixelutils_init.o YASM libavutil/x86/pixelutils.o CC libavutil/xga_font_data.o CC libavutil/xtea.o STRIP libavutil/x86/pixelutils.o GEN libpostproc/libpostproc.ver CC libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o CC libavresample/resample.o CC libavresample/utils.o YASM libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o CC libavresample/x86/audio_mix_init.o STRIP libavresample/x86/audio_convert.o CC libavresample/x86/dither_init.o YASM libavresample/x86/dither.o STRIP libavresample/x86/dither.o GEN libavformat/libavformat.ver CC libavcodec/012v.o CC libavcodec/4xm.o YASM libavresample/x86/audio_mix.o CC libavcodec/8bps.o CC libavcodec/a64multienc.o CC libavcodec/8svx.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aacadtsdec.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o STRIP libavresample/x86/audio_mix.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/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/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/audio_frame_queue.o CC libavcodec/audioconvert.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o CC libavcodec/avs.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c: In function 'decode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c:22:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ 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/bitstream.o CC libavcodec/bitstream_filter.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_next': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c:40:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return av_bsf_next(&opaque); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_init': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c:71:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] ctx->filter = bsf; ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/bitstream_filter.c:133:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pkt.data = buf; ^ CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.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/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.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/cuvid.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/cuvid.c:22:0: C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuda_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:181:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuInit, "cuInit"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:182:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetCount, "cuDeviceGetCount"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:183:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGet, "cuDeviceGet"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:184:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetName, "cuDeviceGetName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:185:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceComputeCapability, "cuDeviceComputeCapability"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:186:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxCreate, "cuCtxCreate_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:187:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPushCurrent, "cuCtxPushCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:188:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPopCurrent, "cuCtxPopCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:189:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxDestroy, "cuCtxDestroy_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:190:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemAlloc, "cuMemAlloc_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:191:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemFree, "cuMemFree_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:192:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemcpy2D, "cuMemcpy2D_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:193:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorName, "cuGetErrorName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:194:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorString, "cuGetErrorString"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuvid_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:204:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateDecoder, "cuvidCreateDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:205:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyDecoder, "cuvidDestroyDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:206:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDecodePicture, "cuvidDecodePicture"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:211:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidMapVideoFrame, "cuvidMapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:212:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidUnmapVideoFrame, "cuvidUnmapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:214:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockCreate, "cuvidCtxLockCreate"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:215:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockDestroy, "cuvidCtxLockDestroy"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:216:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLock, "cuvidCtxLock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:217:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxUnlock, "cuvidCtxUnlock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:219:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSource, "cuvidCreateVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:220:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSourceW, "cuvidCreateVideoSourceW"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:221:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoSource, "cuvidDestroyVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:222:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidSetVideoSourceState, "cuvidSetVideoSourceState"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:224:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceVideoFormat, "cuvidGetSourceVideoFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:225:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceAudioFormat, "cuvidGetSourceAudioFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:226:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoParser, "cuvidCreateVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:227:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidParseVideoData, "cuvidParseVideoData"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:228:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoParser, "cuvidDestroyVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'nvenc_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:237:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPICreateInstance, "NvEncodeAPICreateInstance"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:238:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPIGetMaxSupportedVersion, "NvEncodeAPIGetMaxSupportedVersion"); ^ 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/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/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c: In function 'dv_encode_video_segment': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c:379:81: warning: array subscript is above array bounds [-Warray-bounds] for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) ~~~~~~~~~~~~~^~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c:379:81: warning: array subscript is above array bounds [-Warray-bounds] CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/dxva2.o CC libavcodec/dxva2_h264.o CC libavcodec/dxva2_mpeg2.o CC libavcodec/dxva2_vc1.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/elsdec.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/exr.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdsp.o CC libavcodec/flacdec.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fmtconvert.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c: In function 'worker': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:86:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:21: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:5323:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:92:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] int ret2 = av_dup_packet(pkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:21: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4450:5: note: declared here int av_dup_packet(AVPacket *pkt); ^~~~~~~~~~~~~ CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_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/gif.o CC libavcodec/golomb.o CC libavcodec/gifdec.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263dec.o CC libavcodec/h263data.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_loopfilter.o CC libavcodec/h264_mb.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_refs.o CC libavcodec/h264_ps.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/hap.o CC libavcodec/hapdec.o CC libavcodec/hevc.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imdct15.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/intelh263dec.o CC libavcodec/indeo5.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/log2_tab.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/mathtables.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegenc.o CC libavcodec/mjpegdec.o CC libavcodec/mjpegenc_common.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_enc.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo_enc.c: In function 'encode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo_enc.c:1401:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(c, &pkt, frame, &got_output); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo_enc.c:42:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:5323:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/mvcdec.o CC libavcodec/msvideo1enc.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/nvenc.o CC libavcodec/nuv.o CC libavcodec/nvenc_h264.o CC libavcodec/nvenc_hevc.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc.c:24: C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuda_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:181:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuInit, "cuInit"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:182:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetCount, "cuDeviceGetCount"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:183:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGet, "cuDeviceGet"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:184:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetName, "cuDeviceGetName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:185:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceComputeCapability, "cuDeviceComputeCapability"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:186:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxCreate, "cuCtxCreate_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:187:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPushCurrent, "cuCtxPushCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:188:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPopCurrent, "cuCtxPopCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:189:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxDestroy, "cuCtxDestroy_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:190:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemAlloc, "cuMemAlloc_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:191:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemFree, "cuMemFree_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:192:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemcpy2D, "cuMemcpy2D_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:193:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorName, "cuGetErrorName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:194:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorString, "cuGetErrorString"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuvid_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:204:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateDecoder, "cuvidCreateDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:205:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyDecoder, "cuvidDestroyDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:206:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDecodePicture, "cuvidDecodePicture"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:211:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidMapVideoFrame, "cuvidMapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:212:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidUnmapVideoFrame, "cuvidUnmapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:214:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockCreate, "cuvidCtxLockCreate"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:215:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockDestroy, "cuvidCtxLockDestroy"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:216:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLock, "cuvidCtxLock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:217:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxUnlock, "cuvidCtxUnlock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:219:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSource, "cuvidCreateVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:220:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSourceW, "cuvidCreateVideoSourceW"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:221:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoSource, "cuvidDestroyVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:222:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidSetVideoSourceState, "cuvidSetVideoSourceState"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:224:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceVideoFormat, "cuvidGetSourceVideoFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:225:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceAudioFormat, "cuvidGetSourceAudioFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:226:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoParser, "cuvidCreateVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:227:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidParseVideoData, "cuvidParseVideoData"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:228:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoParser, "cuvidDestroyVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'nvenc_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:237:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPICreateInstance, "NvEncodeAPICreateInstance"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:238:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPIGetMaxSupportedVersion, "NvEncodeAPIGetMaxSupportedVersion"); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc_h264.c:24: C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuda_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:181:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuInit, "cuInit"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:182:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetCount, "cuDeviceGetCount"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:183:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGet, "cuDeviceGet"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:184:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetName, "cuDeviceGetName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:185:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceComputeCapability, "cuDeviceComputeCapability"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:186:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxCreate, "cuCtxCreate_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:187:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPushCurrent, "cuCtxPushCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:188:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPopCurrent, "cuCtxPopCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:189:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxDestroy, "cuCtxDestroy_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:190:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemAlloc, "cuMemAlloc_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:191:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemFree, "cuMemFree_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:192:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemcpy2D, "cuMemcpy2D_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:193:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorName, "cuGetErrorName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:194:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorString, "cuGetErrorString"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuvid_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:204:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateDecoder, "cuvidCreateDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:205:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyDecoder, "cuvidDestroyDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:206:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDecodePicture, "cuvidDecodePicture"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:211:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidMapVideoFrame, "cuvidMapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:212:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidUnmapVideoFrame, "cuvidUnmapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:214:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockCreate, "cuvidCtxLockCreate"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:215:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockDestroy, "cuvidCtxLockDestroy"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:216:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLock, "cuvidCtxLock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:217:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxUnlock, "cuvidCtxUnlock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:219:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSource, "cuvidCreateVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:220:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSourceW, "cuvidCreateVideoSourceW"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:221:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoSource, "cuvidDestroyVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:222:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidSetVideoSourceState, "cuvidSetVideoSourceState"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:224:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceVideoFormat, "cuvidGetSourceVideoFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:225:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceAudioFormat, "cuvidGetSourceAudioFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:226:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoParser, "cuvidCreateVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:227:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidParseVideoData, "cuvidParseVideoData"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:228:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoParser, "cuvidDestroyVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'nvenc_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:237:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPICreateInstance, "NvEncodeAPICreateInstance"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:238:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPIGetMaxSupportedVersion, "NvEncodeAPIGetMaxSupportedVersion"); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/nvenc_hevc.c:24: C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuda_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:181:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuInit, "cuInit"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:182:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetCount, "cuDeviceGetCount"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:183:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGet, "cuDeviceGet"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:184:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceGetName, "cuDeviceGetName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:185:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuDeviceComputeCapability, "cuDeviceComputeCapability"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:186:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxCreate, "cuCtxCreate_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:187:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPushCurrent, "cuCtxPushCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:188:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxPopCurrent, "cuCtxPopCurrent_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:189:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuCtxDestroy, "cuCtxDestroy_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:190:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemAlloc, "cuMemAlloc_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:191:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemFree, "cuMemFree_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:192:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuMemcpy2D, "cuMemcpy2D_v2"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:193:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorName, "cuGetErrorName"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:194:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuGetErrorString, "cuGetErrorString"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'cuvid_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:204:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateDecoder, "cuvidCreateDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:205:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyDecoder, "cuvidDestroyDecoder"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:206:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDecodePicture, "cuvidDecodePicture"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:211:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidMapVideoFrame, "cuvidMapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:212:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidUnmapVideoFrame, "cuvidUnmapVideoFrame"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:214:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockCreate, "cuvidCtxLockCreate"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:215:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLockDestroy, "cuvidCtxLockDestroy"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:216:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxLock, "cuvidCtxLock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:217:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCtxUnlock, "cuvidCtxUnlock"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:219:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSource, "cuvidCreateVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:220:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoSourceW, "cuvidCreateVideoSourceW"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:221:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoSource, "cuvidDestroyVideoSource"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:222:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidSetVideoSourceState, "cuvidSetVideoSourceState"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:224:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceVideoFormat, "cuvidGetSourceVideoFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:225:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidGetSourceAudioFormat, "cuvidGetSourceAudioFormat"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:226:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidCreateVideoParser, "cuvidCreateVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:227:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidParseVideoData, "cuvidParseVideoData"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:228:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(cuvidDestroyVideoParser, "cuvidDestroyVideoParser"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h: In function 'nvenc_load_functions': C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:237:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPICreateInstance, "NvEncodeAPICreateInstance"); ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:71:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] if (!((f->fun) = dlsym(f->lib, symbol))) { \ ^ C:/Dev/ffmpeg/git/compat/cuda/dynlink_loader.h:238:5: note: in expansion of macro 'LOAD_SYMBOL' LOAD_SYMBOL(NvEncodeAPIGetMaxSupportedVersion, "NvEncodeAPIGetMaxSupportedVersion"); ^ CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus_celt.c:34:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opustab.h:150:23: warning: redundant redeclaration of 'ff_celt_window2' [-Wredundant-decls] extern const float ff_celt_window2[120]; ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus_celt.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus.h:208:20: note: previous declaration of 'ff_celt_window2' was here extern const float ff_celt_window2[120]; ^~~~~~~~~~~~~~~ CC libavcodec/opus_parser.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o CC libavcodec/opusdec.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus_silk.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opustab.h:150:23: warning: redundant redeclaration of 'ff_celt_window2' [-Wredundant-decls] extern const float ff_celt_window2[120]; ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus_silk.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opus.h:208:20: note: previous declaration of 'ff_celt_window2' was here extern const float ff_celt_window2[120]; ^~~~~~~~~~~~~~~ CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/profiles.o CC libavcodec/pnmenc.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psymodel.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdrw.o CC libavcodec/qdm2.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/rangecoder.o CC libavcodec/ralf.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/resample.o CC libavcodec/resample2.o CC libavcodec/reverse.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o CC libavcodec/snappy.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c: In function 'encode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1647:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] av_frame_unref(avctx->coded_frame); ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:3099:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1648:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ret = av_frame_ref(avctx->coded_frame, s->current_picture); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:3099:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1678:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] s->m.me_method= s->avctx->me_method; ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:1911:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1881:5: warning: 'frame_bits' is deprecated [-Wdeprecated-declarations] avctx->frame_bits = s->m.frame_bits; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2837:9: note: declared here int frame_bits; ^~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1882:5: warning: 'mv_bits' is deprecated [-Wdeprecated-declarations] avctx->mv_bits = s->m.mv_bits; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2819:9: note: declared here int mv_bits; ^~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1883:5: warning: 'misc_bits' is deprecated [-Wdeprecated-declarations] avctx->misc_bits = s->m.misc_bits; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2833:9: note: declared here int misc_bits; ^~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:1884:5: warning: 'p_tex_bits' is deprecated [-Wdeprecated-declarations] avctx->p_tex_bits = s->m.p_tex_bits; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/snowenc.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2825:9: note: declared here int p_tex_bits; ^~~~~~~~~~ CC libavcodec/sp5xdec.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/tdsc.o CC libavcodec/textdec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/tdsc.c: In function 'tdsc_decode_jpeg_tile': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/tdsc.c:354:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(ctx->jpeg_avctx, ctx->jpgframe, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/tdsc.c:41:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4812:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c: In function 'avcodec_encode_audio2': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:1916:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] if (av_dup_packet(avpkt) < 0) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:46:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4450:5: note: declared here int av_dup_packet(AVPacket *pkt); ^~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c: In function 'avcodec_encode_video2': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2012:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] if (av_dup_packet(avpkt) < 0) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:46:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4450:5: note: declared here int av_dup_packet(AVPacket *pkt); ^~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c: In function 'avcodec_decode_video2': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2238:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] avctx->internal->pkt = avpkt; ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2239:37: warning: passing argument 2 of 'apply_param_change' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] ret = apply_param_change(avctx, avpkt); ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2089:12: note: expected 'AVPacket * {aka struct AVPacket *}' but argument is of type 'const AVPacket * {aka const struct AVPacket *}' static int apply_param_change(AVCodecContext *avctx, AVPacket *avpkt) ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c: In function 'do_decode': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2788:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(avctx, avctx->internal->buffer_frame, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2213:25: note: declared here int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2793:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(avctx, avctx->internal->buffer_frame, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2316:25: note: declared here int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c: In function 'do_encode': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2939:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:1954:25: note: declared here int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:2942:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/utils.c:1808:25: note: declared here int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o CC libavcodec/x86/aacencdsp_init.o YASM libavcodec/x86/aacencdsp.o STRIP libavcodec/x86/aacencdsp.o CC libavcodec/x86/aacpsdsp_init.o YASM libavcodec/x86/aacpsdsp.o CC libavcodec/x86/ac3dsp_init.o YASM libavcodec/x86/ac3dsp.o STRIP libavcodec/x86/aacpsdsp.o CC libavcodec/x86/alacdsp_init.o STRIP libavcodec/x86/ac3dsp.o YASM libavcodec/x86/alacdsp.o CC libavcodec/x86/audiodsp_init.o STRIP libavcodec/x86/alacdsp.o YASM libavcodec/x86/audiodsp.o CC libavcodec/x86/blockdsp_init.o STRIP libavcodec/x86/audiodsp.o YASM libavcodec/x86/blockdsp.o CC libavcodec/x86/bswapdsp_init.o STRIP libavcodec/x86/blockdsp.o YASM libavcodec/x86/bswapdsp.o CC libavcodec/x86/cavsdsp.o CC libavcodec/x86/constants.o STRIP libavcodec/x86/bswapdsp.o CC libavcodec/x86/dcadsp_init.o YASM libavcodec/x86/dcadsp.o STRIP libavcodec/x86/dcadsp.o CC libavcodec/x86/dct_init.o CC libavcodec/x86/dirac_dwt_init.o YASM libavcodec/x86/dct32.o YASM libavcodec/x86/dirac_dwt.o STRIP libavcodec/x86/dct32.o STRIP libavcodec/x86/dirac_dwt.o CC libavcodec/x86/diracdsp_init.o YASM libavcodec/x86/diracdsp.o YASM libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o STRIP libavcodec/x86/diracdsp.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o CC libavcodec/x86/fft_init.o YASM libavcodec/x86/fft.o YASM libavcodec/x86/flac_dsp_gpl.o STRIP libavcodec/x86/flac_dsp_gpl.o CC libavcodec/x86/flacdsp_init.o STRIP libavcodec/x86/fft.o YASM libavcodec/x86/flacdsp.o CC libavcodec/x86/fmtconvert_init.o YASM libavcodec/x86/fmtconvert.o STRIP libavcodec/x86/flacdsp.o STRIP libavcodec/x86/fmtconvert.o CC libavcodec/x86/g722dsp_init.o YASM libavcodec/x86/fpel.o YASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/fpel.o STRIP libavcodec/x86/g722dsp.o CC libavcodec/x86/h263dsp_init.o YASM libavcodec/x86/h263_loopfilter.o STRIP libavcodec/x86/h263_loopfilter.o YASM libavcodec/x86/h264_chromamc_10bit.o YASM libavcodec/x86/h264_chromamc.o STRIP libavcodec/x86/h264_chromamc_10bit.o YASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/h264_chromamc.o YASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/h264_deblock_10bit.o YASM libavcodec/x86/h264_idct.o YASM libavcodec/x86/h264_idct_10bit.o STRIP libavcodec/x86/h264_idct.o STRIP libavcodec/x86/h264_idct_10bit.o YASM libavcodec/x86/h264_intrapred.o CC libavcodec/x86/h264_intrapred_init.o YASM libavcodec/x86/h264_intrapred_10bit.o CC libavcodec/x86/h264_qpel.o STRIP libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_intrapred_10bit.o YASM libavcodec/x86/h264_qpel_10bit.o YASM libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_qpel_8bit.o YASM libavcodec/x86/h264_weight_10bit.o YASM libavcodec/x86/h264_weight.o CC libavcodec/x86/h264chroma_init.o STRIP libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264dsp_init.o YASM libavcodec/x86/hevc_deblock.o YASM libavcodec/x86/hevc_idct.o YASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_deblock.o STRIP libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_idct.o YASM libavcodec/x86/hevc_res_add.o YASM libavcodec/x86/hevc_sao.o YASM libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hevc_sao.o CC libavcodec/x86/hevcdsp_init.o STRIP libavcodec/x86/hevc_res_add.o CC libavcodec/x86/hpeldsp_init.o YASM libavcodec/x86/hpeldsp.o STRIP libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hpeldsp.o YASM libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/huffyuvdsp_init.o STRIP libavcodec/x86/huffyuvdsp.o YASM libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_mmx.o STRIP libavcodec/x86/huffyuvencdsp.o YASM libavcodec/x86/idctdsp.o CC libavcodec/x86/idctdsp_init.o STRIP libavcodec/x86/idctdsp.o CC libavcodec/x86/jpeg2000dsp_init.o YASM libavcodec/x86/jpeg2000dsp.o YASM libavcodec/x86/imdct36.o STRIP libavcodec/x86/jpeg2000dsp.o YASM libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o STRIP libavcodec/x86/imdct36.o STRIP libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_videodsp_init.o CC libavcodec/x86/lpc.o YASM libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/me_cmp_init.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/mlpdsp_init.o YASM libavcodec/x86/mlpdsp.o YASM libavcodec/x86/me_cmp.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o STRIP libavcodec/x86/me_cmp.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o CC libavcodec/x86/mpegvideoencdsp_init.o YASM libavcodec/x86/mpegvideoencdsp.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/pixblockdsp_init.o YASM libavcodec/x86/pixblockdsp.o STRIP libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pngdsp_init.o YASM libavcodec/x86/pngdsp.o YASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/pngdsp.o CC libavcodec/x86/proresdsp_init.o STRIP libavcodec/x86/proresdsp.o CC libavcodec/x86/qpeldsp_init.o YASM libavcodec/x86/qpel.o STRIP libavcodec/x86/qpel.o YASM libavcodec/x86/qpeldsp.o CC libavcodec/x86/rv34dsp_init.o YASM libavcodec/x86/rv34dsp.o STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/rv40dsp_init.o STRIP libavcodec/x86/qpeldsp.o YASM libavcodec/x86/rv40dsp.o STRIP libavcodec/x86/rv40dsp.o YASM libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o STRIP libavcodec/x86/sbrdsp.o CC libavcodec/x86/simple_idct.o YASM libavcodec/x86/simple_idct10.o CC libavcodec/x86/snowdsp.o STRIP libavcodec/x86/simple_idct10.o CC libavcodec/x86/svq1enc_init.o YASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/svq1enc.o CC libavcodec/x86/synth_filter_init.o YASM libavcodec/x86/synth_filter.o YASM libavcodec/x86/takdsp.o STRIP libavcodec/x86/synth_filter.o CC libavcodec/x86/takdsp_init.o STRIP libavcodec/x86/takdsp.o CC libavcodec/x86/ttadsp_init.o YASM libavcodec/x86/ttadsp.o CC libavcodec/x86/ttaencdsp_init.o YASM libavcodec/x86/ttaencdsp.o STRIP libavcodec/x86/ttadsp.o CC libavcodec/x86/v210-init.o STRIP libavcodec/x86/ttaencdsp.o YASM libavcodec/x86/v210.o CC libavcodec/x86/v210enc_init.o YASM libavcodec/x86/v210enc.o STRIP libavcodec/x86/v210.o CC libavcodec/x86/vc1dsp_init.o STRIP libavcodec/x86/v210enc.o CC libavcodec/x86/vc1dsp_mmx.o YASM libavcodec/x86/vc1dsp_mc.o YASM libavcodec/x86/vc1dsp_loopfilter.o STRIP libavcodec/x86/vc1dsp_mc.o STRIP libavcodec/x86/vc1dsp_loopfilter.o CC libavcodec/x86/videodsp_init.o YASM libavcodec/x86/videodsp.o YASM libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vorbisdsp_init.o STRIP libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/videodsp.o CC libavcodec/x86/vp3dsp_init.o CC libavcodec/x86/vp6dsp_init.o YASM libavcodec/x86/vp6dsp.o YASM libavcodec/x86/vp3dsp.o STRIP libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp8dsp_init.o YASM libavcodec/x86/vp8dsp.o STRIP libavcodec/x86/vp8dsp.o STRIP libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp9dsp_init.o CC libavcodec/x86/vp9dsp_init_10bpp.o YASM libavcodec/x86/vp8dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init_12bpp.o CC libavcodec/x86/vp9dsp_init_16bpp.o STRIP libavcodec/x86/vp8dsp_loopfilter.o YASM libavcodec/x86/vp9intrapred.o YASM libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/vp9intrapred.o YASM libavcodec/x86/vp9itxfm_16bpp.o YASM libavcodec/x86/vp9lpf.o YASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp9lpf.o YASM libavcodec/x86/vp9lpf_16bpp.o YASM libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp9lpf_16bpp.o YASM libavcodec/x86/vp9mc_16bpp.o CC libavcodec/x86/xvididct_init.o STRIP libavcodec/x86/vp9mc_16bpp.o CC libavcodec/xan.o CC libavcodec/xbmdec.o YASM libavcodec/x86/xvididct.o CC libavcodec/xbmenc.o CC libavcodec/xface.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c: In function 'ff_xface_generate_face': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (l >= i && m == j) ~~^~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xface.c:318:27: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow] CC libavcodec/xfacedec.o STRIP libavcodec/x86/xvididct.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/log2_tab.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/rematrix.c: In function 'auto_matrix': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/rematrix.c:376:47: warning: iteration 64 invokes undefined behavior [-Waggressive-loop-optimizations] s->matrix_flt[0][i] = s->matrix[0][i]; ~~~~~~~~~~~~^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/rematrix.c:375:9: note: within this loop for (i = 0; i < FF_ARRAY_ELEMS(s->matrix[0])*FF_ARRAY_ELEMS(s->matrix[0]); i++) ^~~ CC libswresample/swresample.o CC libswresample/swresample_frame.o CC libswresample/x86/audio_convert_init.o YASM libswresample/x86/audio_convert.o YASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o STRIP libswresample/x86/rematrix.o CC libswresample/x86/resample_init.o STRIP libswresample/x86/audio_convert.o YASM libswresample/x86/resample.o AR libavfilter/libavfilter.a AR libavcodec/libavcodec.a STRIP libswresample/x86/resample.o AR libavresample/libavresample.a AR libswresample/libswresample.a AR libswscale/libswscale.a HOSTLD doc/print_options.exe AR libavutil/libavutil.a GEN libavfilter/libavfilter.ver GEN libswscale/libswscale.ver GEN libavutil/libavutil.ver GEN libavresample/libavresample.ver GEN libavcodec/libavcodec.ver GEN libswresample/libswresample.ver GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi LD libavutil/avutil-55.dll POD doc/ffmpeg.pod sed -e "s/ @[^ ]*//" libavutil/avutil-55.orig.def > libavutil/avutil-55.def; lib.exe /machine:i386 /def:libavutil/avutil-55.def /out:libavutil/avutil.lib POD doc/ffprobe.pod POD doc/ffmpeg-all.pod Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavutil/avutil.lib and object libavutil/avutil.exp POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod LD libswscale/swscale-4.dll LD libpostproc/postproc-54.dll sed -e "s/ @[^ ]*//" libpostproc/postproc-54.orig.def > libpostproc/postproc-54.def; lib.exe /machine:i386 /def:libpostproc/postproc-54.def /out:libpostproc/postproc.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libpostproc/postproc.lib and object libpostproc/postproc.exp LD libavresample/avresample-3.dll sed -e "s/ @[^ ]*//" libavresample/avresample-3.orig.def > libavresample/avresample-3.def; lib.exe /machine:i386 /def:libavresample/avresample-3.def /out:libavresample/avresample.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavresample/avresample.lib and object libavresample/avresample.exp LD libswresample/swresample-2.dll sed -e "s/ @[^ ]*//" libswscale/swscale-4.orig.def > libswscale/swscale-4.def; lib.exe /machine:i386 /def:libswscale/swscale-4.def /out:libswscale/swscale.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libswscale/swscale.lib and object libswscale/swscale.exp sed -e "s/ @[^ ]*//" libswresample/swresample-2.orig.def > libswresample/swresample-2.def; lib.exe /machine:i386 /def:libswresample/swresample-2.def /out:libswresample/swresample.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libswresample/swresample.lib and object libswresample/swresample.exp LD libavcodec/avcodec-57.dll sed -e "s/ @[^ ]*//" libavcodec/avcodec-57.orig.def > libavcodec/avcodec-57.def; lib.exe /machine:i386 /def:libavcodec/avcodec-57.def /out:libavcodec/avcodec.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavcodec/avcodec.lib and object libavcodec/avcodec.exp LD libavformat/avformat-57.dll sed -e "s/ @[^ ]*//" libavformat/avformat-57.orig.def > libavformat/avformat-57.def; lib.exe /machine:i386 /def:libavformat/avformat-57.def /out:libavformat/avformat.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavformat/avformat.lib and object libavformat/avformat.exp LD libavfilter/avfilter-6.dll sed -e "s/ @[^ ]*//" libavfilter/avfilter-6.orig.def > libavfilter/avfilter-6.def; lib.exe /machine:i386 /def:libavfilter/avfilter-6.def /out:libavfilter/avfilter.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavfilter/avfilter.lib and object libavfilter/avfilter.exp LD libavdevice/avdevice-57.dll sed -e "s/ @[^ ]*//" libavdevice/avdevice-57.orig.def > libavdevice/avdevice-57.def; lib.exe /machine:i386 /def:libavdevice/avdevice-57.def /out:libavdevice/avdevice.lib Microsoft (R) Library Manager Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library libavdevice/avdevice.lib and object libavdevice/avdevice.exp LD ffmpeg_g.exe LD ffprobe_g.exe CP ffprobe.exe STRIP ffprobe.exe CP ffmpeg.exe STRIP ffmpeg.exe INSTALL libavdevice/libavdevice.a INSTALL libavdevice/avdevice.dll STRIP install-libavdevice-shared INSTALL libavdevice/avdevice.dll INSTALL libavdevice/avdevice.dll INSTALL libavfilter/libavfilter.a INSTALL libavfilter/avfilter.dll STRIP install-libavfilter-shared INSTALL libavfilter/avfilter.dll INSTALL libavfilter/avfilter.dll INSTALL libavformat/libavformat.a INSTALL libavformat/avformat.dll STRIP install-libavformat-shared INSTALL libavformat/avformat.dll INSTALL libavformat/avformat.dll INSTALL libavcodec/libavcodec.a INSTALL libavcodec/avcodec.dll STRIP install-libavcodec-shared INSTALL libavcodec/avcodec.dll INSTALL libavcodec/avcodec.dll INSTALL libavresample/libavresample.a INSTALL libavresample/avresample.dll STRIP install-libavresample-shared INSTALL libavresample/avresample.dll INSTALL libavresample/avresample.dll INSTALL libpostproc/libpostproc.a INSTALL libpostproc/postproc.dll STRIP install-libpostproc-shared INSTALL libpostproc/postproc.dll INSTALL libpostproc/postproc.dll INSTALL libswresample/libswresample.a INSTALL libswresample/swresample.dll STRIP install-libswresample-shared INSTALL libswresample/swresample.dll INSTALL libswresample/swresample.dll INSTALL libswscale/libswscale.a INSTALL libswscale/swscale.dll STRIP install-libswscale-shared INSTALL libswscale/swscale.dll INSTALL libswscale/swscale.dll INSTALL libavutil/libavutil.a INSTALL libavutil/avutil.dll STRIP install-libavutil-shared INSTALL libavutil/avutil.dll INSTALL libavutil/avutil.dll INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-360p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/ffprobe.xsd INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/scaling_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcode_aac.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filter_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/qsvdec.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_reading.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decoding_encoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/extract_mvs.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/remuxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/metadata.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/resampling_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/http_multiclient.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decoder_targeted.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_dir_cmd.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/muxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/demuxing_decoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/Makefile INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/README INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-360p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/ffprobe.xsd INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/scaling_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcode_aac.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filter_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/qsvdec.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_reading.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decoding_encoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/extract_mvs.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/remuxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/metadata.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/resampling_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/http_multiclient.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decoder_targeted.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_dir_cmd.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/muxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/demuxing_decoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/Makefile INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/README INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/avdevice.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfiltergraph.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/buffersink.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/buffersrc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avio.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avdct.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avfft.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/d3d11va.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dirac.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dv_profile.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/jni.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mediacodec.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/qsv.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vaapi.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vda.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vdpau.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/version.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/videotoolbox.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vorbis_parser.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libpostproc/postprocess.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/swresample.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/swscale.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/adler32.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/aes.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/aes_ctr.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/attributes.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/audio_fifo.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avassert.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avstring.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avutil.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/base64.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/blowfish.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/bprint.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/bswap.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/buffer.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/cast5.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/camellia.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/channel_layout.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/common.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/cpu.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/crc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/des.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/dict.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/display.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/downmix_info.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/error.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/eval.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/fifo.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/file.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/frame.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hash.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hmac.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_cuda.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_qsv.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_vaapi.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_vdpau.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/intfloat.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/intreadwrite.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/lfg.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/log.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/macros.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mathematics.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mastering_display_metadata.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/md5.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mem.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/motion_vector.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/murmur3.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/opt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/parseutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixdesc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixelutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixfmt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/random_seed.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/rc4.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/rational.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/replaygain.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/ripemd.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/samplefmt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/sha.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/sha512.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/stereo3d.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/threadmessage.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/time.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/timecode.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/timestamp.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/tree.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/twofish.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/version.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/xtea.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/tea.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc