GEN tests/pixfmts.mak HOSTCC tests/base64.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/base64 HOSTCC tests/tiny_psnr.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/tiny_psnr HOSTCC tests/tiny_ssim.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/tiny_ssim HOSTCC tests/audiomatch.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/hevc_sao.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/opusdsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/sw_rgb.o CC tests/checkasm/synth_filter.o In file included from src/tests/checkasm/synth_filter.c:1: In file included from src/tests/checkasm/synth_filter.c:28: In file included from src/libavcodec/dcadata.h:26: src/libavcodec/dcahuff.h:59:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_dca_init_vlcs(void); ^ In file included from src/tests/checkasm/synth_filter.c:1: In file included from src/tests/checkasm/synth_filter.c:29: In file included from src/libavcodec/synth_filter.h:25: src/libavcodec/dcadct.h:30:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_dcadct_init(DCADCTContext *c); ^ 2 warnings generated. CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o X86ASM tests/checkasm/x86/checkasm.o STRIP tests/checkasm/x86/checkasm.o LD tests/checkasm/checkasm TEST checkasm-aacpsdsp md5sum: not found TEST checkasm-af_afir md5sum: not found TEST checkasm-alacdsp md5sum: not found TEST checkasm-audiodsp md5sum: not found TEST checkasm-blockdsp md5sum: not found TEST checkasm-bswapdsp md5sum: not found TEST checkasm-exrdsp md5sum: not found TEST checkasm-fixed_dsp md5sum: not found TEST checkasm-flacdsp md5sum: not found TEST checkasm-float_dsp md5sum: not found TEST checkasm-fmtconvert md5sum: not found TEST checkasm-g722dsp md5sum: not found TEST checkasm-h264dsp md5sum: not found TEST checkasm-h264pred md5sum: not found TEST checkasm-h264qpel md5sum: not found TEST checkasm-hevc_add_res md5sum: not found TEST checkasm-hevc_idct md5sum: not found TEST checkasm-hevc_sao md5sum: not found TEST checkasm-jpeg2000dsp md5sum: not found TEST checkasm-llviddsp md5sum: not found TEST checkasm-llviddspenc md5sum: not found TEST checkasm-opusdsp md5sum: not found TEST checkasm-pixblockdsp md5sum: not found TEST checkasm-sbrdsp md5sum: not found TEST checkasm-synth_filter md5sum: not found TEST checkasm-sw_rgb md5sum: not found TEST checkasm-v210dec md5sum: not found TEST checkasm-v210enc md5sum: not found TEST checkasm-vf_blend md5sum: not found TEST checkasm-vf_colorspace md5sum: not found TEST checkasm-vf_eq md5sum: not found TEST checkasm-vf_gblur md5sum: not found TEST checkasm-vf_hflip md5sum: not found TEST checkasm-vf_threshold md5sum: not found TEST checkasm-videodsp md5sum: not found TEST checkasm-vp8dsp md5sum: not found TEST checkasm-vp9dsp md5sum: not found TEST source md5sum: not found CC tests/api/api-threadmessage-test.o LD tests/api/api-threadmessage-test TEST api-threadmessage md5sum: not found CC tests/api/api-flac-test.o In file included from src/tests/api/api-flac-test.c:1: src/tests/api/api-flac-test.c:166:18: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output); ^ src/tests/api/api-flac-test.c:174:22: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt); ^ 2 warnings generated. LD tests/api/api-flac-test TEST api-flac md5sum: not found CC tests/api/api-seek-test.o In file included from src/tests/api/api-seek-test.c:1: src/tests/api/api-seek-test.c:119:22: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ 1 warning generated. LD tests/api/api-seek-test HOSTCC tests/audiogen.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/audiogen GEN tests/data/asynth1.sw HOSTCC tests/videogen.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/videogen GEN tests/vsynth1/00.pgm TEST lavf-flv md5sum: not found TEST api-seek md5sum: not found CC tests/api/api-band-test.o In file included from src/tests/api/api-band-test.c:1: src/tests/api/api-band-test.c:171:22: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ 1 warning generated. LD tests/api/api-band-test TEST api-band md5sum: not found CC tests/api/api-h264-test.o In file included from src/tests/api/api-h264-test.c:1: src/tests/api/api-h264-test.c:122:22: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ 1 warning generated. LD tests/api/api-h264-test TEST api-h264 md5sum: not found CC tests/api/api-h264-slice-test.o LD tests/api/api-h264-slice-test TEST api-h264-slice md5sum: not found CC tests/api/api-codec-param-test.o In file included from src/tests/api/api-codec-param-test.c:1: src/tests/api/api-codec-param-test.c:58:15: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^ src/tests/api/api-codec-param-test.c:95:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ src/tests/api/api-codec-param-test.c:120:29: warning: 'codec' is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ src/tests/api/api-codec-param-test.c:135:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^ src/tests/api/api-codec-param-test.c:148:41: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^ src/tests/api/api-codec-param-test.c:199:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^ src/tests/api/api-codec-param-test.c:200:43: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^ 7 warnings generated. LD tests/api/api-codec-param-test TEST api-png-codec-param md5sum: not found TEST api-mjpeg-codec-param md5sum: not found TEST lavf-mxf md5sum: not found TEST concat-demuxer-simple1-lavf-mxf md5sum: not found TEST lavf-mxf_d10 md5sum: not found TEST concat-demuxer-simple1-lavf-mxf_d10 md5sum: not found TEST lavf-ts md5sum: not found TEST concat-demuxer-simple2-lavf-ts md5sum: not found TEST concat-demuxer-extended-lavf-mxf md5sum: not found TEST concat-demuxer-extended-lavf-mxf_d10 md5sum: not found CC tests/dnn/dnn-layer-pad-test.o LD tests/dnn/dnn-layer-pad-test TEST dnn-layer-pad md5sum: not found CC tests/dnn/dnn-layer-conv2d-test.o LD tests/dnn/dnn-layer-conv2d-test TEST dnn-layer-conv2d md5sum: not found CC tests/dnn/dnn-layer-depth2space-test.o LD tests/dnn/dnn-layer-depth2space-test TEST dnn-layer-depth2space md5sum: not found CC tests/dnn/dnn-layer-maximum-test.o LD tests/dnn/dnn-layer-maximum-test TEST dnn-layer-maximum md5sum: not found CC libavcodec/tests/fft.o LD libavcodec/tests/fft TEST dct1d-4 md5sum: not found TEST idct1d-4 md5sum: not found TEST dct1d-5 md5sum: not found TEST idct1d-5 md5sum: not found TEST dct1d-6 md5sum: not found TEST idct1d-6 md5sum: not found TEST dct1d-7 md5sum: not found TEST idct1d-7 md5sum: not found TEST dct1d-8 md5sum: not found TEST idct1d-8 md5sum: not found TEST dct1d-9 md5sum: not found TEST idct1d-9 md5sum: not found TEST dct1d-10 md5sum: not found TEST idct1d-10 md5sum: not found TEST dct1d-11 md5sum: not found TEST idct1d-11 md5sum: not found TEST dct1d-12 md5sum: not found TEST idct1d-12 md5sum: not found TEST fft-4 md5sum: not found TEST ifft-4 md5sum: not found TEST fft-5 md5sum: not found TEST ifft-5 md5sum: not found TEST fft-6 md5sum: not found TEST ifft-6 md5sum: not found TEST fft-7 md5sum: not found TEST ifft-7 md5sum: not found TEST fft-8 md5sum: not found TEST ifft-8 md5sum: not found TEST fft-9 md5sum: not found TEST ifft-9 md5sum: not found TEST fft-10 md5sum: not found TEST ifft-10 md5sum: not found TEST fft-11 md5sum: not found TEST ifft-11 md5sum: not found TEST fft-12 md5sum: not found TEST ifft-12 md5sum: not found TEST mdct-4 md5sum: not found TEST imdct-4 md5sum: not found TEST mdct-5 md5sum: not found TEST imdct-5 md5sum: not found TEST mdct-6 md5sum: not found TEST imdct-6 md5sum: not found TEST mdct-7 md5sum: not found TEST imdct-7 md5sum: not found TEST mdct-8 md5sum: not found TEST imdct-8 md5sum: not found TEST mdct-9 md5sum: not found TEST imdct-9 md5sum: not found TEST mdct-10 md5sum: not found TEST imdct-10 md5sum: not found TEST mdct-11 md5sum: not found TEST imdct-11 md5sum: not found TEST mdct-12 md5sum: not found TEST imdct-12 md5sum: not found TEST rdft-4 md5sum: not found TEST irdft-4 md5sum: not found TEST rdft-5 md5sum: not found TEST irdft-5 md5sum: not found TEST rdft-6 md5sum: not found TEST irdft-6 md5sum: not found TEST rdft-7 md5sum: not found TEST irdft-7 md5sum: not found TEST rdft-8 md5sum: not found TEST irdft-8 md5sum: not found TEST rdft-9 md5sum: not found TEST irdft-9 md5sum: not found TEST rdft-10 md5sum: not found TEST irdft-10 md5sum: not found TEST rdft-11 md5sum: not found TEST irdft-11 md5sum: not found TEST rdft-12 md5sum: not found TEST irdft-12 md5sum: not found CC libavcodec/tests/fft-fixed.o LD libavcodec/tests/fft-fixed TEST fft-fixed-4 md5sum: not found TEST ifft-fixed-4 md5sum: not found TEST fft-fixed-5 md5sum: not found TEST ifft-fixed-5 md5sum: not found TEST fft-fixed-6 md5sum: not found TEST ifft-fixed-6 md5sum: not found TEST fft-fixed-7 md5sum: not found TEST ifft-fixed-7 md5sum: not found TEST fft-fixed-8 md5sum: not found TEST ifft-fixed-8 md5sum: not found TEST fft-fixed-9 md5sum: not found TEST ifft-fixed-9 md5sum: not found TEST fft-fixed-10 md5sum: not found TEST ifft-fixed-10 md5sum: not found TEST fft-fixed-11 md5sum: not found TEST ifft-fixed-11 md5sum: not found TEST fft-fixed-12 md5sum: not found TEST ifft-fixed-12 md5sum: not found TEST mdct-fixed-4 md5sum: not found TEST imdct-fixed-4 md5sum: not found TEST mdct-fixed-5 md5sum: not found TEST imdct-fixed-5 md5sum: not found TEST mdct-fixed-6 md5sum: not found TEST imdct-fixed-6 md5sum: not found TEST mdct-fixed-7 md5sum: not found TEST imdct-fixed-7 md5sum: not found TEST mdct-fixed-8 md5sum: not found TEST imdct-fixed-8 md5sum: not found TEST mdct-fixed-9 md5sum: not found TEST imdct-fixed-9 md5sum: not found TEST mdct-fixed-10 md5sum: not found TEST imdct-fixed-10 md5sum: not found TEST mdct-fixed-11 md5sum: not found TEST imdct-fixed-11 md5sum: not found TEST mdct-fixed-12 md5sum: not found TEST imdct-fixed-12 md5sum: not found CC libavcodec/tests/fft-fixed32.o LD libavcodec/tests/fft-fixed32 TEST fft-fixed32-4 md5sum: not found TEST ifft-fixed32-4 md5sum: not found TEST mdct-fixed32-4 md5sum: not found TEST imdct-fixed32-4 md5sum: not found TEST fft-fixed32-5 md5sum: not found TEST ifft-fixed32-5 md5sum: not found TEST mdct-fixed32-5 md5sum: not found TEST imdct-fixed32-5 md5sum: not found TEST fft-fixed32-6 md5sum: not found TEST ifft-fixed32-6 md5sum: not found TEST mdct-fixed32-6 md5sum: not found TEST imdct-fixed32-6 md5sum: not found TEST fft-fixed32-7 md5sum: not found TEST ifft-fixed32-7 md5sum: not found TEST mdct-fixed32-7 md5sum: not found TEST imdct-fixed32-7 md5sum: not found TEST fft-fixed32-8 md5sum: not found TEST ifft-fixed32-8 md5sum: not found TEST mdct-fixed32-8 md5sum: not found TEST imdct-fixed32-8 md5sum: not found TEST fft-fixed32-9 md5sum: not found TEST ifft-fixed32-9 md5sum: not found TEST mdct-fixed32-9 md5sum: not found TEST imdct-fixed32-9 md5sum: not found TEST fft-fixed32-10 md5sum: not found TEST ifft-fixed32-10 md5sum: not found TEST mdct-fixed32-10 md5sum: not found TEST imdct-fixed32-10 md5sum: not found TEST fft-fixed32-11 md5sum: not found TEST ifft-fixed32-11 md5sum: not found TEST mdct-fixed32-11 md5sum: not found TEST imdct-fixed32-11 md5sum: not found TEST fft-fixed32-12 md5sum: not found TEST ifft-fixed32-12 md5sum: not found TEST mdct-fixed32-12 md5sum: not found TEST imdct-fixed32-12 md5sum: not found CC libavcodec/tests/avfft.o LD libavcodec/tests/avfft TEST av-dct1d-4 md5sum: not found TEST av-idct1d-4 md5sum: not found TEST av-dct1d-5 md5sum: not found TEST av-idct1d-5 md5sum: not found TEST av-dct1d-6 md5sum: not found TEST av-idct1d-6 md5sum: not found TEST av-dct1d-7 md5sum: not found TEST av-idct1d-7 md5sum: not found TEST av-dct1d-8 md5sum: not found TEST av-idct1d-8 md5sum: not found TEST av-dct1d-9 md5sum: not found TEST av-idct1d-9 md5sum: not found TEST av-dct1d-10 md5sum: not found TEST av-idct1d-10 md5sum: not found TEST av-dct1d-11 md5sum: not found TEST av-idct1d-11 md5sum: not found TEST av-dct1d-12 md5sum: not found TEST av-idct1d-12 md5sum: not found TEST av-fft-4 md5sum: not found TEST av-ifft-4 md5sum: not found TEST av-fft-5 md5sum: not found TEST av-ifft-5 md5sum: not found TEST av-fft-6 md5sum: not found TEST av-ifft-6 md5sum: not found TEST av-fft-7 md5sum: not found TEST av-ifft-7 md5sum: not found TEST av-fft-8 md5sum: not found TEST av-ifft-8 md5sum: not found TEST av-fft-9 md5sum: not found TEST av-ifft-9 md5sum: not found TEST av-fft-10 md5sum: not found TEST av-ifft-10 md5sum: not found TEST av-fft-11 md5sum: not found TEST av-ifft-11 md5sum: not found TEST av-fft-12 md5sum: not found TEST av-ifft-12 md5sum: not found TEST av-mdct-4 md5sum: not found TEST av-imdct-4 md5sum: not found TEST av-mdct-5 md5sum: not found TEST av-imdct-5 md5sum: not found TEST av-mdct-6 md5sum: not found TEST av-imdct-6 md5sum: not found TEST av-mdct-7 md5sum: not found TEST av-imdct-7 md5sum: not found TEST av-mdct-8 md5sum: not found TEST av-imdct-8 md5sum: not found TEST av-mdct-9 md5sum: not found TEST av-imdct-9 md5sum: not found TEST av-mdct-10 md5sum: not found TEST av-imdct-10 md5sum: not found TEST av-mdct-11 md5sum: not found TEST av-imdct-11 md5sum: not found TEST av-mdct-12 md5sum: not found TEST av-imdct-12 md5sum: not found TEST av-rdft-4 md5sum: not found TEST av-irdft-4 md5sum: not found TEST av-rdft-5 md5sum: not found TEST av-irdft-5 md5sum: not found TEST av-rdft-6 md5sum: not found TEST av-irdft-6 md5sum: not found TEST av-rdft-7 md5sum: not found TEST av-irdft-7 md5sum: not found TEST av-rdft-8 md5sum: not found TEST av-irdft-8 md5sum: not found TEST av-rdft-9 md5sum: not found TEST av-irdft-9 md5sum: not found TEST av-rdft-10 md5sum: not found TEST av-irdft-10 md5sum: not found TEST av-rdft-11 md5sum: not found TEST av-irdft-11 md5sum: not found TEST av-rdft-12 md5sum: not found TEST av-irdft-12 md5sum: not found CC libavcodec/tests/avpacket.o LD libavcodec/tests/avpacket TEST avpacket md5sum: not found CC libavcodec/tests/cabac.o LD libavcodec/tests/cabac TEST cabac md5sum: not found CC libavcodec/tests/celp_math.o LD libavcodec/tests/celp_math TEST celp_math md5sum: not found CC libavcodec/tests/codec_desc.o LD libavcodec/tests/codec_desc TEST codec_desc md5sum: not found CC libavcodec/tests/golomb.o LD libavcodec/tests/golomb TEST golomb md5sum: not found CC libavcodec/tests/dct.o CC libavcodec/dctref.o In file included from src/libavcodec/dctref.c:1: src/libavcodec/dctref.c:41:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_ref_dct_init(void) ^ 1 warning generated. LD libavcodec/tests/dct TEST idct8x8-0 md5sum: not found TEST idct8x8-1 md5sum: not found TEST idct8x8-2 md5sum: not found TEST idct248 md5sum: not found TEST dct8x8 md5sum: not found CC libavcodec/tests/h265_levels.o LD libavcodec/tests/h265_levels TEST h265-levels md5sum: not found CC libavcodec/tests/iirfilter.o LD libavcodec/tests/iirfilter TEST iirfilter md5sum: not found CC libavcodec/tests/mpeg12framerate.o LD libavcodec/tests/mpeg12framerate TEST mpeg12framerate md5sum: not found CC libavcodec/tests/options.o In file included from src/libavcodec/tests/options.c:1: In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:61:25: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^ src/libavcodec/options.c:66:16: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^ src/libavcodec/options.c:197:27: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] av_frame_free(&avctx->coded_frame); ^ In file included from src/libavcodec/tests/options.c:1: src/libavcodec/tests/options.c:152:5: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^ src/libavcodec/tests/options.c:167:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1); ^ src/libavcodec/tests/options.c:188:9: warning: 'avcodec_register' is deprecated [-Wdeprecated-declarations] avcodec_register(dummy_codec[i]); ^ 6 warnings generated. LD libavcodec/tests/options TEST libavcodec-options md5sum: not found CC libavcodec/tests/rangecoder.o LD libavcodec/tests/rangecoder TEST rangecoder md5sum: not found CC libavcodec/tests/mathops.o LD libavcodec/tests/mathops TEST mathops md5sum: not found CC libavcodec/tests/jpeg2000dwt.o LD libavcodec/tests/jpeg2000dwt TEST j2k-dwt md5sum: not found CC libavcodec/tests/utils.o In file included from src/libavcodec/tests/utils.c:1: src/libavcodec/tests/utils.c:25:20: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while (codec = av_codec_next(codec)) { ^ 1 warning generated. LD libavcodec/tests/utils TEST libavcodec-utils md5sum: not found CC libavcodec/tests/mjpegenc_huffman.o In file included from src/libavcodec/tests/mjpegenc_huffman.c:1: In file included from src/libavcodec/tests/mjpegenc_huffman.c:30: src/libavcodec/mjpegenc_common.h:44:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_init_uni_ac_vlc(const __uint8_t huff_size_ac[256], __uint8_t *uni_ac_vlc_len); ^ 1 warning generated. LD libavcodec/tests/mjpegenc_huffman TEST libavcodec-huffman md5sum: not found CC libavcodec/tests/htmlsubtitles.o LD libavcodec/tests/htmlsubtitles TEST libavcodec-htmlsubtitles md5sum: not found CC libavformat/tests/noproxy.o LD libavformat/tests/noproxy TEST noproxy md5sum: not found CC libavformat/tests/srtp.o LD libavformat/tests/srtp TEST srtp md5sum: not found CC libavformat/tests/url.o LD libavformat/tests/url TEST url md5sum: not found CC libavformat/tests/movenc.o LD libavformat/tests/movenc TEST movenc md5sum: not found CC libavutil/tests/adler32.o LD libavutil/tests/adler32 TEST adler32 md5sum: not found CC libavutil/tests/aes.o LD libavutil/tests/aes TEST aes md5sum: not found CC libavutil/tests/aes_ctr.o LD libavutil/tests/aes_ctr TEST aes_ctr md5sum: not found CC libavutil/tests/camellia.o LD libavutil/tests/camellia TEST camellia md5sum: not found CC libavutil/tests/cast5.o LD libavutil/tests/cast5 TEST cast5 md5sum: not found CC libavutil/tests/audio_fifo.o LD libavutil/tests/audio_fifo TEST audio_fifo md5sum: not found CC libavutil/tests/avstring.o LD libavutil/tests/avstring TEST avstring md5sum: not found CC libavutil/tests/base64.o LD libavutil/tests/base64 TEST base64 md5sum: not found CC libavutil/tests/blowfish.o LD libavutil/tests/blowfish TEST blowfish md5sum: not found CC libavutil/tests/bprint.o LD libavutil/tests/bprint TEST bprint md5sum: not found CC libavutil/tests/cpu.o LD libavutil/tests/cpu TEST cpu md5sum: not found cpu_flags(raw) = 0x000813DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 cmov aesni cpu_flags(effective) = 0x000813DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 cmov aesni threads = 1 (cpu_count = 1) CC libavutil/tests/crc.o LD libavutil/tests/crc TEST crc md5sum: not found CC libavutil/tests/color_utils.o LD libavutil/tests/color_utils TEST color_utils md5sum: not found CC libavutil/tests/des.o LD libavutil/tests/des TEST des md5sum: not found CC libavutil/tests/dict.o LD libavutil/tests/dict TEST dict md5sum: not found CC libavutil/tests/encryption_info.o LD libavutil/tests/encryption_info TEST encryption-info md5sum: not found CC libavutil/tests/eval.o LD libavutil/tests/eval TEST eval md5sum: not found CC libavutil/tests/fifo.o LD libavutil/tests/fifo TEST fifo md5sum: not found CC libavutil/tests/hash.o LD libavutil/tests/hash TEST hash md5sum: not found CC libavutil/tests/hmac.o In file included from src/libavutil/tests/hmac.c:1: In file included from src/libavutil/tests/hmac.c:19: src/libavutil/hmac.c:66:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha160_init(void *ctx) { av_sha_init(ctx, 160); } ^ src/libavutil/hmac.c:67:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha224_init(void *ctx) { av_sha_init(ctx, 224); } ^ src/libavutil/hmac.c:68:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha256_init(void *ctx) { av_sha_init(ctx, 256); } ^ src/libavutil/hmac.c:69:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha384_init(void *ctx) { av_sha512_init(ctx, 384); } ^ src/libavutil/hmac.c:70:23: warning: unknown attribute 'cold' ignored [-Wattributes] static __attribute__((cold)) void sha512_init(void *ctx) { av_sha512_init(ctx, 512); } ^ 5 warnings generated. LD libavutil/tests/hmac TEST hmac md5sum: not found CC libavutil/tests/imgutils.o LD libavutil/tests/imgutils TEST imgutils md5sum: not found CC libavutil/tests/integer.o LD libavutil/tests/integer TEST integer md5sum: not found CC libavutil/tests/lfg.o LD libavutil/tests/lfg TEST lfg md5sum: not found CC libavutil/tests/md5.o In file included from src/libavutil/tests/md5.c:1: src/libavutil/tests/md5.c:41:24: warning: passing 'volatile __uint8_t [1000]' to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types] av_md5_sum(md5val, in, 1000); ^~ src/libavutil/md5.h:89:50: note: passing argument to parameter 'src' here void av_md5_sum(__uint8_t *dst, const __uint8_t *src, const int len); ^ In file included from src/libavutil/tests/md5.c:1: src/libavutil/tests/md5.c:43:24: warning: passing 'volatile __uint8_t [1000]' to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types] av_md5_sum(md5val, in, 63); ^~ src/libavutil/md5.h:89:50: note: passing argument to parameter 'src' here void av_md5_sum(__uint8_t *dst, const __uint8_t *src, const int len); ^ In file included from src/libavutil/tests/md5.c:1: src/libavutil/tests/md5.c:45:24: warning: passing 'volatile __uint8_t [1000]' to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types] av_md5_sum(md5val, in, 64); ^~ src/libavutil/md5.h:89:50: note: passing argument to parameter 'src' here void av_md5_sum(__uint8_t *dst, const __uint8_t *src, const int len); ^ In file included from src/libavutil/tests/md5.c:1: src/libavutil/tests/md5.c:47:24: warning: passing 'volatile __uint8_t [1000]' to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types] av_md5_sum(md5val, in, 65); ^~ src/libavutil/md5.h:89:50: note: passing argument to parameter 'src' here void av_md5_sum(__uint8_t *dst, const __uint8_t *src, const int len); ^ In file included from src/libavutil/tests/md5.c:1: src/libavutil/tests/md5.c:51:24: warning: passing 'volatile __uint8_t [1000]' to parameter of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types] av_md5_sum(md5val, in, 999); ^~ src/libavutil/md5.h:89:50: note: passing argument to parameter 'src' here void av_md5_sum(__uint8_t *dst, const __uint8_t *src, const int len); ^ 5 warnings generated. LD libavutil/tests/md5 TEST md5 md5sum: not found CC libavutil/tests/murmur3.o LD libavutil/tests/murmur3 TEST murmur3 md5sum: not found CC libavutil/tests/parseutils.o LD libavutil/tests/parseutils TEST parseutils md5sum: not found CC libavutil/tests/pixfmt_best.o In file included from src/libavutil/tests/pixfmt_best.c:1: In file included from src/libavutil/tests/pixfmt_best.c:19: src/libavutil/pixdesc.c:180:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:180:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:180:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:181:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:181:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:181:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:182:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:182:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:182:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:192:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:192:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:192:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:193:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:193:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:193:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:194:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:194:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:194:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:203:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:203:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:203:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:204:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:204:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:204:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:205:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:205:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:205:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:214:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:214:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:214:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:215:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:215:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:215:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:216:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:216:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:216:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:226:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:226:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:226:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 2, 0, 8, 2, 7, 3 }, ^ src/libavutil/pixdesc.c:227:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:227:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:227:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 1, 0, 8, 2, 7, 2 }, ^ src/libavutil/pixdesc.c:228:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:228:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:228:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 3, 0, 0, 8, 2, 7, 1 }, ^ src/libavutil/pixdesc.c:238:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:238:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:238:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:239:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:239:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:239:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:240:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:240:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:240:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:250:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:250:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:250:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:251:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:251:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:251:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:252:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:252:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:252:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:262:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:262:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:262:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:263:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:263:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:263:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:264:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:264:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:264:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:274:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:274:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:274:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:275:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:275:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:275:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:276:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:276:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:276:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:286:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:286:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:286:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:287:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:287:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:287:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:288:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:288:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:288:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:298:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:298:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:298:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:309:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:309:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:309:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:319:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 7, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:319:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 7, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:319:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 7, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:329:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:329:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:329:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:339:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:339:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:339:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:340:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:340:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:340:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:341:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:341:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:341:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:351:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:351:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:351:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:352:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:352:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:352:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:353:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:353:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:353:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:363:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:363:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:363:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:364:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:364:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:364:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:365:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:365:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:365:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:379:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:379:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:379:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:380:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:380:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:380:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:381:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:381:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:381:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:390:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:390:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:390:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:391:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 8, 5, 7, 1 }, ^ src/libavutil/pixdesc.c:391:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 8, 5, 7, 1 }, ^ src/libavutil/pixdesc.c:391:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 8, 5, 7, 1 }, ^ src/libavutil/pixdesc.c:392:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 3, 0, 8, 5, 7, 4 }, ^ src/libavutil/pixdesc.c:392:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 3, 0, 8, 5, 7, 4 }, ^ src/libavutil/pixdesc.c:392:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 3, 0, 8, 5, 7, 4 }, ^ src/libavutil/pixdesc.c:401:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:401:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:401:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:402:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:402:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:402:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:403:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:403:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:403:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:413:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:413:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:413:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:414:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:414:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:414:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:415:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:415:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:415:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:425:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:425:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:425:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:426:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:426:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:426:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:427:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:427:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:427:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:437:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:437:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:437:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 6, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:438:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:438:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:438:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:439:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:439:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:439:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 3, 0, 2, 1 }, ^ src/libavutil/pixdesc.c:449:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:449:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:449:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 1, 3, 0, 1 }, ^ src/libavutil/pixdesc.c:450:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:450:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:450:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 2, 3, 1, 2 }, ^ src/libavutil/pixdesc.c:451:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:451:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:451:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 1, 3, 0, 4 }, ^ src/libavutil/pixdesc.c:461:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:461:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:461:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 3, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:462:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:462:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:462:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 1, 2, 0, 1, 1 }, ^ src/libavutil/pixdesc.c:463:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:463:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:463:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 1, 0, 0, 1 }, ^ src/libavutil/pixdesc.c:473:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:473:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:473:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:474:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:474:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:474:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:475:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:475:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:475:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:485:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:485:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:485:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:486:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:486:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:486:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:487:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:487:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:487:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:497:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:497:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:497:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:498:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:498:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:498:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:499:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:499:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:499:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:500:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:500:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:500:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:510:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:510:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:510:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:511:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:511:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:511:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:512:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:512:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:512:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:513:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:513:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:513:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:523:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:523:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:523:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:524:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:524:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:524:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:525:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:525:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:525:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:526:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:526:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:526:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:536:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:536:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:536:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:537:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:537:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:537:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:538:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:538:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:538:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:539:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:539:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:539:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:549:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:549:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:549:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:550:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:550:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:550:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:551:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:551:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:551:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:561:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:561:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:561:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:562:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:562:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:562:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:563:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:563:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:563:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:573:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:573:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:573:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 3, 0, 8, 3, 7, 4 }, ^ src/libavutil/pixdesc.c:574:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:574:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:574:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:575:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:575:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:575:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:585:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:585:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:585:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 8, 3, 7, 3 }, ^ src/libavutil/pixdesc.c:586:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:586:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:586:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 1, 0, 8, 3, 7, 2 }, ^ src/libavutil/pixdesc.c:587:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:587:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:587:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 8, 3, 7, 1 }, ^ src/libavutil/pixdesc.c:597:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:597:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:597:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:608:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:608:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:608:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:618:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:618:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:618:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:629:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:629:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:629:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:639:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:639:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:639:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:650:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:650:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:650:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:660:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:660:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:660:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:671:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:671:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:671:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:681:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:681:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:681:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:692:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:692:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:692:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:702:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:702:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:702:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:703:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:703:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:703:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:704:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:704:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:704:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:714:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:714:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:714:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:715:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:715:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:715:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:716:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:716:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:716:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:726:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:726:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:726:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:727:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:727:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:727:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:728:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:728:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:728:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:738:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:738:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:738:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:739:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:739:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:739:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:740:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:740:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:740:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:750:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:750:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:750:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:751:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:751:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:751:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:752:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:752:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:752:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:762:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:762:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:762:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:763:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:763:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:763:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:764:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:764:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:764:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:774:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:774:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:774:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:775:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:775:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:775:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:776:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:776:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:776:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:777:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:777:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:777:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:787:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:787:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:787:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:788:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:788:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:788:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:789:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:789:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:789:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:790:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:790:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:790:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:800:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:800:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:800:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:801:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:801:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:801:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:802:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:802:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:802:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:803:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:803:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:803:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:813:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:813:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:813:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:814:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:814:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:814:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:815:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:815:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:815:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:816:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:816:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:816:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:826:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:826:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:826:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:827:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:827:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:827:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:828:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:828:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:828:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:829:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:829:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:829:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:839:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:839:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:839:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:840:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:840:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:840:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:841:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:841:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:841:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:842:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:842:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:842:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:852:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:852:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:852:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:853:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:853:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:853:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:854:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:854:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:854:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:855:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:855:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:855:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:865:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:865:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:865:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:866:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:866:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:866:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:867:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:867:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:867:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:868:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:868:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:868:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:878:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:878:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:878:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:879:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:879:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:879:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:880:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:880:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:880:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:881:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:881:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:881:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:891:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:891:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:891:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:892:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:892:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:892:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:893:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:893:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:893:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:894:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:894:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:894:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:904:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:904:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:904:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:905:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:905:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:905:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:906:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:906:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:906:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:907:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:907:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:907:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:917:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:917:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:917:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:918:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:918:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:918:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:919:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:919:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:919:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:920:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:920:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:920:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:930:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:930:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:930:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:931:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:931:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:931:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:932:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:932:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:932:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:933:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:933:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:933:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:943:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:943:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:943:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:944:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:944:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:944:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:945:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:945:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:945:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:946:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:946:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:946:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:956:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:956:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:956:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:957:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:957:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:957:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:958:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:958:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:958:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:959:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:959:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:959:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:969:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:969:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:969:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:970:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:970:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:970:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:971:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:971:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:971:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:972:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:972:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:972:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:982:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:982:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:982:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:983:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:983:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:983:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:984:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:984:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:984:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:985:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:985:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:985:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:995:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:995:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:995:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:996:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:996:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:996:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:997:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:997:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:997:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:998:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:998:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:998:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1008:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1008:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1008:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1009:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1009:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1009:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1010:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1010:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1010:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1011:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1011:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1011:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1021:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1021:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1021:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1022:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1022:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1022:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1023:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1023:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1023:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1024:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1024:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1024:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1034:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1034:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1034:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1035:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1035:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1035:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1036:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1036:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1036:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1037:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1037:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1037:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1047:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1047:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1047:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1048:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1048:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1048:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1049:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1049:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1049:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1059:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1059:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1059:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1060:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1060:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1060:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1061:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1061:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1061:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1071:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1071:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1071:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1072:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1072:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1072:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1073:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1073:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1073:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1074:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1074:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1074:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1084:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1084:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1084:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1085:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1085:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1085:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1086:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1086:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1086:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1087:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1087:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1087:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1097:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1097:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1097:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1098:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1098:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1098:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1099:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1099:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1099:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1109:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1109:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1109:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1110:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1110:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1110:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1111:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1111:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1111:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1121:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1121:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1121:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1122:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1122:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1122:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1123:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1123:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1123:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1133:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1133:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1133:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1134:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1134:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1134:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1135:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1135:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1135:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1145:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1145:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1145:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1146:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1146:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1146:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1147:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1147:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1147:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1157:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1157:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1157:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1158:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1158:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1158:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1159:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1159:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1159:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1169:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1169:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1169:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1170:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1170:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1170:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1171:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1171:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1171:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1181:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1181:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1181:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 0, 16, 5, 15, 5 }, ^ src/libavutil/pixdesc.c:1182:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1182:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1182:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 0, 16, 5, 15, 3 }, ^ src/libavutil/pixdesc.c:1183:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1183:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1183:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 0, 16, 5, 15, 1 }, ^ src/libavutil/pixdesc.c:1193:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1193:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1193:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1194:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1194:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1194:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1195:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1195:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1195:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1196:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1196:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1196:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1206:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1206:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1206:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:1207:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1207:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1207:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:1208:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1208:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1208:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:1209:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1209:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1209:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:1219:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1219:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1219:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1220:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1220:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1220:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1221:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1221:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1221:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 3, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1231:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1231:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1231:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1232:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1232:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1232:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 6, 1, 5, 1 }, ^ src/libavutil/pixdesc.c:1233:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1233:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1233:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 3, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1243:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1243:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1243:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1244:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1244:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1244:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1245:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1245:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1245:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 2, 5, 1, 4, 0 }, ^ src/libavutil/pixdesc.c:1255:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1255:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1255:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1256:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1256:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1256:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 5, 5, 1, 4, 1 }, ^ src/libavutil/pixdesc.c:1257:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1257:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1257:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 2, 5, 1, 4, 2 }, ^ src/libavutil/pixdesc.c:1267:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1267:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1267:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1268:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1268:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1268:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1269:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1269:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1269:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, -1, 0, 4, 1, 3, 0 }, ^ src/libavutil/pixdesc.c:1279:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1279:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1279:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1280:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1280:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1280:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 4, 4, 1, 3, 1 }, ^ src/libavutil/pixdesc.c:1281:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1281:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1281:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 4, 1, 3, 2 }, ^ src/libavutil/pixdesc.c:1318:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1318:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1318:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1319:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1319:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1319:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1320:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1320:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1320:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1330:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1330:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1330:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1331:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1331:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1331:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1332:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1332:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1332:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1342:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1342:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1342:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1343:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1343:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1343:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1344:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1344:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1344:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1354:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1354:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1354:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1355:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1355:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1355:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1356:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1356:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1356:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1366:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1366:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1366:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1367:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1367:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1367:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1368:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1368:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1368:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1378:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1378:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1378:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1379:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1379:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1379:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1380:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1380:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1380:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1390:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1390:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1390:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1391:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1391:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1391:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1392:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1392:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1392:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1402:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1402:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1402:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1403:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1403:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1403:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1404:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1404:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1404:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1414:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1414:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1414:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1415:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1415:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1415:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1416:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1416:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1416:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1426:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1426:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1426:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1427:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1427:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1427:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1428:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1428:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1428:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1438:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1438:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1438:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1439:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1439:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1439:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1440:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1440:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1440:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1450:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1450:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1450:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1451:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1451:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1451:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1452:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1452:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1452:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1462:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1462:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1462:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1463:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1463:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1463:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1464:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1464:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1464:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1474:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1474:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1474:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1475:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1475:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1475:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1476:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1476:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1476:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1486:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1486:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1486:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1487:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1487:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1487:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1488:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1488:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1488:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1498:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1498:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1498:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1499:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1499:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1499:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1500:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1500:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1500:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1510:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1510:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1510:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1511:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1511:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1511:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1512:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1512:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1512:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1522:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1522:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1522:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1523:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1523:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1523:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1524:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1524:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1524:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1534:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1534:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1534:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1535:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1535:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1535:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1536:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1536:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1536:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1546:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1546:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1546:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1547:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1547:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1547:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1548:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1548:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1548:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1558:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1558:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1558:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1559:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1559:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1559:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1560:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1560:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1560:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1570:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1570:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1570:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1571:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1571:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1571:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1572:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1572:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1572:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1582:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1582:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1582:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1583:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1583:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1583:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1584:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1584:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1584:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1594:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1594:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1594:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1595:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1595:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1595:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1596:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1596:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1596:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1606:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1606:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1606:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1607:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1607:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1607:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1608:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1608:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1608:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1618:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1618:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1618:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1619:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1619:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1619:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1620:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1620:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1620:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1630:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1630:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1630:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1631:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1631:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1631:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1632:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1632:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1632:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1642:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1642:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1642:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1643:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1643:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1643:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1644:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1644:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1644:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1654:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1654:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1654:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1655:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1655:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1655:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1656:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1656:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1656:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1666:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1666:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1666:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1667:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1667:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1667:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1668:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1668:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1668:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1688:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:1688:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:1688:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:1689:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:1689:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:1689:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:1698:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1698:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1698:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1699:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1699:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1699:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1707:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1707:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1707:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:1708:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1708:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1708:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:1722:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1722:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1722:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1723:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1723:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1723:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1724:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1724:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1724:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1734:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1734:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1734:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1735:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1735:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1735:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1736:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1736:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1736:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1746:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1746:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1746:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1747:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1747:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1747:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1748:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1748:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1748:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 9, 1, 8, 1 }, ^ src/libavutil/pixdesc.c:1758:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1758:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1758:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1759:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1759:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1759:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1760:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1760:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1760:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1770:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1770:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1770:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1771:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1771:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1771:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1772:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1772:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1772:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:1782:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1782:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1782:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1783:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1783:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1783:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1784:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1784:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1784:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1794:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1794:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1794:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1795:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1795:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1795:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1796:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1796:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1796:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:1806:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1806:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1806:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1807:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1807:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1807:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1808:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1808:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1808:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1818:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1818:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1818:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1819:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1819:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1819:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1820:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1820:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1820:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 14, 1, 13, 1 }, ^ src/libavutil/pixdesc.c:1830:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1830:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1830:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1831:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1831:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1831:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1832:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1832:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1832:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1842:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1842:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1842:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1843:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1843:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1843:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1844:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1844:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1844:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1854:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1854:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1854:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1855:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1855:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1855:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1856:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1856:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1856:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1857:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1857:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1857:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:1868:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1868:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1868:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1869:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1869:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1869:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1870:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1870:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1870:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1871:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1871:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1871:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1882:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1882:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1882:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1883:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1883:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1883:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1884:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1884:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1884:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1885:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1885:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1885:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:1902:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1902:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1902:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1903:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1903:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1903:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1904:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1904:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1904:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1914:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1914:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1914:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 0, 4, 12, 5, 11, 1 }, ^ src/libavutil/pixdesc.c:1915:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1915:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1915:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 2, 4, 12, 5, 11, 3 }, ^ src/libavutil/pixdesc.c:1916:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1916:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1916:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 6, 4, 4, 12, 5, 11, 5 }, ^ src/libavutil/pixdesc.c:1943:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1943:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1948:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1948:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1953:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1958:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1958:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1963:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1963:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1968:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1973:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1973:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1978:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1978:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1983:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1988:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1988:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,1,0,0,2,0,1,1}, {0,1,0,0,4,0,3,1}, {0,1,0,0,2,0,1,1}, }, ^ src/libavutil/pixdesc.c:1993:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1993:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:87: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:89: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:91: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:106: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:108: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:110: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:125: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:127: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:1998:129: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] .nb_components= 3, .log2_chroma_w= 0, .log2_chroma_h= 0, .comp = { {0,2,0,0,4,1,3,1}, {0,2,0,0,8,1,7,1}, {0,2,0,0,4,1,3,1}, }, ^ src/libavutil/pixdesc.c:2007:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2007:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2007:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2008:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2008:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2008:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2009:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2009:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2009:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2019:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2019:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2019:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2020:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2020:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2020:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2021:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2021:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2021:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2031:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2031:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2031:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2032:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2032:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2032:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2033:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2033:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2033:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2059:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2059:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2059:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2060:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2060:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2060:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2061:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2061:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2061:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2062:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2062:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2062:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2072:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2072:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2072:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 2, 0, 16, 7, 15, 3 }, ^ src/libavutil/pixdesc.c:2073:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2073:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2073:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 4, 0, 16, 7, 15, 5 }, ^ src/libavutil/pixdesc.c:2074:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2074:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2074:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 6, 0, 16, 7, 15, 7 }, ^ src/libavutil/pixdesc.c:2075:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2075:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2075:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 8, 0, 0, 16, 7, 15, 1 }, ^ src/libavutil/pixdesc.c:2085:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2085:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2085:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2086:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2086:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2086:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2087:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2087:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2087:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2097:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2097:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2097:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 6, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2098:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2098:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2098:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 6, 10, 3, 9, 1 }, ^ src/libavutil/pixdesc.c:2099:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2099:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2099:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 6, 10, 3, 9, 3 }, ^ src/libavutil/pixdesc.c:2109:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2109:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2109:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2110:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2110:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2110:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2111:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2111:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2111:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2121:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2121:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2121:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 16, 1, 15, 1 }, ^ src/libavutil/pixdesc.c:2122:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2122:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2122:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 16, 3, 15, 1 }, ^ src/libavutil/pixdesc.c:2123:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2123:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2123:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 2, 0, 16, 3, 15, 3 }, ^ src/libavutil/pixdesc.c:2133:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2133:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2133:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2134:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2134:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2134:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2135:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2135:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2135:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2136:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2136:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2136:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2147:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2147:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2147:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2148:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2148:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2148:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2149:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2149:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2149:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2150:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2150:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2150:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2161:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2161:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2161:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2162:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2162:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2162:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2163:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2163:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2163:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2164:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2164:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2164:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2175:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2175:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2175:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2176:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2176:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2176:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2177:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2177:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2177:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2178:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2178:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2178:37: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 10, 1, 9, 1 }, ^ src/libavutil/pixdesc.c:2193:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2193:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2193:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2194:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2194:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2194:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2195:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2195:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2195:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2206:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2206:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2206:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2207:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2207:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2207:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2208:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2208:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2208:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2218:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2218:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2218:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2219:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2219:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2219:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2220:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2220:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2220:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2221:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2221:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2221:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2233:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2233:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2233:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2234:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2234:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2234:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2235:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2235:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2235:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2236:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2236:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2236:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2255:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2255:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2255:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2266:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2266:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2266:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 4, 0, 0, 32, 3, 31, 1 }, ^ src/libavutil/pixdesc.c:2277:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2277:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2277:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2278:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2278:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2278:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2279:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2279:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2279:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2280:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2280:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2280:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2290:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2290:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2290:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2291:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2291:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2291:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2292:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2292:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2292:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2293:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2293:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2293:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2303:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2303:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2303:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2304:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2304:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2304:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2305:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2305:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2305:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2306:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2306:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2306:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2316:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2316:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2316:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2317:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2317:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2317:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2318:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2318:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2318:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 2, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2319:31: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2319:34: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2319:38: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 3, 2, 0, 0, 12, 1, 11, 1 }, ^ src/libavutil/pixdesc.c:2329:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2329:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2329:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2330:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2330:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2330:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2331:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2331:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2331:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2341:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2341:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2341:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 0, 1, 0, 0, 8, 0, 7, 1 }, ^ src/libavutil/pixdesc.c:2342:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2342:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2342:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 1, 0, 8, 1, 7, 2 }, ^ src/libavutil/pixdesc.c:2343:30: warning: 'step_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2343:33: warning: 'depth_minus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ src/libavutil/pixdesc.c:2343:36: warning: 'offset_plus1' is deprecated [-Wdeprecated-declarations] { 1, 2, 0, 0, 8, 1, 7, 1 }, ^ 1629 warnings generated. LD libavutil/tests/pixfmt_best TEST pixfmt_best md5sum: not found CC libavutil/tests/display.o LD libavutil/tests/display TEST display md5sum: not found CC libavutil/tests/random_seed.o LD libavutil/tests/random_seed TEST random_seed md5sum: not found CC libavutil/tests/ripemd.o LD libavutil/tests/ripemd TEST ripemd md5sum: not found CC libavutil/tests/sha.o LD libavutil/tests/sha TEST sha md5sum: not found CC libavutil/tests/sha512.o LD libavutil/tests/sha512 TEST sha512 md5sum: not found CC libavutil/tests/tree.o LD libavutil/tests/tree TEST tree md5sum: not found CC libavutil/tests/twofish.o LD libavutil/tests/twofish TEST twofish md5sum: not found CC libavutil/tests/xtea.o LD libavutil/tests/xtea TEST xtea md5sum: not found CC libavutil/tests/tea.o LD libavutil/tests/tea TEST tea md5sum: not found CC libavutil/tests/opt.o LD libavutil/tests/opt TEST opt md5sum: not found CC libavutil/tests/cpu_init.o LD libavutil/tests/cpu_init TEST cpu_init md5sum: not found CC libavutil/tests/pixelutils.o LD libavutil/tests/pixelutils TEST pixelutils md5sum: not found CC libswscale/tests/pixdesc_query.o In file included from src/libswscale/tests/pixdesc_query.c:1: In file included from src/libswscale/tests/pixdesc_query.c:24: src/libswscale/swscale_internal.h:641:16: warning: unknown attribute 'cold' ignored [-Wattributes] __attribute__((cold)) void ff_sws_init_range_convert(SwsContext *c); ^ 1 warning generated. LD libswscale/tests/pixdesc_query TEST sws-pixdesc-query md5sum: not found GEN tests/data/asynth-22050-6.wav TEST mapchan-6ch-extract-2 md5sum: not found TEST mapchan-6ch-extract-2-downmix-mono md5sum: not found GEN tests/data/asynth-22050-1.wav TEST mapchan-silent-mono md5sum: not found GEN tests/data/asynth-44100-2.wav TEST mapchan-2ch-extract-ch0-ch2-trailing md5sum: not found GEN tests/data/asynth-44100-3.wav TEST mapchan-3ch-extract-ch0-ch2-trailing md5sum: not found CC libavformat/tests/fifo_muxer.o LD libavformat/tests/fifo_muxer TEST fifo-muxer-tst md5sum: not found TEST filter-adelay md5sum: not found TEST filter-aecho md5sum: not found TEST filter-aemphasis-50fm md5sum: not found TEST filter-aemphasis-75kf md5sum: not found TEST filter-afade-qsin md5sum: not found TEST filter-afade-iqsin md5sum: not found TEST filter-afade-esin md5sum: not found TEST filter-afade-hsin md5sum: not found TEST filter-afade-exp md5sum: not found TEST filter-afade-log md5sum: not found TEST filter-agate md5sum: not found TEST filter-alimiter md5sum: not found GEN tests/data/asynth-44100-1.wav TEST filter-amerge md5sum: not found TEST filter-apad md5sum: not found COPY tests/data/filtergraphs/anequalizer TEST filter-anequalizer md5sum: not found TEST filter-asetnsamples-pad md5sum: not found TEST filter-asetnsamples-nopad md5sum: not found TEST filter-asetrate md5sum: not found TEST filter-chorus md5sum: not found TEST filter-dcshift md5sum: not found TEST filter-earwax md5sum: not found TEST filter-extrastereo md5sum: not found COPY tests/data/filtergraphs/firequalizer TEST filter-firequalizer md5sum: not found TEST filter-pan-mono1 md5sum: not found TEST filter-pan-mono2 md5sum: not found TEST filter-pan-stereo1 md5sum: not found TEST filter-pan-stereo2 md5sum: not found TEST filter-pan-stereo3 md5sum: not found TEST filter-pan-stereo4 md5sum: not found TEST filter-pan-upmix1 md5sum: not found GEN tests/data/asynth-44100-4.wav TEST filter-pan-upmix2 md5sum: not found TEST filter-pan-downmix1 md5sum: not found GEN tests/data/asynth-44100-11.wav TEST filter-pan-downmix2 md5sum: not found COPY tests/data/filtergraphs/compand TEST filter-compand md5sum: not found GEN tests/data/hls-list.m3u8 TEST filter-hls md5sum: not found GEN tests/data/hls-list-append.m3u8 TEST filter-hls-append md5sum: not found TEST filter-atrim-duration md5sum: not found TEST filter-atrim-mixed md5sum: not found TEST filter-atrim-samples md5sum: not found TEST filter-atrim-time md5sum: not found COPY tests/data/filtergraphs/channelmap_one_int GEN tests/data/asynth-44100-6.wav TEST filter-channelmap-one-int md5sum: not found COPY tests/data/filtergraphs/channelmap_one_str TEST filter-channelmap-one-str md5sum: not found TEST filter-channelsplit md5sum: not found TEST filter-join md5sum: not found TEST filter-volume md5sum: not found CC libavfilter/tests/formats.o LD libavfilter/tests/formats TEST filter-formats md5sum: not found GEN tests/data/add_keyframe_index.flv TEST flv-add_keyframe_index md5sum: not found GEN tests/data/live_no_endlist.m3u8 TEST hls-live-no-endlist md5sum: not found GEN tests/data/live_last_endlist.m3u8 TEST hls-live-last-endlist md5sum: not found GEN tests/data/live_endlist.m3u8 TEST hls-live-endlist md5sum: not found GEN tests/data/hls_segment_size.m3u8 TEST hls-segment-size md5sum: not found GEN tests/data/hls_segment_single.m3u8 TEST hls-segment-single md5sum: not found GEN tests/data/hls_init_time.m3u8 TEST hls-init-time md5sum: not found GEN tests/data/hls_list_size.m3u8 TEST hls-list-size md5sum: not found GEN tests/data/hls_segment_type_fmp4.m3u8 TEST hls-fmp4 md5sum: not found TEST filter-lavd-life md5sum: not found TEST filter-lavd-testsrc md5sum: not found TEST filter-testsrc2-yuv420p md5sum: not found TEST filter-testsrc2-yuv444p md5sum: not found TEST filter-testsrc2-rgb24 md5sum: not found TEST filter-testsrc2-rgba md5sum: not found TEST filter-allrgb md5sum: not found TEST filter-allyuv md5sum: not found TEST filter-pal75bars md5sum: not found TEST filter-pal100bars md5sum: not found TEST filter-rgbtestsrc md5sum: not found TEST filter-smptebars md5sum: not found TEST filter-smptehdbars md5sum: not found TEST filter-yuvtestsrc-yuv444p md5sum: not found TEST filter-yuvtestsrc-yuv444p12 md5sum: not found COPY tests/data/filtergraphs/scalenorm TEST filter-lavd-scalenorm md5sum: not found TEST filter-framerate-up md5sum: not found TEST filter-framerate-down md5sum: not found TEST filter-framerate-12bit-up md5sum: not found TEST filter-framerate-12bit-down md5sum: not found COPY tests/data/filtergraphs/concat TEST filter-concat md5sum: not found COPY tests/data/filtergraphs/concat-vfr TEST filter-concat-vfr md5sum: not found TEST filter-mpdecimate md5sum: not found TEST filter-fps-up md5sum: not found TEST filter-fps-up-round-down md5sum: not found TEST filter-fps-up-round-up md5sum: not found TEST filter-fps-down md5sum: not found TEST filter-fps-down-round-down md5sum: not found TEST filter-fps-down-round-up md5sum: not found TEST filter-fps-down-eof-pass md5sum: not found TEST filter-fps-start-drop md5sum: not found TEST filter-fps-start-fill md5sum: not found GEN tests/data/asynth-2626-1.wav TEST swr-resample-s16p-2626-8000 md5sum: not found TEST swr-resample-s16p-2626-44100 md5sum: not found TEST swr-resample-s16p-2626-48000 md5sum: not found TEST swr-resample-s16p-2626-96000 md5sum: not found GEN tests/data/asynth-8000-1.wav TEST swr-resample-s16p-8000-2626 md5sum: not found TEST swr-resample-s16p-8000-44100 md5sum: not found TEST swr-resample-s16p-8000-48000 md5sum: not found TEST swr-resample-s16p-8000-96000 md5sum: not found TEST swr-resample-s16p-44100-2626 md5sum: not found TEST swr-resample-s16p-44100-8000 md5sum: not found TEST swr-resample-s16p-44100-48000 md5sum: not found TEST swr-resample-s16p-44100-96000 md5sum: not found GEN tests/data/asynth-48000-1.wav TEST swr-resample-s16p-48000-2626 md5sum: not found TEST swr-resample-s16p-48000-8000 md5sum: not found TEST swr-resample-s16p-48000-44100 md5sum: not found TEST swr-resample-s16p-48000-96000 md5sum: not found GEN tests/data/asynth-96000-1.wav TEST swr-resample-s16p-96000-2626 md5sum: not found TEST swr-resample-s16p-96000-8000 md5sum: not found TEST swr-resample-s16p-96000-44100 md5sum: not found TEST swr-resample-s16p-96000-48000 md5sum: not found TEST swr-resample-s32p-2626-8000 md5sum: not found TEST swr-resample-s32p-2626-44100 md5sum: not found TEST swr-resample-s32p-2626-48000 md5sum: not found TEST swr-resample-s32p-2626-96000 md5sum: not found TEST swr-resample-s32p-8000-2626 md5sum: not found TEST swr-resample-s32p-8000-44100 md5sum: not found TEST swr-resample-s32p-8000-48000 md5sum: not found TEST swr-resample-s32p-8000-96000 md5sum: not found TEST swr-resample-s32p-44100-2626 md5sum: not found TEST swr-resample-s32p-44100-8000 md5sum: not found TEST swr-resample-s32p-44100-48000 md5sum: not found TEST swr-resample-s32p-44100-96000 md5sum: not found TEST swr-resample-s32p-48000-2626 md5sum: not found TEST swr-resample-s32p-48000-8000 md5sum: not found TEST swr-resample-s32p-48000-44100 md5sum: not found TEST swr-resample-s32p-48000-96000 md5sum: not found TEST swr-resample-s32p-96000-2626 md5sum: not found TEST swr-resample-s32p-96000-8000 md5sum: not found TEST swr-resample-s32p-96000-44100 md5sum: not found TEST swr-resample-s32p-96000-48000 md5sum: not found TEST swr-resample-fltp-2626-8000 md5sum: not found TEST swr-resample-fltp-2626-44100 md5sum: not found TEST swr-resample-fltp-2626-48000 md5sum: not found TEST swr-resample-fltp-2626-96000 md5sum: not found TEST swr-resample-fltp-8000-2626 md5sum: not found TEST swr-resample-fltp-8000-44100 md5sum: not found TEST swr-resample-fltp-8000-48000 md5sum: not found TEST swr-resample-fltp-8000-96000 md5sum: not found TEST swr-resample-fltp-44100-2626 md5sum: not found TEST swr-resample-fltp-44100-8000 md5sum: not found TEST swr-resample-fltp-44100-48000 md5sum: not found TEST swr-resample-fltp-44100-96000 md5sum: not found TEST swr-resample-fltp-48000-2626 md5sum: not found TEST swr-resample-fltp-48000-8000 md5sum: not found TEST swr-resample-fltp-48000-44100 md5sum: not found TEST swr-resample-fltp-48000-96000 md5sum: not found TEST swr-resample-fltp-96000-2626 md5sum: not found TEST swr-resample-fltp-96000-8000 md5sum: not found TEST swr-resample-fltp-96000-44100 md5sum: not found TEST swr-resample-fltp-96000-48000 md5sum: not found TEST swr-resample-dblp-2626-8000 md5sum: not found TEST swr-resample-dblp-2626-44100 md5sum: not found TEST swr-resample-dblp-2626-48000 md5sum: not found TEST swr-resample-dblp-2626-96000 md5sum: not found TEST swr-resample-dblp-8000-2626 md5sum: not found TEST swr-resample-dblp-8000-44100 md5sum: not found TEST swr-resample-dblp-8000-48000 md5sum: not found TEST swr-resample-dblp-8000-96000 md5sum: not found TEST swr-resample-dblp-44100-2626 md5sum: not found TEST swr-resample-dblp-44100-8000 md5sum: not found TEST swr-resample-dblp-44100-48000 md5sum: not found TEST swr-resample-dblp-44100-96000 md5sum: not found TEST swr-resample-dblp-48000-2626 md5sum: not found TEST swr-resample-dblp-48000-8000 md5sum: not found TEST swr-resample-dblp-48000-44100 md5sum: not found TEST swr-resample-dblp-48000-96000 md5sum: not found TEST swr-resample-dblp-96000-2626 md5sum: not found TEST swr-resample-dblp-96000-8000 md5sum: not found TEST swr-resample-dblp-96000-44100 md5sum: not found TEST swr-resample-dblp-96000-48000 md5sum: not found TEST swr-resample_lin-s16p-8000-44100 md5sum: not found TEST swr-resample_lin-s16p-8000-48000 md5sum: not found TEST swr-resample_lin-s16p-44100-8000 md5sum: not found TEST swr-resample_lin-s16p-44100-48000 md5sum: not found TEST swr-resample_lin-s16p-48000-8000 md5sum: not found TEST swr-resample_lin-s16p-48000-44100 md5sum: not found TEST swr-resample_lin-fltp-8000-44100 md5sum: not found TEST swr-resample_lin-fltp-8000-48000 md5sum: not found TEST swr-resample_lin-fltp-44100-8000 md5sum: not found TEST swr-resample_lin-fltp-44100-48000 md5sum: not found TEST swr-resample_lin-fltp-48000-8000 md5sum: not found TEST swr-resample_lin-fltp-48000-44100 md5sum: not found TEST swr-resample_lin-dblp-8000-44100 md5sum: not found TEST swr-resample_lin-dblp-8000-48000 md5sum: not found TEST swr-resample_lin-dblp-44100-8000 md5sum: not found TEST swr-resample_lin-dblp-44100-48000 md5sum: not found TEST swr-resample_lin-dblp-48000-8000 md5sum: not found TEST swr-resample_lin-dblp-48000-44100 md5sum: not found TEST swr-resample_nn-s16p-8000-44100 md5sum: not found TEST swr-resample_nn-s16p-44100-8000 md5sum: not found TEST swr-resample_nn-fltp-8000-44100 md5sum: not found TEST swr-resample_nn-fltp-44100-8000 md5sum: not found TEST swr-resample_async-s16p-8000-44100 md5sum: not found TEST swr-resample_async-s16p-44100-8000 md5sum: not found TEST swr-resample_async-fltp-8000-44100 md5sum: not found TEST swr-resample_async-fltp-44100-8000 md5sum: not found TEST swr-resample_exact-s16p-2626-8000 md5sum: not found TEST swr-resample_exact-s16p-2626-44100 md5sum: not found TEST swr-resample_exact-s16p-2626-48000 md5sum: not found TEST swr-resample_exact-s16p-2626-96000 md5sum: not found TEST swr-resample_exact-s16p-8000-2626 md5sum: not found TEST swr-resample_exact-s16p-8000-44100 md5sum: not found TEST swr-resample_exact-s16p-8000-48000 md5sum: not found TEST swr-resample_exact-s16p-8000-96000 md5sum: not found TEST swr-resample_exact-s16p-44100-2626 md5sum: not found TEST swr-resample_exact-s16p-44100-8000 md5sum: not found TEST swr-resample_exact-s16p-44100-48000 md5sum: not found TEST swr-resample_exact-s16p-44100-96000 md5sum: not found TEST swr-resample_exact-s16p-48000-2626 md5sum: not found TEST swr-resample_exact-s16p-48000-8000 md5sum: not found TEST swr-resample_exact-s16p-48000-44100 md5sum: not found TEST swr-resample_exact-s16p-48000-96000 md5sum: not found TEST swr-resample_exact-s16p-96000-2626 md5sum: not found TEST swr-resample_exact-s16p-96000-8000 md5sum: not found TEST swr-resample_exact-s16p-96000-44100 md5sum: not found TEST swr-resample_exact-s16p-96000-48000 md5sum: not found TEST swr-resample_exact-s32p-2626-8000 md5sum: not found TEST swr-resample_exact-s32p-2626-44100 md5sum: not found TEST swr-resample_exact-s32p-2626-48000 md5sum: not found TEST swr-resample_exact-s32p-2626-96000 md5sum: not found TEST swr-resample_exact-s32p-8000-2626 md5sum: not found TEST swr-resample_exact-s32p-8000-44100 md5sum: not found TEST swr-resample_exact-s32p-8000-48000 md5sum: not found TEST swr-resample_exact-s32p-8000-96000 md5sum: not found TEST swr-resample_exact-s32p-44100-2626 md5sum: not found TEST swr-resample_exact-s32p-44100-8000 md5sum: not found TEST swr-resample_exact-s32p-44100-48000 md5sum: not found TEST swr-resample_exact-s32p-44100-96000 md5sum: not found TEST swr-resample_exact-s32p-48000-2626 md5sum: not found TEST swr-resample_exact-s32p-48000-8000 md5sum: not found TEST swr-resample_exact-s32p-48000-44100 md5sum: not found TEST swr-resample_exact-s32p-48000-96000 md5sum: not found TEST swr-resample_exact-s32p-96000-2626 md5sum: not found TEST swr-resample_exact-s32p-96000-8000 md5sum: not found TEST swr-resample_exact-s32p-96000-44100 md5sum: not found TEST swr-resample_exact-s32p-96000-48000 md5sum: not found TEST swr-resample_exact-fltp-2626-8000 md5sum: not found TEST swr-resample_exact-fltp-2626-44100 md5sum: not found TEST swr-resample_exact-fltp-2626-48000 md5sum: not found TEST swr-resample_exact-fltp-2626-96000 md5sum: not found TEST swr-resample_exact-fltp-8000-2626 md5sum: not found TEST swr-resample_exact-fltp-8000-44100 md5sum: not found TEST swr-resample_exact-fltp-8000-48000 md5sum: not found TEST swr-resample_exact-fltp-8000-96000 md5sum: not found TEST swr-resample_exact-fltp-44100-2626 md5sum: not found TEST swr-resample_exact-fltp-44100-8000 md5sum: not found TEST swr-resample_exact-fltp-44100-48000 md5sum: not found TEST swr-resample_exact-fltp-44100-96000 md5sum: not found TEST swr-resample_exact-fltp-48000-2626 md5sum: not found TEST swr-resample_exact-fltp-48000-8000 md5sum: not found TEST swr-resample_exact-fltp-48000-44100 md5sum: not found TEST swr-resample_exact-fltp-48000-96000 md5sum: not found TEST swr-resample_exact-fltp-96000-2626 md5sum: not found TEST swr-resample_exact-fltp-96000-8000 md5sum: not found TEST swr-resample_exact-fltp-96000-44100 md5sum: not found TEST swr-resample_exact-fltp-96000-48000 md5sum: not found TEST swr-resample_exact-dblp-2626-8000 md5sum: not found TEST swr-resample_exact-dblp-2626-44100 md5sum: not found TEST swr-resample_exact-dblp-2626-48000 md5sum: not found TEST swr-resample_exact-dblp-2626-96000 md5sum: not found TEST swr-resample_exact-dblp-8000-2626 md5sum: not found TEST swr-resample_exact-dblp-8000-44100 md5sum: not found TEST swr-resample_exact-dblp-8000-48000 md5sum: not found TEST swr-resample_exact-dblp-8000-96000 md5sum: not found TEST swr-resample_exact-dblp-44100-2626 md5sum: not found TEST swr-resample_exact-dblp-44100-8000 md5sum: not found TEST swr-resample_exact-dblp-44100-48000 md5sum: not found TEST swr-resample_exact-dblp-44100-96000 md5sum: not found TEST swr-resample_exact-dblp-48000-2626 md5sum: not found TEST swr-resample_exact-dblp-48000-8000 md5sum: not found TEST swr-resample_exact-dblp-48000-44100 md5sum: not found TEST swr-resample_exact-dblp-48000-96000 md5sum: not found TEST swr-resample_exact-dblp-96000-2626 md5sum: not found TEST swr-resample_exact-dblp-96000-8000 md5sum: not found TEST swr-resample_exact-dblp-96000-44100 md5sum: not found TEST swr-resample_exact-dblp-96000-48000 md5sum: not found TEST swr-resample_exact_async-s16p-8000-44100 md5sum: not found TEST swr-resample_exact_async-s16p-8000-48000 md5sum: not found TEST swr-resample_exact_async-s16p-44100-8000 md5sum: not found TEST swr-resample_exact_async-s16p-44100-48000 md5sum: not found TEST swr-resample_exact_async-s16p-48000-8000 md5sum: not found TEST swr-resample_exact_async-s16p-48000-44100 md5sum: not found TEST swr-resample_exact_async-s32p-8000-44100 md5sum: not found TEST swr-resample_exact_async-s32p-8000-48000 md5sum: not found TEST swr-resample_exact_async-s32p-44100-8000 md5sum: not found TEST swr-resample_exact_async-s32p-44100-48000 md5sum: not found TEST swr-resample_exact_async-s32p-48000-8000 md5sum: not found TEST swr-resample_exact_async-s32p-48000-44100 md5sum: not found TEST swr-resample_exact_async-fltp-8000-44100 md5sum: not found TEST swr-resample_exact_async-fltp-8000-48000 md5sum: not found TEST swr-resample_exact_async-fltp-44100-8000 md5sum: not found TEST swr-resample_exact_async-fltp-44100-48000 md5sum: not found TEST swr-resample_exact_async-fltp-48000-8000 md5sum: not found TEST swr-resample_exact_async-fltp-48000-44100 md5sum: not found TEST swr-resample_exact_async-dblp-8000-44100 md5sum: not found TEST swr-resample_exact_async-dblp-8000-48000 md5sum: not found TEST swr-resample_exact_async-dblp-44100-8000 md5sum: not found TEST swr-resample_exact_async-dblp-44100-48000 md5sum: not found TEST swr-resample_exact_async-dblp-48000-8000 md5sum: not found TEST swr-resample_exact_async-dblp-48000-44100 md5sum: not found TEST swr-resample_exact_lin-s16p-2626-8000 md5sum: not found TEST swr-resample_exact_lin-s16p-2626-44100 md5sum: not found TEST swr-resample_exact_lin-s16p-2626-48000 md5sum: not found TEST swr-resample_exact_lin-s16p-2626-96000 md5sum: not found TEST swr-resample_exact_lin-s16p-8000-2626 md5sum: not found TEST swr-resample_exact_lin-s16p-8000-44100 md5sum: not found TEST swr-resample_exact_lin-s16p-8000-48000 md5sum: not found TEST swr-resample_exact_lin-s16p-8000-96000 md5sum: not found TEST swr-resample_exact_lin-s16p-44100-2626 md5sum: not found TEST swr-resample_exact_lin-s16p-44100-8000 md5sum: not found TEST swr-resample_exact_lin-s16p-44100-48000 md5sum: not found TEST swr-resample_exact_lin-s16p-44100-96000 md5sum: not found TEST swr-resample_exact_lin-s16p-48000-2626 md5sum: not found TEST swr-resample_exact_lin-s16p-48000-8000 md5sum: not found TEST swr-resample_exact_lin-s16p-48000-44100 md5sum: not found TEST swr-resample_exact_lin-s16p-48000-96000 md5sum: not found TEST swr-resample_exact_lin-s16p-96000-2626 md5sum: not found TEST swr-resample_exact_lin-s16p-96000-8000 md5sum: not found TEST swr-resample_exact_lin-s16p-96000-44100 md5sum: not found TEST swr-resample_exact_lin-s16p-96000-48000 md5sum: not found TEST swr-resample_exact_lin-s32p-2626-8000 md5sum: not found TEST swr-resample_exact_lin-s32p-2626-44100 md5sum: not found TEST swr-resample_exact_lin-s32p-2626-48000 md5sum: not found TEST swr-resample_exact_lin-s32p-2626-96000 md5sum: not found TEST swr-resample_exact_lin-s32p-8000-2626 md5sum: not found TEST swr-resample_exact_lin-s32p-8000-44100 md5sum: not found TEST swr-resample_exact_lin-s32p-8000-48000 md5sum: not found TEST swr-resample_exact_lin-s32p-8000-96000 md5sum: not found TEST swr-resample_exact_lin-s32p-44100-2626 md5sum: not found TEST swr-resample_exact_lin-s32p-44100-8000 md5sum: not found TEST swr-resample_exact_lin-s32p-44100-48000 md5sum: not found TEST swr-resample_exact_lin-s32p-44100-96000 md5sum: not found TEST swr-resample_exact_lin-s32p-48000-2626 md5sum: not found TEST swr-resample_exact_lin-s32p-48000-8000 md5sum: not found TEST swr-resample_exact_lin-s32p-48000-44100 md5sum: not found TEST swr-resample_exact_lin-s32p-48000-96000 md5sum: not found TEST swr-resample_exact_lin-s32p-96000-2626 md5sum: not found TEST swr-resample_exact_lin-s32p-96000-8000 md5sum: not found TEST swr-resample_exact_lin-s32p-96000-44100 md5sum: not found TEST swr-resample_exact_lin-s32p-96000-48000 md5sum: not found TEST swr-resample_exact_lin-fltp-2626-8000 md5sum: not found TEST swr-resample_exact_lin-fltp-2626-44100 md5sum: not found TEST swr-resample_exact_lin-fltp-2626-48000 md5sum: not found TEST swr-resample_exact_lin-fltp-2626-96000 md5sum: not found TEST swr-resample_exact_lin-fltp-8000-2626 md5sum: not found TEST swr-resample_exact_lin-fltp-8000-44100 md5sum: not found TEST swr-resample_exact_lin-fltp-8000-48000 md5sum: not found TEST swr-resample_exact_lin-fltp-8000-96000 md5sum: not found TEST swr-resample_exact_lin-fltp-44100-2626 md5sum: not found TEST swr-resample_exact_lin-fltp-44100-8000 md5sum: not found TEST swr-resample_exact_lin-fltp-44100-48000 md5sum: not found TEST swr-resample_exact_lin-fltp-44100-96000 md5sum: not found TEST swr-resample_exact_lin-fltp-48000-2626 md5sum: not found TEST swr-resample_exact_lin-fltp-48000-8000 md5sum: not found TEST swr-resample_exact_lin-fltp-48000-44100 md5sum: not found TEST swr-resample_exact_lin-fltp-48000-96000 md5sum: not found TEST swr-resample_exact_lin-fltp-96000-2626 md5sum: not found TEST swr-resample_exact_lin-fltp-96000-8000 md5sum: not found TEST swr-resample_exact_lin-fltp-96000-44100 md5sum: not found TEST swr-resample_exact_lin-fltp-96000-48000 md5sum: not found TEST swr-resample_exact_lin-dblp-2626-8000 md5sum: not found TEST swr-resample_exact_lin-dblp-2626-44100 md5sum: not found TEST swr-resample_exact_lin-dblp-2626-48000 md5sum: not found TEST swr-resample_exact_lin-dblp-2626-96000 md5sum: not found TEST swr-resample_exact_lin-dblp-8000-2626 md5sum: not found TEST swr-resample_exact_lin-dblp-8000-44100 md5sum: not found TEST swr-resample_exact_lin-dblp-8000-48000 md5sum: not found TEST swr-resample_exact_lin-dblp-8000-96000 md5sum: not found TEST swr-resample_exact_lin-dblp-44100-2626 md5sum: not found TEST swr-resample_exact_lin-dblp-44100-8000 md5sum: not found TEST swr-resample_exact_lin-dblp-44100-48000 md5sum: not found TEST swr-resample_exact_lin-dblp-44100-96000 md5sum: not found TEST swr-resample_exact_lin-dblp-48000-2626 md5sum: not found TEST swr-resample_exact_lin-dblp-48000-8000 md5sum: not found TEST swr-resample_exact_lin-dblp-48000-44100 md5sum: not found TEST swr-resample_exact_lin-dblp-48000-96000 md5sum: not found TEST swr-resample_exact_lin-dblp-96000-2626 md5sum: not found TEST swr-resample_exact_lin-dblp-96000-8000 md5sum: not found TEST swr-resample_exact_lin-dblp-96000-44100 md5sum: not found TEST swr-resample_exact_lin-dblp-96000-48000 md5sum: not found TEST swr-resample_exact_lin_async-s16p-8000-44100 md5sum: not found TEST swr-resample_exact_lin_async-s16p-8000-48000 md5sum: not found TEST swr-resample_exact_lin_async-s16p-44100-8000 md5sum: not found TEST swr-resample_exact_lin_async-s16p-44100-48000 md5sum: not found TEST swr-resample_exact_lin_async-s16p-48000-8000 md5sum: not found TEST swr-resample_exact_lin_async-s16p-48000-44100 md5sum: not found TEST swr-resample_exact_lin_async-s32p-8000-44100 md5sum: not found TEST swr-resample_exact_lin_async-s32p-8000-48000 md5sum: not found TEST swr-resample_exact_lin_async-s32p-44100-8000 md5sum: not found TEST swr-resample_exact_lin_async-s32p-44100-48000 md5sum: not found TEST swr-resample_exact_lin_async-s32p-48000-8000 md5sum: not found TEST swr-resample_exact_lin_async-s32p-48000-44100 md5sum: not found TEST swr-resample_exact_lin_async-fltp-8000-44100 md5sum: not found TEST swr-resample_exact_lin_async-fltp-8000-48000 md5sum: not found TEST swr-resample_exact_lin_async-fltp-44100-8000 md5sum: not found TEST swr-resample_exact_lin_async-fltp-44100-48000 md5sum: not found TEST swr-resample_exact_lin_async-fltp-48000-8000 md5sum: not found TEST swr-resample_exact_lin_async-fltp-48000-44100 md5sum: not found TEST swr-resample_exact_lin_async-dblp-8000-44100 md5sum: not found TEST swr-resample_exact_lin_async-dblp-8000-48000 md5sum: not found TEST swr-resample_exact_lin_async-dblp-44100-8000 md5sum: not found TEST swr-resample_exact_lin_async-dblp-44100-48000 md5sum: not found TEST swr-resample_exact_lin_async-dblp-48000-8000 md5sum: not found TEST swr-resample_exact_lin_async-dblp-48000-44100 md5sum: not found TEST swr-audioconvert md5sum: not found GEN tests/data/asynth-96000-6.wav TEST dcinema-encode md5sum: not found TEST ffmpeg-filter_complex md5sum: not found TEST ffmpeg-filter_complex_audio md5sum: not found TEST ffmpeg-lavfi md5sum: not found TEST unknown_layout-pcm md5sum: not found TEST unknown_layout-ac3 md5sum: not found TEST acodec-pcm-alaw md5sum: not found TEST acodec-pcm-mulaw md5sum: not found TEST acodec-pcm-s8 md5sum: not found TEST acodec-pcm-u8 md5sum: not found TEST acodec-pcm-s16be md5sum: not found TEST acodec-pcm-s16le md5sum: not found TEST acodec-pcm-u16be md5sum: not found TEST acodec-pcm-u16le md5sum: not found TEST acodec-pcm-s24be md5sum: not found TEST acodec-pcm-s24le md5sum: not found TEST acodec-pcm-u24be md5sum: not found TEST acodec-pcm-u24le md5sum: not found TEST acodec-pcm-s32be md5sum: not found TEST acodec-pcm-s32le md5sum: not found TEST acodec-pcm-u32be md5sum: not found TEST acodec-pcm-u32le md5sum: not found TEST acodec-pcm-f32be md5sum: not found TEST acodec-pcm-f32le md5sum: not found TEST acodec-pcm-f64be md5sum: not found TEST acodec-pcm-f64le md5sum: not found TEST acodec-pcm-s8_planar md5sum: not found TEST acodec-pcm-s16be_planar md5sum: not found TEST acodec-pcm-s16le_planar md5sum: not found TEST acodec-pcm-s24le_planar md5sum: not found TEST acodec-pcm-s32le_planar md5sum: not found TEST acodec-adpcm-adx md5sum: not found TEST acodec-adpcm-ima_qt md5sum: not found TEST acodec-adpcm-ima_wav md5sum: not found TEST acodec-adpcm-ms md5sum: not found TEST acodec-adpcm-swf md5sum: not found TEST acodec-adpcm-yamaha md5sum: not found TEST acodec-adpcm-adx-trellis md5sum: not found TEST acodec-adpcm-ima_qt-trellis md5sum: not found TEST acodec-adpcm-ima_wav-trellis md5sum: not found TEST acodec-adpcm-ms-trellis md5sum: not found TEST acodec-adpcm-swf-trellis md5sum: not found TEST acodec-adpcm-yamaha-trellis md5sum: not found TEST acodec-mp2 md5sum: not found TEST acodec-mp2fixed md5sum: not found TEST acodec-alac md5sum: not found TEST acodec-dca md5sum: not found TEST acodec-dca2 md5sum: not found TEST acodec-flac md5sum: not found TEST acodec-flac-exact-rice md5sum: not found TEST acodec-g723_1 md5sum: not found TEST acodec-ra144 md5sum: not found TEST acodec-roqaudio md5sum: not found TEST acodec-s302m md5sum: not found TEST acodec-wavpack md5sum: not found TEST acodec-tta md5sum: not found GEN tests/data/vsynth1.yuv TEST vsynth1-amv md5sum: not found TEST vsynth1-asv1 md5sum: not found TEST vsynth1-asv2 md5sum: not found TEST vsynth1-cinepak md5sum: not found TEST vsynth1-cljr md5sum: not found TEST vsynth1-dnxhd-720p md5sum: not found TEST vsynth1-dnxhd-720p-rd md5sum: not found TEST vsynth1-dnxhd-720p-10bit md5sum: not found TEST vsynth1-dnxhd-720p-hr-lb md5sum: not found TEST vsynth1-dnxhd-uhd-hr-sq md5sum: not found TEST vsynth1-dnxhd-edge1-hr md5sum: not found TEST vsynth1-dnxhd-edge2-hr md5sum: not found TEST vsynth1-dnxhd-edge3-hr md5sum: not found TEST vsynth1-dnxhd-4k-hr-lb md5sum: not found TEST vsynth1-dnxhd-2k-hr-hq md5sum: not found TEST vsynth1-vc2-420p md5sum: not found TEST vsynth1-vc2-420p10 md5sum: not found TEST vsynth1-vc2-420p12 md5sum: not found TEST vsynth1-vc2-422p md5sum: not found TEST vsynth1-vc2-422p10 md5sum: not found TEST vsynth1-vc2-422p12 md5sum: not found TEST vsynth1-vc2-444p md5sum: not found TEST vsynth1-vc2-444p10 md5sum: not found TEST vsynth1-vc2-444p12 md5sum: not found TEST vsynth1-vc2-thaar md5sum: not found TEST vsynth1-vc2-t5_3 md5sum: not found TEST vsynth1-dnxhd-1080i md5sum: not found TEST vsynth1-dnxhd-1080i-10bit md5sum: not found TEST vsynth1-dnxhd-1080i-colr md5sum: not found TEST vsynth1-dnxhd-hr-lb-mov md5sum: not found TEST vsynth1-dnxhd-hr-sq-mov md5sum: not found TEST vsynth1-dnxhd-hr-hq-mov md5sum: not found TEST vsynth1-dv md5sum: not found TEST vsynth1-dv-411 md5sum: not found TEST vsynth1-dv-50 md5sum: not found TEST vsynth1-dv-hd md5sum: not found TEST vsynth1-dv-fhd md5sum: not found TEST vsynth1-ffv1 md5sum: not found TEST vsynth1-ffv1-v0 md5sum: not found TEST vsynth1-ffv1-v3-yuv420p md5sum: not found TEST vsynth1-ffv1-v3-yuv422p10 md5sum: not found TEST vsynth1-ffv1-v3-yuv444p16 md5sum: not found TEST vsynth1-ffv1-v3-bgr0 md5sum: not found TEST vsynth1-ffv1-v3-rgb48 md5sum: not found TEST vsynth1-ffvhuff md5sum: not found TEST vsynth1-ffvhuff444 md5sum: not found TEST vsynth1-ffvhuff420p12 md5sum: not found TEST vsynth1-ffvhuff422p10left md5sum: not found TEST vsynth1-ffvhuff444p16 md5sum: not found TEST vsynth1-flashsv md5sum: not found TEST vsynth1-flashsv2 md5sum: not found TEST vsynth1-flv md5sum: not found TEST vsynth1-h261 md5sum: not found TEST vsynth1-h261-trellis md5sum: not found TEST vsynth1-h263 md5sum: not found TEST vsynth1-h263-obmc md5sum: not found TEST vsynth1-h263p md5sum: not found TEST vsynth1-huffyuv md5sum: not found TEST vsynth1-huffyuvbgr24 md5sum: not found TEST vsynth1-huffyuvbgra md5sum: not found TEST vsynth1-jpegls md5sum: not found TEST vsynth1-jpeg2000 md5sum: not found TEST vsynth1-jpeg2000-97 md5sum: not found TEST vsynth1-ljpeg md5sum: not found TEST vsynth1-mjpeg md5sum: not found TEST vsynth1-mjpeg-422 md5sum: not found TEST vsynth1-mjpeg-444 md5sum: not found TEST vsynth1-mjpeg-trell md5sum: not found TEST vsynth1-mjpeg-huffman md5sum: not found TEST vsynth1-mjpeg-trell-huffman md5sum: not found TEST vsynth1-mpeg1 md5sum: not found TEST vsynth1-mpeg1b md5sum: not found TEST vsynth1-mpeg2 md5sum: not found TEST vsynth1-mpeg2-422 md5sum: not found TEST vsynth1-mpeg2-idct-int md5sum: not found TEST vsynth1-mpeg2-ilace md5sum: not found TEST vsynth1-mpeg2-ivlc-qprd md5sum: not found TEST vsynth1-mpeg2-thread md5sum: not found TEST vsynth1-mpeg2-thread-ivlc md5sum: not found TEST vsynth1-mpeg4 md5sum: not found TEST vsynth1-mpeg4-rc md5sum: not found TEST vsynth1-mpeg4-adv md5sum: not found TEST vsynth1-mpeg4-qprd md5sum: not found TEST vsynth1-mpeg4-adap md5sum: not found TEST vsynth1-mpeg4-qpel md5sum: not found TEST vsynth1-mpeg4-thread md5sum: not found TEST vsynth1-mpeg4-error md5sum: not found TEST vsynth1-mpeg4-nr md5sum: not found TEST vsynth1-mpeg4-nsse md5sum: not found TEST vsynth1-msmpeg4 md5sum: not found TEST vsynth1-msmpeg4v2 md5sum: not found TEST vsynth1-mpng md5sum: not found TEST vsynth1-msvideo1 md5sum: not found TEST vsynth1-prores md5sum: not found TEST vsynth1-prores_int md5sum: not found TEST vsynth1-prores_444 md5sum: not found TEST vsynth1-prores_444_int md5sum: not found TEST vsynth1-prores_ks md5sum: not found TEST vsynth1-qtrle md5sum: not found TEST vsynth1-qtrlegray md5sum: not found TEST vsynth1-rgb md5sum: not found TEST vsynth1-bpp1 md5sum: not found TEST vsynth1-bpp15 md5sum: not found TEST vsynth1-mov-bgr24 md5sum: not found TEST vsynth1-mov-bpp15 md5sum: not found TEST vsynth1-mov-bpp16 md5sum: not found TEST vsynth1-roqvideo md5sum: not found TEST vsynth1-rv10 md5sum: not found TEST vsynth1-rv20 md5sum: not found TEST vsynth1-snow md5sum: not found TEST vsynth1-snow-hpel md5sum: not found TEST vsynth1-snow-ll md5sum: not found TEST vsynth1-svq1 md5sum: not found TEST vsynth1-r210 md5sum: not found TEST vsynth1-v210 md5sum: not found TEST vsynth1-v210-10 md5sum: not found TEST vsynth1-v308 md5sum: not found TEST vsynth1-v408 md5sum: not found TEST vsynth1-avui md5sum: not found TEST vsynth1-wmv1 md5sum: not found TEST vsynth1-wmv2 md5sum: not found TEST vsynth1-yuv md5sum: not found TEST vsynth1-xface md5sum: not found TEST vsynth1-yuv4 md5sum: not found TEST vsynth1-y41p md5sum: not found TEST vsynth1-zlib md5sum: not found HOSTCC tests/rotozoom.o clang: warning: argument unused during compilation: '-I .' clang: warning: argument unused during compilation: '-I src/' HOSTLD tests/rotozoom GEN tests/data/vsynth2.yuv TEST vsynth2-amv md5sum: not found TEST vsynth2-asv1 md5sum: not found TEST vsynth2-asv2 md5sum: not found TEST vsynth2-cinepak md5sum: not found TEST vsynth2-cljr md5sum: not found TEST vsynth2-dnxhd-720p md5sum: not found TEST vsynth2-dnxhd-720p-rd md5sum: not found TEST vsynth2-dnxhd-720p-10bit md5sum: not found TEST vsynth2-dnxhd-720p-hr-lb md5sum: not found TEST vsynth2-dnxhd-uhd-hr-sq md5sum: not found TEST vsynth2-dnxhd-edge1-hr md5sum: not found TEST vsynth2-dnxhd-edge2-hr md5sum: not found TEST vsynth2-dnxhd-edge3-hr md5sum: not found TEST vsynth2-dnxhd-4k-hr-lb md5sum: not found TEST vsynth2-dnxhd-2k-hr-hq md5sum: not found TEST vsynth2-vc2-420p md5sum: not found TEST vsynth2-vc2-420p10 md5sum: not found TEST vsynth2-vc2-420p12 md5sum: not found TEST vsynth2-vc2-422p md5sum: not found TEST vsynth2-vc2-422p10 md5sum: not found TEST vsynth2-vc2-422p12 md5sum: not found TEST vsynth2-vc2-444p md5sum: not found TEST vsynth2-vc2-444p10 md5sum: not found TEST vsynth2-vc2-444p12 md5sum: not found TEST vsynth2-vc2-thaar md5sum: not found TEST vsynth2-vc2-t5_3 md5sum: not found TEST vsynth2-dnxhd-1080i md5sum: not found TEST vsynth2-dnxhd-1080i-10bit md5sum: not found TEST vsynth2-dnxhd-1080i-colr md5sum: not found TEST vsynth2-dnxhd-hr-lb-mov md5sum: not found TEST vsynth2-dnxhd-hr-sq-mov md5sum: not found TEST vsynth2-dnxhd-hr-hq-mov md5sum: not found TEST vsynth2-dv md5sum: not found TEST vsynth2-dv-411 md5sum: not found TEST vsynth2-dv-50 md5sum: not found TEST vsynth2-dv-hd md5sum: not found TEST vsynth2-dv-fhd md5sum: not found TEST vsynth2-ffv1 md5sum: not found TEST vsynth2-ffv1-v0 md5sum: not found TEST vsynth2-ffv1-v3-yuv420p md5sum: not found TEST vsynth2-ffv1-v3-yuv422p10 md5sum: not found TEST vsynth2-ffv1-v3-yuv444p16 md5sum: not found TEST vsynth2-ffv1-v3-bgr0 md5sum: not found TEST vsynth2-ffv1-v3-rgb48 md5sum: not found TEST vsynth2-ffvhuff md5sum: not found TEST vsynth2-ffvhuff444 md5sum: not found TEST vsynth2-ffvhuff420p12 md5sum: not found TEST vsynth2-ffvhuff422p10left md5sum: not found TEST vsynth2-ffvhuff444p16 md5sum: not found TEST vsynth2-flashsv md5sum: not found TEST vsynth2-flashsv2 md5sum: not found TEST vsynth2-flv md5sum: not found TEST vsynth2-h261 md5sum: not found TEST vsynth2-h261-trellis md5sum: not found TEST vsynth2-h263 md5sum: not found TEST vsynth2-h263-obmc md5sum: not found TEST vsynth2-h263p md5sum: not found TEST vsynth2-huffyuv md5sum: not found TEST vsynth2-huffyuvbgr24 md5sum: not found TEST vsynth2-huffyuvbgra md5sum: not found TEST vsynth2-jpegls md5sum: not found TEST vsynth2-jpeg2000 md5sum: not found TEST vsynth2-jpeg2000-97 md5sum: not found TEST vsynth2-ljpeg md5sum: not found TEST vsynth2-mjpeg md5sum: not found TEST vsynth2-mjpeg-422 md5sum: not found TEST vsynth2-mjpeg-444 md5sum: not found TEST vsynth2-mjpeg-trell md5sum: not found TEST vsynth2-mjpeg-huffman md5sum: not found TEST vsynth2-mjpeg-trell-huffman md5sum: not found TEST vsynth2-mpeg1 md5sum: not found TEST vsynth2-mpeg1b md5sum: not found TEST vsynth2-mpeg2 md5sum: not found TEST vsynth2-mpeg2-422 md5sum: not found TEST vsynth2-mpeg2-idct-int md5sum: not found TEST vsynth2-mpeg2-ilace md5sum: not found TEST vsynth2-mpeg2-ivlc-qprd md5sum: not found TEST vsynth2-mpeg2-thread md5sum: not found TEST vsynth2-mpeg2-thread-ivlc md5sum: not found TEST vsynth2-mpeg4 md5sum: not found TEST vsynth2-mpeg4-rc md5sum: not found TEST vsynth2-mpeg4-adv md5sum: not found TEST vsynth2-mpeg4-qprd md5sum: not found TEST vsynth2-mpeg4-adap md5sum: not found TEST vsynth2-mpeg4-qpel md5sum: not found TEST vsynth2-mpeg4-thread md5sum: not found TEST vsynth2-mpeg4-error md5sum: not found TEST vsynth2-mpeg4-nr md5sum: not found TEST vsynth2-mpeg4-nsse md5sum: not found TEST vsynth2-msmpeg4 md5sum: not found TEST vsynth2-msmpeg4v2 md5sum: not found TEST vsynth2-mpng md5sum: not found TEST vsynth2-msvideo1 md5sum: not found TEST vsynth2-prores md5sum: not found TEST vsynth2-prores_int md5sum: not found TEST vsynth2-prores_444 md5sum: not found TEST vsynth2-prores_444_int md5sum: not found TEST vsynth2-prores_ks md5sum: not found TEST vsynth2-qtrle md5sum: not found TEST vsynth2-qtrlegray md5sum: not found TEST vsynth2-rgb md5sum: not found TEST vsynth2-bpp1 md5sum: not found TEST vsynth2-bpp15 md5sum: not found TEST vsynth2-mov-bgr24 md5sum: not found TEST vsynth2-mov-bpp15 md5sum: not found TEST vsynth2-mov-bpp16 md5sum: not found TEST vsynth2-roqvideo md5sum: not found TEST vsynth2-rv10 md5sum: not found TEST vsynth2-rv20 md5sum: not found TEST vsynth2-snow md5sum: not found TEST vsynth2-snow-hpel md5sum: not found TEST vsynth2-snow-ll md5sum: not found TEST vsynth2-svq1 md5sum: not found TEST vsynth2-r210 md5sum: not found TEST vsynth2-v210 md5sum: not found TEST vsynth2-v210-10 md5sum: not found TEST vsynth2-v308 md5sum: not found TEST vsynth2-v408 md5sum: not found TEST vsynth2-avui md5sum: not found TEST vsynth2-wmv1 md5sum: not found TEST vsynth2-wmv2 md5sum: not found TEST vsynth2-yuv md5sum: not found TEST vsynth2-xface md5sum: not found TEST vsynth2-yuv4 md5sum: not found TEST vsynth2-y41p md5sum: not found TEST vsynth2-zlib md5sum: not found GEN tests/data/vsynth3.yuv TEST vsynth3-amv md5sum: not found TEST vsynth3-asv1 md5sum: not found TEST vsynth3-asv2 md5sum: not found TEST vsynth3-cljr md5sum: not found TEST vsynth3-dnxhd-720p-hr-lb md5sum: not found TEST vsynth3-dnxhd-uhd-hr-sq md5sum: not found TEST vsynth3-dnxhd-edge1-hr md5sum: not found TEST vsynth3-dnxhd-edge2-hr md5sum: not found TEST vsynth3-dnxhd-edge3-hr md5sum: not found TEST vsynth3-dnxhd-4k-hr-lb md5sum: not found TEST vsynth3-dnxhd-2k-hr-hq md5sum: not found TEST vsynth3-dnxhd-1080i-10bit md5sum: not found TEST vsynth3-dnxhd-1080i-colr md5sum: not found TEST vsynth3-dnxhd-hr-lb-mov md5sum: not found TEST vsynth3-dnxhd-hr-sq-mov md5sum: not found TEST vsynth3-dnxhd-hr-hq-mov md5sum: not found TEST vsynth3-dv-hd md5sum: not found TEST vsynth3-dv-fhd md5sum: not found TEST vsynth3-ffv1 md5sum: not found TEST vsynth3-ffv1-v0 md5sum: not found TEST vsynth3-ffv1-v3-yuv420p md5sum: not found TEST vsynth3-ffv1-v3-yuv422p10 md5sum: not found TEST vsynth3-ffv1-v3-yuv444p16 md5sum: not found TEST vsynth3-ffv1-v3-bgr0 md5sum: not found TEST vsynth3-ffv1-v3-rgb48 md5sum: not found TEST vsynth3-ffvhuff md5sum: not found TEST vsynth3-ffvhuff444 md5sum: not found TEST vsynth3-ffvhuff420p12 md5sum: not found TEST vsynth3-ffvhuff422p10left md5sum: not found TEST vsynth3-ffvhuff444p16 md5sum: not found TEST vsynth3-flashsv md5sum: not found TEST vsynth3-flashsv2 md5sum: not found TEST vsynth3-flv md5sum: not found TEST vsynth3-huffyuv md5sum: not found TEST vsynth3-huffyuvbgr24 md5sum: not found TEST vsynth3-huffyuvbgra md5sum: not found TEST vsynth3-jpegls md5sum: not found TEST vsynth3-jpeg2000 md5sum: not found TEST vsynth3-jpeg2000-97 md5sum: not found TEST vsynth3-ljpeg md5sum: not found TEST vsynth3-mjpeg md5sum: not found TEST vsynth3-mjpeg-422 md5sum: not found TEST vsynth3-mjpeg-444 md5sum: not found TEST vsynth3-mjpeg-trell md5sum: not found TEST vsynth3-mjpeg-huffman md5sum: not found TEST vsynth3-mjpeg-trell-huffman md5sum: not found TEST vsynth3-mpeg1 md5sum: not found TEST vsynth3-mpeg1b md5sum: not found TEST vsynth3-mpeg2 md5sum: not found TEST vsynth3-mpeg2-422 md5sum: not found TEST vsynth3-mpeg2-idct-int md5sum: not found TEST vsynth3-mpeg2-ilace md5sum: not found TEST vsynth3-mpeg2-ivlc-qprd md5sum: not found TEST vsynth3-mpeg2-thread md5sum: not found TEST vsynth3-mpeg2-thread-ivlc md5sum: not found TEST vsynth3-mpeg4 md5sum: not found TEST vsynth3-mpeg4-rc md5sum: not found TEST vsynth3-mpeg4-adv md5sum: not found TEST vsynth3-mpeg4-qprd md5sum: not found TEST vsynth3-mpeg4-adap md5sum: not found TEST vsynth3-mpeg4-qpel md5sum: not found TEST vsynth3-mpeg4-thread md5sum: not found TEST vsynth3-mpeg4-error md5sum: not found TEST vsynth3-mpeg4-nr md5sum: not found TEST vsynth3-mpeg4-nsse md5sum: not found TEST vsynth3-msmpeg4 md5sum: not found TEST vsynth3-msmpeg4v2 md5sum: not found TEST vsynth3-mpng md5sum: not found TEST vsynth3-prores md5sum: not found TEST vsynth3-prores_int md5sum: not found TEST vsynth3-prores_444 md5sum: not found TEST vsynth3-prores_444_int md5sum: not found TEST vsynth3-prores_ks md5sum: not found TEST vsynth3-qtrle md5sum: not found TEST vsynth3-rgb md5sum: not found TEST vsynth3-bpp1 md5sum: not found TEST vsynth3-bpp15 md5sum: not found TEST vsynth3-mov-bgr24 md5sum: not found TEST vsynth3-mov-bpp15 md5sum: not found TEST vsynth3-mov-bpp16 md5sum: not found TEST vsynth3-svq1 md5sum: not found TEST vsynth3-r210 md5sum: not found TEST vsynth3-v210 md5sum: not found TEST vsynth3-v210-10 md5sum: not found TEST vsynth3-v308 md5sum: not found TEST vsynth3-v408 md5sum: not found TEST vsynth3-wmv1 md5sum: not found TEST vsynth3-wmv2 md5sum: not found TEST vsynth3-yuv md5sum: not found TEST vsynth3-xface md5sum: not found TEST vsynth3-yuv4 md5sum: not found TEST vsynth3-zlib md5sum: not found TEST lavf-aiff md5sum: not found TEST lavf-al md5sum: not found TEST lavf-ast md5sum: not found TEST lavf-au md5sum: not found TEST lavf-caf md5sum: not found TEST lavf-mmf md5sum: not found TEST lavf-ogg md5sum: not found TEST lavf-rso md5sum: not found TEST lavf-sox md5sum: not found TEST lavf-ul md5sum: not found TEST lavf-voc md5sum: not found TEST lavf-ircam md5sum: not found TEST lavf-s16.voc md5sum: not found TEST lavf-wav md5sum: not found TEST lavf-peak.wav md5sum: not found TEST lavf-peak_only.wav md5sum: not found TEST lavf-w64 md5sum: not found TEST lavf-tta md5sum: not found TEST lavf-mka md5sum: not found TEST lavf-wv md5sum: not found TEST lavf-asf md5sum: not found TEST lavf-avi md5sum: not found TEST lavf-dv md5sum: not found TEST lavf-dv_pal md5sum: not found TEST lavf-dv_ntsc md5sum: not found TEST lavf-flm md5sum: not found TEST lavf-gxf md5sum: not found TEST lavf-gxf_pal md5sum: not found TEST lavf-gxf_ntsc md5sum: not found TEST lavf-mkv md5sum: not found TEST lavf-mkv_attachment md5sum: not found TEST lavf-mov md5sum: not found TEST lavf-mov_rtphint md5sum: not found TEST lavf-ismv md5sum: not found TEST lavf-mp4 md5sum: not found TEST lavf-mpg md5sum: not found TEST lavf-mxf_dv25 md5sum: not found TEST lavf-mxf_dvcpro50 md5sum: not found TEST lavf-mxf_opatom md5sum: not found TEST lavf-mxf_opatom_audio md5sum: not found TEST lavf-nut md5sum: not found TEST lavf-rm md5sum: not found TEST lavf-smjpeg md5sum: not found TEST lavf-swf md5sum: not found TEST lavf-wtv md5sum: not found TEST lavf-bmp md5sum: not found TEST lavf-dpx md5sum: not found TEST lavf-gbrp10le.dpx md5sum: not found TEST lavf-gbrp12le.dpx md5sum: not found TEST lavf-rgb48le.dpx md5sum: not found TEST lavf-rgb48le_10.dpx md5sum: not found TEST lavf-rgba64le.dpx md5sum: not found TEST lavf-jpg md5sum: not found TEST lavf-pam md5sum: not found TEST lavf-rgba.pam md5sum: not found TEST lavf-gray.pam md5sum: not found TEST lavf-gray16be.pam md5sum: not found TEST lavf-rgb48be.pam md5sum: not found TEST lavf-monob.pam md5sum: not found TEST lavf-pcx md5sum: not found TEST lavf-pgm md5sum: not found TEST lavf-png md5sum: not found TEST lavf-gray16be.png md5sum: not found TEST lavf-rgb48be.png md5sum: not found TEST lavf-ppm md5sum: not found TEST lavf-sgi md5sum: not found TEST lavf-sun md5sum: not found TEST lavf-tga md5sum: not found TEST lavf-tiff md5sum: not found TEST lavf-xbm md5sum: not found TEST lavf-xwd md5sum: not found TEST lavf-rgba.xwd md5sum: not found TEST lavf-rgb565be.xwd md5sum: not found TEST lavf-rgb555be.xwd md5sum: not found TEST lavf-rgb8.xwd md5sum: not found TEST lavf-rgb4_byte.xwd md5sum: not found TEST lavf-gray.xwd md5sum: not found TEST lavf-monow.xwd md5sum: not found TEST lavf-pbmpipe md5sum: not found TEST lavf-pgmpipe md5sum: not found TEST lavf-ppmpipe md5sum: not found TEST lavf-apng md5sum: not found TEST lavf-apng.png md5sum: not found TEST lavf-gray.fits md5sum: not found TEST lavf-gray16be.fits md5sum: not found TEST lavf-gbrp.fits md5sum: not found TEST lavf-gbrap.fits md5sum: not found TEST lavf-gbrp16be.fits md5sum: not found TEST lavf-gbrap16be.fits md5sum: not found TEST lavf-gif md5sum: not found TEST lavf-y4m md5sum: not found CC libavformat/tests/seek.o In file included from src/libavformat/tests/seek.c:1: src/libavformat/tests/seek.c:121:22: warning: variable 'st' is uninitialized when used within its own initialization [-Wuninitialized] AVStream *st=st; ~~ ^~ 1 warning generated. LD libavformat/tests/seek TEST seek-acodec-adpcm-ima_qt md5sum: not found TEST seek-acodec-adpcm-ima_qt-trellis md5sum: not found TEST seek-acodec-adpcm-ima_wav md5sum: not found TEST seek-acodec-adpcm-ima_wav-trellis md5sum: not found TEST seek-acodec-adpcm-ms md5sum: not found TEST seek-acodec-adpcm-ms-trellis md5sum: not found TEST seek-acodec-adpcm-swf md5sum: not found TEST seek-acodec-adpcm-swf-trellis md5sum: not found TEST seek-acodec-adpcm-yamaha md5sum: not found TEST seek-acodec-adpcm-yamaha-trellis md5sum: not found TEST seek-acodec-alac md5sum: not found TEST seek-acodec-flac md5sum: not found TEST seek-acodec-mp2 md5sum: not found TEST seek-acodec-pcm-alaw md5sum: not found TEST seek-acodec-pcm-mulaw md5sum: not found TEST seek-acodec-pcm-s8 md5sum: not found TEST seek-acodec-pcm-u8 md5sum: not found TEST seek-acodec-pcm-s16be md5sum: not found TEST seek-acodec-pcm-s16le md5sum: not found TEST seek-acodec-pcm-s24be md5sum: not found TEST seek-acodec-pcm-s24le md5sum: not found TEST seek-acodec-pcm-s32be md5sum: not found TEST seek-acodec-pcm-s32le md5sum: not found TEST seek-acodec-pcm-f32be md5sum: not found TEST seek-acodec-pcm-f32le md5sum: not found TEST seek-acodec-pcm-f64be md5sum: not found TEST seek-acodec-pcm-f64le md5sum: not found TEST seek-lavf-aiff md5sum: not found TEST seek-lavf-al md5sum: not found TEST seek-lavf-asf md5sum: not found TEST seek-lavf-au md5sum: not found TEST seek-lavf-avi md5sum: not found TEST seek-lavf-bmp md5sum: not found TEST seek-lavf-dv md5sum: not found TEST seek-lavf-flv md5sum: not found TEST seek-lavf-gif md5sum: not found TEST seek-lavf-gxf md5sum: not found TEST seek-lavf-jpg md5sum: not found TEST seek-lavf-mkv md5sum: not found TEST seek-lavf-mmf md5sum: not found TEST seek-lavf-mov md5sum: not found TEST seek-lavf-mpg md5sum: not found TEST seek-lavf-ul md5sum: not found TEST seek-lavf-mxf md5sum: not found TEST seek-lavf-mxf_d10 md5sum: not found TEST seek-lavf-mxf_dv25 md5sum: not found TEST seek-lavf-mxf_dvcpro50 md5sum: not found TEST seek-lavf-mxf_opatom md5sum: not found TEST seek-lavf-mxf_opatom_audio md5sum: not found TEST seek-lavf-nut md5sum: not found TEST seek-lavf-ogg md5sum: not found TEST seek-lavf-pbmpipe md5sum: not found TEST seek-lavf-pcx md5sum: not found TEST seek-lavf-pgm md5sum: not found TEST seek-lavf-pgmpipe md5sum: not found TEST seek-lavf-ppm md5sum: not found TEST seek-lavf-ppmpipe md5sum: not found TEST seek-lavf-rm md5sum: not found TEST seek-lavf-sgi md5sum: not found TEST seek-lavf-swf md5sum: not found TEST seek-lavf-tga md5sum: not found TEST seek-lavf-tiff md5sum: not found TEST seek-lavf-ts md5sum: not found TEST seek-lavf-voc md5sum: not found TEST seek-lavf-wav md5sum: not found TEST seek-lavf-wtv md5sum: not found TEST seek-lavf-y4m md5sum: not found TEST pixfmt-bgr24 md5sum: not found TEST pixfmt-gray md5sum: not found TEST pixfmt-monob md5sum: not found TEST pixfmt-monow md5sum: not found TEST pixfmt-rgb24 md5sum: not found TEST pixfmt-rgb32 md5sum: not found TEST pixfmt-rgb555 md5sum: not found TEST pixfmt-rgb565 md5sum: not found TEST pixfmt-yuv410p md5sum: not found TEST pixfmt-yuv411p md5sum: not found TEST pixfmt-yuv420p md5sum: not found TEST pixfmt-yuv422p md5sum: not found TEST pixfmt-yuv440p md5sum: not found TEST pixfmt-yuv444p md5sum: not found TEST pixfmt-yuvj420p md5sum: not found TEST pixfmt-yuvj422p md5sum: not found TEST pixfmt-yuvj440p md5sum: not found TEST pixfmt-yuvj444p md5sum: not found TEST pixfmt-yuyv422 md5sum: not found TEST filter-boxblur md5sum: not found TEST filter-colorchannelmixer md5sum: not found TEST filter-drawbox md5sum: not found TEST filter-fade md5sum: not found TEST filter-fieldorder md5sum: not found TEST filter-framepack-columns md5sum: not found TEST filter-framepack-frameseq md5sum: not found TEST filter-framepack-lines md5sum: not found TEST filter-framepack-sbs md5sum: not found TEST filter-framepack-tab md5sum: not found TEST filter-gradfun md5sum: not found TEST filter-hqdn3d md5sum: not found TEST filter-interlace md5sum: not found TEST filter-interlace-complex md5sum: not found TEST filter-negate md5sum: not found TEST filter-histogram-levels md5sum: not found TEST filter-waveform_column md5sum: not found TEST filter-waveform_row md5sum: not found TEST filter-waveform_envelope md5sum: not found TEST filter-waveform_uv md5sum: not found TEST filter-vectorscope_gray md5sum: not found TEST filter-vectorscope_color md5sum: not found TEST filter-vectorscope_color2 md5sum: not found TEST filter-vectorscope_color3 md5sum: not found TEST filter-vectorscope_color4 md5sum: not found TEST filter-vectorscope_xy md5sum: not found COPY tests/data/filtergraphs/mergeplanes TEST filter-mergeplanes md5sum: not found COPY tests/data/filtergraphs/hstack TEST filter-hstack md5sum: not found COPY tests/data/filtergraphs/vstack TEST filter-vstack md5sum: not found COPY tests/data/filtergraphs/overlay TEST filter-overlay md5sum: not found COPY tests/data/filtergraphs/overlay_rgb TEST filter-overlay_rgb md5sum: not found COPY tests/data/filtergraphs/overlay_yuv420 TEST filter-overlay_yuv420 md5sum: not found COPY tests/data/filtergraphs/overlay_nv12 TEST filter-overlay_nv12 md5sum: not found COPY tests/data/filtergraphs/overlay_nv21 TEST filter-overlay_nv21 md5sum: not found COPY tests/data/filtergraphs/overlay_yuv422 TEST filter-overlay_yuv422 md5sum: not found COPY tests/data/filtergraphs/overlay_yuv444 TEST filter-overlay_yuv444 md5sum: not found TEST filter-phase md5sum: not found TEST filter-removegrain-mode-00 md5sum: not found TEST filter-removegrain-mode-01 md5sum: not found TEST filter-removegrain-mode-02 md5sum: not found TEST filter-removegrain-mode-03 md5sum: not found TEST filter-removegrain-mode-04 md5sum: not found TEST filter-removegrain-mode-05 md5sum: not found TEST filter-removegrain-mode-06 md5sum: not found TEST filter-removegrain-mode-07 md5sum: not found TEST filter-removegrain-mode-08 md5sum: not found TEST filter-removegrain-mode-09 md5sum: not found TEST filter-removegrain-mode-10 md5sum: not found TEST filter-removegrain-mode-11 md5sum: not found TEST filter-removegrain-mode-12 md5sum: not found TEST filter-removegrain-mode-13 md5sum: not found TEST filter-removegrain-mode-14 md5sum: not found TEST filter-removegrain-mode-15 md5sum: not found TEST filter-removegrain-mode-16 md5sum: not found TEST filter-removegrain-mode-17 md5sum: not found TEST filter-removegrain-mode-18 md5sum: not found TEST filter-removegrain-mode-19 md5sum: not found TEST filter-removegrain-mode-20 md5sum: not found TEST filter-removegrain-mode-21 md5sum: not found TEST filter-removegrain-mode-22 md5sum: not found TEST filter-removegrain-mode-23 md5sum: not found TEST filter-removegrain-mode-24 md5sum: not found TEST filter-separatefields md5sum: not found TEST filter-weave md5sum: not found COPY tests/data/filtergraphs/select-alternate TEST filter-select-alternate md5sum: not found COPY tests/data/filtergraphs/setpts TEST filter-setpts md5sum: not found TEST filter-shuffleframes md5sum: not found TEST filter-shuffleplanes-dup-luma md5sum: not found TEST filter-shuffleplanes-swapuv md5sum: not found TEST filter-swaprect md5sum: not found TEST filter-tblend md5sum: not found TEST filter-telecine md5sum: not found TEST filter-transpose md5sum: not found TEST filter-trim-duration md5sum: not found TEST filter-trim-frame md5sum: not found TEST filter-trim-mixed md5sum: not found TEST filter-trim-time md5sum: not found TEST filter-unsharp md5sum: not found COPY tests/data/filtergraphs/alphamerge_alphaextract_rgb TEST filter-alphaextract_alphamerge_rgb md5sum: not found COPY tests/data/filtergraphs/alphamerge_alphaextract_yuv TEST filter-alphaextract_alphamerge_yuv md5sum: not found TEST filter-crop md5sum: not found TEST filter-crop_scale md5sum: not found TEST filter-crop_scale_vflip md5sum: not found TEST filter-crop_vflip md5sum: not found TEST filter-null md5sum: not found TEST filter-scale200 md5sum: not found TEST filter-scale500 md5sum: not found COPY tests/data/filtergraphs/scale2ref_keep_aspect TEST filter-scale2ref_keep_aspect md5sum: not found TEST filter-scalechroma md5sum: not found TEST filter-vflip md5sum: not found TEST filter-colorlevels md5sum: not found TEST filter-colorlevels-16 md5sum: not found TEST filter-colormatrix1 md5sum: not found TEST filter-colormatrix2 md5sum: not found TEST filter-vflip_crop md5sum: not found TEST filter-vflip_vflip md5sum: not found TEST filter-edgedetect md5sum: not found TEST filter-edgedetect-colormix md5sum: not found TEST filter-hue1 md5sum: not found TEST filter-hue2 md5sum: not found TEST filter-hue3 md5sum: not found TEST filter-hue4 md5sum: not found TEST filter-idet md5sum: not found TEST filter-pad md5sum: not found TEST filter-pp md5sum: not found TEST filter-pp1 md5sum: not found TEST filter-pp2 md5sum: not found TEST filter-pp3 md5sum: not found TEST filter-pp4 md5sum: not found TEST filter-pp5 md5sum: not found TEST filter-pp6 md5sum: not found TEST filter-qp md5sum: not found TEST filter-select md5sum: not found TEST filter-setdar md5sum: not found TEST filter-setsar md5sum: not found TEST filter-stereo3d-al-sbsl md5sum: not found TEST filter-stereo3d-ar-abl md5sum: not found TEST filter-stereo3d-abr-mr md5sum: not found TEST filter-stereo3d-abr-ml md5sum: not found TEST filter-stereo3d-sbsl-abl md5sum: not found TEST filter-stereo3d-sbsl-abr md5sum: not found TEST filter-stereo3d-sbsl-al md5sum: not found TEST filter-stereo3d-sbsl-sbsr md5sum: not found TEST filter-stereo3d-sbsl-agmc md5sum: not found TEST filter-stereo3d-sbsl-agmd md5sum: not found TEST filter-stereo3d-sbsl-agmg md5sum: not found TEST filter-stereo3d-sbsl-agmh md5sum: not found TEST filter-stereo3d-sbsl-arbg md5sum: not found TEST filter-stereo3d-sbsl-arcc md5sum: not found TEST filter-stereo3d-sbsl-arcd md5sum: not found TEST filter-stereo3d-sbsl-arcg md5sum: not found TEST filter-stereo3d-sbsl-arch md5sum: not found TEST filter-stereo3d-sbsl-argg md5sum: not found TEST filter-stereo3d-sbsl-aybc md5sum: not found TEST filter-stereo3d-sbsl-aybd md5sum: not found TEST filter-stereo3d-sbsl-aybg md5sum: not found TEST filter-stereo3d-sbsl-aybh md5sum: not found TEST filter-thumbnail md5sum: not found TEST filter-tile md5sum: not found TEST filter-pixdesc-yuv420p md5sum: not found TEST filter-pixdesc-yuyv422 md5sum: not found TEST filter-pixdesc-rgb24 md5sum: not found TEST filter-pixdesc-bgr24 md5sum: not found TEST filter-pixdesc-yuv422p md5sum: not found TEST filter-pixdesc-yuv444p md5sum: not found TEST filter-pixdesc-yuv410p md5sum: not found TEST filter-pixdesc-yuv411p md5sum: not found TEST filter-pixdesc-gray md5sum: not found TEST filter-pixdesc-monow md5sum: not found TEST filter-pixdesc-monob md5sum: not found TEST filter-pixdesc-yuvj420p md5sum: not found TEST filter-pixdesc-yuvj422p md5sum: not found TEST filter-pixdesc-yuvj444p md5sum: not found TEST filter-pixdesc-uyvy422 md5sum: not found TEST filter-pixdesc-bgr8 md5sum: not found TEST filter-pixdesc-bgr4_byte md5sum: not found TEST filter-pixdesc-rgb8 md5sum: not found TEST filter-pixdesc-rgb4_byte md5sum: not found TEST filter-pixdesc-nv12 md5sum: not found TEST filter-pixdesc-nv21 md5sum: not found TEST filter-pixdesc-argb md5sum: not found TEST filter-pixdesc-rgba md5sum: not found TEST filter-pixdesc-abgr md5sum: not found TEST filter-pixdesc-bgra md5sum: not found TEST filter-pixdesc-gray16be md5sum: not found TEST filter-pixdesc-gray16le md5sum: not found TEST filter-pixdesc-yuv440p md5sum: not found TEST filter-pixdesc-yuvj440p md5sum: not found TEST filter-pixdesc-yuva420p md5sum: not found TEST filter-pixdesc-rgb48be md5sum: not found TEST filter-pixdesc-rgb48le md5sum: not found TEST filter-pixdesc-rgb565be md5sum: not found TEST filter-pixdesc-rgb565le md5sum: not found TEST filter-pixdesc-rgb555be md5sum: not found TEST filter-pixdesc-rgb555le md5sum: not found TEST filter-pixdesc-bgr565be md5sum: not found TEST filter-pixdesc-bgr565le md5sum: not found TEST filter-pixdesc-bgr555be md5sum: not found TEST filter-pixdesc-bgr555le md5sum: not found TEST filter-pixdesc-yuv420p16le md5sum: not found TEST filter-pixdesc-yuv420p16be md5sum: not found TEST filter-pixdesc-yuv422p16le md5sum: not found TEST filter-pixdesc-yuv422p16be md5sum: not found TEST filter-pixdesc-yuv444p16le md5sum: not found TEST filter-pixdesc-yuv444p16be md5sum: not found TEST filter-pixdesc-rgb444le md5sum: not found TEST filter-pixdesc-rgb444be md5sum: not found TEST filter-pixdesc-bgr444le md5sum: not found TEST filter-pixdesc-bgr444be md5sum: not found TEST filter-pixdesc-ya8 md5sum: not found TEST filter-pixdesc-bgr48be md5sum: not found TEST filter-pixdesc-bgr48le md5sum: not found TEST filter-pixdesc-yuv420p9be md5sum: not found TEST filter-pixdesc-yuv420p9le md5sum: not found TEST filter-pixdesc-yuv420p10be md5sum: not found TEST filter-pixdesc-yuv420p10le md5sum: not found TEST filter-pixdesc-yuv422p10be md5sum: not found TEST filter-pixdesc-yuv422p10le md5sum: not found TEST filter-pixdesc-yuv444p9be md5sum: not found TEST filter-pixdesc-yuv444p9le md5sum: not found TEST filter-pixdesc-yuv444p10be md5sum: not found TEST filter-pixdesc-yuv444p10le md5sum: not found TEST filter-pixdesc-yuv422p9be md5sum: not found TEST filter-pixdesc-yuv422p9le md5sum: not found TEST filter-pixdesc-gbrp md5sum: not found TEST filter-pixdesc-gbrp9be md5sum: not found TEST filter-pixdesc-gbrp9le md5sum: not found TEST filter-pixdesc-gbrp10be md5sum: not found TEST filter-pixdesc-gbrp10le md5sum: not found TEST filter-pixdesc-gbrp16be md5sum: not found TEST filter-pixdesc-gbrp16le md5sum: not found TEST filter-pixdesc-yuva422p md5sum: not found TEST filter-pixdesc-yuva444p md5sum: not found TEST filter-pixdesc-yuva420p9be md5sum: not found TEST filter-pixdesc-yuva420p9le md5sum: not found TEST filter-pixdesc-yuva422p9be md5sum: not found TEST filter-pixdesc-yuva422p9le md5sum: not found TEST filter-pixdesc-yuva444p9be md5sum: not found TEST filter-pixdesc-yuva444p9le md5sum: not found TEST filter-pixdesc-yuva420p10be md5sum: not found TEST filter-pixdesc-yuva420p10le md5sum: not found TEST filter-pixdesc-yuva422p10be md5sum: not found TEST filter-pixdesc-yuva422p10le md5sum: not found TEST filter-pixdesc-yuva444p10be md5sum: not found TEST filter-pixdesc-yuva444p10le md5sum: not found TEST filter-pixdesc-yuva420p16be md5sum: not found TEST filter-pixdesc-yuva420p16le md5sum: not found TEST filter-pixdesc-yuva422p16be md5sum: not found TEST filter-pixdesc-yuva422p16le md5sum: not found TEST filter-pixdesc-yuva444p16be md5sum: not found TEST filter-pixdesc-yuva444p16le md5sum: not found TEST filter-pixdesc-xyz12le md5sum: not found TEST filter-pixdesc-xyz12be md5sum: not found TEST filter-pixdesc-rgba64be md5sum: not found TEST filter-pixdesc-rgba64le md5sum: not found TEST filter-pixdesc-bgra64be md5sum: not found TEST filter-pixdesc-bgra64le md5sum: not found TEST filter-pixdesc-yvyu422 md5sum: not found TEST filter-pixdesc-ya16be md5sum: not found TEST filter-pixdesc-ya16le md5sum: not found TEST filter-pixdesc-gbrap md5sum: not found TEST filter-pixdesc-gbrap16be md5sum: not found TEST filter-pixdesc-gbrap16le md5sum: not found TEST filter-pixdesc-0rgb md5sum: not found TEST filter-pixdesc-rgb0 md5sum: not found TEST filter-pixdesc-0bgr md5sum: not found TEST filter-pixdesc-bgr0 md5sum: not found TEST filter-pixdesc-yuv420p12be md5sum: not found TEST filter-pixdesc-yuv420p12le md5sum: not found TEST filter-pixdesc-yuv420p14be md5sum: not found TEST filter-pixdesc-yuv420p14le md5sum: not found TEST filter-pixdesc-yuv422p12be md5sum: not found TEST filter-pixdesc-yuv422p12le md5sum: not found TEST filter-pixdesc-yuv422p14be md5sum: not found TEST filter-pixdesc-yuv422p14le md5sum: not found TEST filter-pixdesc-yuv444p12be md5sum: not found TEST filter-pixdesc-yuv444p12le md5sum: not found TEST filter-pixdesc-yuv444p14be md5sum: not found TEST filter-pixdesc-yuv444p14le md5sum: not found TEST filter-pixdesc-gbrp12be md5sum: not found TEST filter-pixdesc-gbrp12le md5sum: not found TEST filter-pixdesc-gbrp14be md5sum: not found TEST filter-pixdesc-gbrp14le md5sum: not found TEST filter-pixdesc-yuvj411p md5sum: not found TEST filter-pixdesc-yuv440p10le md5sum: not found TEST filter-pixdesc-yuv440p10be md5sum: not found TEST filter-pixdesc-yuv440p12le md5sum: not found TEST filter-pixdesc-yuv440p12be md5sum: not found TEST filter-pixdesc-ayuv64le md5sum: not found TEST filter-pixdesc-p010le md5sum: not found TEST filter-pixdesc-p010be md5sum: not found TEST filter-pixdesc-gbrap12be md5sum: not found TEST filter-pixdesc-gbrap12le md5sum: not found TEST filter-pixdesc-gbrap10be md5sum: not found TEST filter-pixdesc-gbrap10le md5sum: not found TEST filter-pixdesc-gray12be md5sum: not found TEST filter-pixdesc-gray12le md5sum: not found TEST filter-pixdesc-gray10be md5sum: not found TEST filter-pixdesc-gray10le md5sum: not found TEST filter-pixdesc-p016le md5sum: not found TEST filter-pixdesc-p016be md5sum: not found TEST filter-pixdesc-gray9be md5sum: not found TEST filter-pixdesc-gray9le md5sum: not found TEST filter-pixdesc-gray14be md5sum: not found TEST filter-pixdesc-gray14le md5sum: not found TEST filter-pixdesc-grayf32be md5sum: not found TEST filter-pixdesc-grayf32le md5sum: not found TEST filter-pixdesc-yuva422p12be md5sum: not found TEST filter-pixdesc-yuva422p12le md5sum: not found TEST filter-pixdesc-yuva444p12be md5sum: not found TEST filter-pixdesc-yuva444p12le md5sum: not found TEST filter-pixdesc-nv24 md5sum: not found TEST filter-pixdesc-nv42 md5sum: not found CC libavfilter/tests/filtfmts.o LD libavfilter/tests/filtfmts TEST filter-pixfmts-copy md5sum: not found TEST filter-pixfmts-crop md5sum: not found TEST filter-pixfmts-field md5sum: not found TEST filter-pixfmts-fieldmatch md5sum: not found TEST filter-pixfmts-fieldorder md5sum: not found TEST filter-pixfmts-hflip md5sum: not found TEST filter-pixfmts-il md5sum: not found TEST filter-pixfmts-kerndeint md5sum: not found TEST filter-pixfmts-lut md5sum: not found TEST filter-pixfmts-null md5sum: not found TEST filter-pixfmts-pad md5sum: not found TEST filter-pixfmts-pullup md5sum: not found TEST filter-pixfmts-rotate md5sum: not found TEST filter-pixfmts-scale md5sum: not found TEST filter-pixfmts-super2xsai md5sum: not found TEST filter-pixfmts-swapuv md5sum: not found TEST filter-pixfmts-tinterlace_cvlpf md5sum: not found TEST filter-pixfmts-tinterlace_merge md5sum: not found TEST filter-pixfmts-tinterlace_pad md5sum: not found TEST filter-pixfmts-tinterlace_vlpf md5sum: not found TEST filter-pixfmts-transpose md5sum: not found TEST filter-pixfmts-vflip md5sum: not found TEST utvideoenc_rgba_left md5sum: not found TEST utvideoenc_rgba_median md5sum: not found TEST utvideoenc_rgba_none md5sum: not found TEST utvideoenc_rgb_left md5sum: not found TEST utvideoenc_rgb_median md5sum: not found TEST utvideoenc_rgb_none md5sum: not found TEST utvideoenc_yuv420_left md5sum: not found TEST utvideoenc_yuv420_median md5sum: not found TEST utvideoenc_yuv420_none md5sum: not found TEST utvideoenc_yuv422_left md5sum: not found TEST utvideoenc_yuv422_median md5sum: not found TEST utvideoenc_yuv422_none md5sum: not found TEST utvideoenc_yuv444_left md5sum: not found TEST utvideoenc_yuv444_median md5sum: not found TEST utvideoenc_yuv444_none md5sum: not found COPY tests/test_copy.ffmeta GEN tests/data/ffprobe-test.nut TEST ffprobe_compact md5sum: not found TEST ffprobe_csv md5sum: not found TEST ffprobe_default md5sum: not found TEST ffprobe_flat md5sum: not found TEST ffprobe_ini md5sum: not found TEST ffprobe_json md5sum: not found TEST ffprobe_xml md5sum: not found TEST probe-format-roundup997 md5sum: not found TEST probe-format-roundup1383 md5sum: not found TEST probe-format-roundup1414 md5sum: not found TEST probe-format-roundup2015 md5sum: not found GEN tests/data/vsynth_lena.yuv TEST vsynth_lena-amv md5sum: not found TEST vsynth_lena-asv1 md5sum: not found TEST vsynth_lena-asv2 md5sum: not found TEST vsynth_lena-cinepak md5sum: not found TEST vsynth_lena-cljr md5sum: not found TEST vsynth_lena-dnxhd-720p md5sum: not found TEST vsynth_lena-dnxhd-720p-rd md5sum: not found TEST vsynth_lena-dnxhd-720p-10bit md5sum: not found TEST vsynth_lena-dnxhd-720p-hr-lb md5sum: not found TEST vsynth_lena-dnxhd-uhd-hr-sq md5sum: not found TEST vsynth_lena-dnxhd-edge1-hr md5sum: not found TEST vsynth_lena-dnxhd-edge2-hr md5sum: not found TEST vsynth_lena-dnxhd-edge3-hr md5sum: not found TEST vsynth_lena-dnxhd-4k-hr-lb md5sum: not found TEST vsynth_lena-dnxhd-2k-hr-hq md5sum: not found TEST vsynth_lena-vc2-420p md5sum: not found TEST vsynth_lena-vc2-420p10 md5sum: not found TEST vsynth_lena-vc2-420p12 md5sum: not found TEST vsynth_lena-vc2-422p md5sum: not found TEST vsynth_lena-vc2-422p10 md5sum: not found TEST vsynth_lena-vc2-422p12 md5sum: not found TEST vsynth_lena-vc2-444p md5sum: not found TEST vsynth_lena-vc2-444p10 md5sum: not found TEST vsynth_lena-vc2-444p12 md5sum: not found TEST vsynth_lena-vc2-thaar md5sum: not found TEST vsynth_lena-vc2-t5_3 md5sum: not found TEST vsynth_lena-dnxhd-1080i md5sum: not found TEST vsynth_lena-dnxhd-1080i-10bit md5sum: not found TEST vsynth_lena-dnxhd-1080i-colr md5sum: not found TEST vsynth_lena-dnxhd-hr-lb-mov md5sum: not found TEST vsynth_lena-dnxhd-hr-sq-mov md5sum: not found TEST vsynth_lena-dnxhd-hr-hq-mov md5sum: not found TEST vsynth_lena-dv md5sum: not found TEST vsynth_lena-dv-411 md5sum: not found TEST vsynth_lena-dv-50 md5sum: not found TEST vsynth_lena-dv-hd md5sum: not found TEST vsynth_lena-dv-fhd md5sum: not found TEST vsynth_lena-ffv1 md5sum: not found TEST vsynth_lena-ffv1-v0 md5sum: not found TEST vsynth_lena-ffv1-v3-yuv420p md5sum: not found TEST vsynth_lena-ffv1-v3-yuv422p10 md5sum: not found TEST vsynth_lena-ffv1-v3-yuv444p16 md5sum: not found TEST vsynth_lena-ffv1-v3-bgr0 md5sum: not found TEST vsynth_lena-ffv1-v3-rgb48 md5sum: not found TEST vsynth_lena-ffvhuff md5sum: not found TEST vsynth_lena-ffvhuff444 md5sum: not found TEST vsynth_lena-ffvhuff420p12 md5sum: not found TEST vsynth_lena-ffvhuff422p10left md5sum: not found TEST vsynth_lena-ffvhuff444p16 md5sum: not found TEST vsynth_lena-flashsv md5sum: not found TEST vsynth_lena-flashsv2 md5sum: not found TEST vsynth_lena-flv md5sum: not found TEST vsynth_lena-h261 md5sum: not found TEST vsynth_lena-h261-trellis md5sum: not found TEST vsynth_lena-h263 md5sum: not found TEST vsynth_lena-h263-obmc md5sum: not found TEST vsynth_lena-h263p md5sum: not found TEST vsynth_lena-huffyuv md5sum: not found TEST vsynth_lena-huffyuvbgr24 md5sum: not found TEST vsynth_lena-huffyuvbgra md5sum: not found TEST vsynth_lena-jpegls md5sum: not found TEST vsynth_lena-jpeg2000 md5sum: not found TEST vsynth_lena-jpeg2000-97 md5sum: not found TEST vsynth_lena-ljpeg md5sum: not found TEST vsynth_lena-mjpeg md5sum: not found TEST vsynth_lena-mjpeg-422 md5sum: not found TEST vsynth_lena-mjpeg-444 md5sum: not found TEST vsynth_lena-mjpeg-trell md5sum: not found TEST vsynth_lena-mjpeg-huffman md5sum: not found TEST vsynth_lena-mjpeg-trell-huffman md5sum: not found TEST vsynth_lena-mpeg1 md5sum: not found TEST vsynth_lena-mpeg1b md5sum: not found TEST vsynth_lena-mpeg2 md5sum: not found TEST vsynth_lena-mpeg2-422 md5sum: not found TEST vsynth_lena-mpeg2-idct-int md5sum: not found TEST vsynth_lena-mpeg2-ilace md5sum: not found TEST vsynth_lena-mpeg2-ivlc-qprd md5sum: not found TEST vsynth_lena-mpeg2-thread md5sum: not found TEST vsynth_lena-mpeg2-thread-ivlc md5sum: not found TEST vsynth_lena-mpeg4 md5sum: not found TEST vsynth_lena-mpeg4-rc md5sum: not found TEST vsynth_lena-mpeg4-adv md5sum: not found TEST vsynth_lena-mpeg4-qprd md5sum: not found TEST vsynth_lena-mpeg4-adap md5sum: not found TEST vsynth_lena-mpeg4-qpel md5sum: not found TEST vsynth_lena-mpeg4-thread md5sum: not found TEST vsynth_lena-mpeg4-error md5sum: not found TEST vsynth_lena-mpeg4-nr md5sum: not found TEST vsynth_lena-mpeg4-nsse md5sum: not found TEST vsynth_lena-msmpeg4 md5sum: not found TEST vsynth_lena-msmpeg4v2 md5sum: not found TEST vsynth_lena-mpng md5sum: not found TEST vsynth_lena-msvideo1 md5sum: not found TEST vsynth_lena-prores md5sum: not found TEST vsynth_lena-prores_int md5sum: not found TEST vsynth_lena-prores_444 md5sum: not found TEST vsynth_lena-prores_444_int md5sum: not found TEST vsynth_lena-prores_ks md5sum: not found TEST vsynth_lena-qtrle md5sum: not found TEST vsynth_lena-qtrlegray md5sum: not found TEST vsynth_lena-rgb md5sum: not found TEST vsynth_lena-bpp1 md5sum: not found TEST vsynth_lena-bpp15 md5sum: not found TEST vsynth_lena-mov-bgr24 md5sum: not found TEST vsynth_lena-mov-bpp15 md5sum: not found TEST vsynth_lena-mov-bpp16 md5sum: not found TEST vsynth_lena-roqvideo md5sum: not found TEST vsynth_lena-rv10 md5sum: not found TEST vsynth_lena-rv20 md5sum: not found TEST vsynth_lena-snow md5sum: not found TEST vsynth_lena-snow-hpel md5sum: not found TEST vsynth_lena-snow-ll md5sum: not found TEST vsynth_lena-svq1 md5sum: not found TEST vsynth_lena-r210 md5sum: not found TEST vsynth_lena-v210 md5sum: not found TEST vsynth_lena-v210-10 md5sum: not found TEST vsynth_lena-v308 md5sum: not found TEST vsynth_lena-v408 md5sum: not found TEST vsynth_lena-avui md5sum: not found TEST vsynth_lena-wmv1 md5sum: not found TEST vsynth_lena-wmv2 md5sum: not found TEST vsynth_lena-yuv md5sum: not found TEST vsynth_lena-xface md5sum: not found TEST vsynth_lena-yuv4 md5sum: not found TEST vsynth_lena-y41p md5sum: not found TEST vsynth_lena-zlib md5sum: not found TEST seek-vsynth_lena-asv1 md5sum: not found TEST seek-vsynth_lena-asv2 md5sum: not found TEST seek-vsynth_lena-dnxhd-720p md5sum: not found TEST seek-vsynth_lena-dnxhd-720p-rd md5sum: not found TEST seek-vsynth_lena-dnxhd-1080i md5sum: not found TEST seek-vsynth_lena-dv md5sum: not found TEST seek-vsynth_lena-dv-411 md5sum: not found TEST seek-vsynth_lena-dv-50 md5sum: not found TEST seek-vsynth_lena-ffv1 md5sum: not found TEST seek-vsynth_lena-flashsv md5sum: not found TEST seek-vsynth_lena-flv md5sum: not found TEST seek-vsynth_lena-h261 md5sum: not found TEST seek-vsynth_lena-h263 md5sum: not found TEST seek-vsynth_lena-h263p md5sum: not found TEST seek-vsynth_lena-huffyuv md5sum: not found TEST seek-vsynth_lena-jpegls md5sum: not found TEST seek-vsynth_lena-ljpeg md5sum: not found TEST seek-vsynth_lena-mjpeg md5sum: not found TEST seek-vsynth_lena-dnxhd-4k-hr-lb md5sum: not found TEST seek-vsynth_lena-mpeg1 md5sum: not found TEST seek-vsynth_lena-mpeg1b md5sum: not found TEST seek-vsynth_lena-mpeg2-422 md5sum: not found TEST seek-vsynth_lena-mpeg2-idct-int md5sum: not found TEST seek-vsynth_lena-mpeg2-ilace md5sum: not found TEST seek-vsynth_lena-mpeg2-ivlc-qprd md5sum: not found TEST seek-vsynth_lena-mpeg2-thread md5sum: not found TEST seek-vsynth_lena-mpeg2-thread-ivlc md5sum: not found TEST seek-vsynth_lena-mpeg4 md5sum: not found TEST seek-vsynth_lena-mpeg4-rc md5sum: not found TEST seek-vsynth_lena-mpeg4-adv md5sum: not found TEST seek-vsynth_lena-mpeg4-qprd md5sum: not found TEST seek-vsynth_lena-mpeg4-adap md5sum: not found TEST seek-vsynth_lena-mpeg4-qpel md5sum: not found TEST seek-vsynth_lena-mpeg4-thread md5sum: not found TEST seek-vsynth_lena-mpeg4-error md5sum: not found TEST seek-vsynth_lena-mpeg4-nr md5sum: not found TEST seek-vsynth_lena-mpeg4-nsse md5sum: not found TEST seek-vsynth_lena-msmpeg4 md5sum: not found TEST seek-vsynth_lena-msmpeg4v2 md5sum: not found TEST seek-vsynth_lena-rgb md5sum: not found TEST seek-vsynth_lena-roqvideo md5sum: not found TEST seek-vsynth_lena-rv10 md5sum: not found TEST seek-vsynth_lena-rv20 md5sum: not found TEST seek-vsynth_lena-snow md5sum: not found TEST seek-vsynth_lena-snow-ll md5sum: not found TEST seek-vsynth_lena-svq1 md5sum: not found TEST seek-vsynth_lena-wmv1 md5sum: not found TEST seek-vsynth_lena-wmv2 md5sum: not found TEST seek-vsynth_lena-yuv md5sum: not found TEST seek-extra-mp3 md5sum: not found TEST seek-cache-pipe md5sum: not found TEST seek-mkv-codec-delay md5sum: not found TEST seek-extra-mp4 md5sum: not found TEST seek-empty-edit-mp4 md5sum: not found TEST seek-test-iibbibb-mp4 md5sum: not found TEST seek-test-iibbibb-neg-ctts-mp4 md5sum: not found TEST ac3-2.0 md5sum: not found TEST ac3-4.0 md5sum: not found TEST ac3-4.0-downmix-mono md5sum: not found TEST ac3-4.0-downmix-stereo md5sum: not found TEST ac3-5.1 md5sum: not found TEST ac3-5.1-downmix-mono md5sum: not found TEST ac3-5.1-downmix-stereo md5sum: not found TEST ac3-fixed-2.0 md5sum: not found TEST ac3-fixed-4.0-downmix-mono md5sum: not found TEST ac3-fixed-5.1-downmix-mono md5sum: not found TEST ac3-fixed-5.1-downmix-stereo md5sum: not found TEST ac3-encode md5sum: not found TEST ac3-fixed-encode md5sum: not found TEST eac3-1 md5sum: not found TEST eac3-2 md5sum: not found TEST eac3-3 md5sum: not found TEST eac3-4 md5sum: not found TEST eac3-5 md5sum: not found TEST eac3-encode md5sum: not found TEST eac3-core-bsf md5sum: not found TEST adpcm-4xm md5sum: not found TEST adpcm-afc md5sum: not found TEST adpcm-creative md5sum: not found TEST adpcm-creative-8-2bit md5sum: not found TEST adpcm-creative-8-2.6bit md5sum: not found TEST adpcm-creative-8-4bit md5sum: not found TEST adpcm-dtk md5sum: not found TEST adpcm-ea-1 md5sum: not found TEST adpcm-ea-2 md5sum: not found TEST adpcm-ea-maxis-xa md5sum: not found TEST adpcm-ea-r1 md5sum: not found TEST adpcm-ea-r2 md5sum: not found TEST adpcm-ea-r3 md5sum: not found TEST adpcm-ima-amv md5sum: not found TEST adpcm-ima-apc md5sum: not found TEST adpcm-ima-dk3 md5sum: not found TEST adpcm-ima-dk4 md5sum: not found TEST adpcm-ima-ea-eacs md5sum: not found TEST adpcm-ima-ea-sead md5sum: not found TEST adpcm-ima-iss md5sum: not found TEST adpcm-ima-oki md5sum: not found TEST adpcm-ima-rad md5sum: not found TEST adpcm-ima-smjpeg md5sum: not found TEST adpcm-ima_wav-stereo md5sum: not found TEST adpcm-ima-ws md5sum: not found TEST adpcm-ms-mono md5sum: not found TEST adpcm_ms-stereo md5sum: not found TEST adpcm-thp md5sum: not found TEST adpcm-vima md5sum: not found TEST adpcm-xa md5sum: not found TEST adpcm-argo-mono md5sum: not found TEST adpcm-argo-stereo md5sum: not found TEST adpcm-ima-ssi-mono md5sum: not found TEST adpcm-ima-ssi-stereo md5sum: not found TEST atrac1-1 md5sum: not found TEST atrac1-2 md5sum: not found TEST atrac3-1 md5sum: not found TEST atrac3-2 md5sum: not found TEST atrac3-3 md5sum: not found TEST atrac3p-1 md5sum: not found TEST atrac3p-2 md5sum: not found TEST bmp-1bit md5sum: not found TEST bmp-4bit md5sum: not found TEST bmp-4bit-os2 md5sum: not found TEST bmp-8bit md5sum: not found TEST bmp-8bit-os2 md5sum: not found TEST bmp-15bit md5sum: not found TEST bmp-15bit-mask md5sum: not found TEST bmp-16bit-mask md5sum: not found TEST bmp-24bit md5sum: not found TEST bmp-32bit md5sum: not found TEST bmp-32bit-mask md5sum: not found TEST bmp-rle4 md5sum: not found TEST bmp-rle8 md5sum: not found TEST cbs-av1-av1-1-b8-02-allintra md5sum: not found TEST cbs-av1-av1-1-b8-03-sizedown md5sum: not found TEST cbs-av1-av1-1-b8-03-sizeup md5sum: not found TEST cbs-av1-av1-1-b8-04-cdfupdate md5sum: not found TEST cbs-av1-av1-1-b8-05-mv md5sum: not found TEST cbs-av1-av1-1-b8-06-mfmv md5sum: not found TEST cbs-av1-av1-1-b8-22-svc-L1T2 md5sum: not found TEST cbs-av1-av1-1-b8-22-svc-L2T1 md5sum: not found TEST cbs-av1-av1-1-b8-22-svc-L2T2 md5sum: not found TEST cbs-av1-av1-1-b8-23-film_grain-50 md5sum: not found TEST cbs-av1-av1-1-b10-23-film_grain-50 md5sum: not found TEST cbs-av1-decode_model md5sum: not found TEST cbs-av1-frames_refs_short_signaling md5sum: not found TEST cbs-av1-non_uniform_tiling md5sum: not found TEST cbs-av1-seq_hdr_op_param_info md5sum: not found TEST cbs-av1-switch_frame md5sum: not found TEST cbs-hevc-STRUCT_A_Samsung_5 md5sum: not found TEST cbs-hevc-WP_A_Toshiba_3 md5sum: not found TEST cbs-hevc-SLIST_A_Sony_4 md5sum: not found TEST cbs-hevc-SLIST_D_Sony_9 md5sum: not found TEST cbs-hevc-CAINIT_E_SHARP_3 md5sum: not found TEST cbs-hevc-CAINIT_H_SHARP_3 md5sum: not found TEST cbs-hevc-TILES_B_Cisco_1 md5sum: not found TEST cbs-hevc-WPP_A_ericsson_MAIN_2 md5sum: not found TEST cbs-hevc-WPP_F_ericsson_MAIN_2 md5sum: not found TEST cbs-hevc-ipcm_E_NEC_2 md5sum: not found TEST cbs-hevc-NUT_A_ericsson_5 md5sum: not found TEST cbs-hevc-PICSIZE_A_Bossen_1 md5sum: not found TEST cbs-hevc-PICSIZE_B_Bossen_1 md5sum: not found TEST cbs-hevc-RPS_A_docomo_4 md5sum: not found TEST cbs-hevc-RPS_E_qualcomm_5 md5sum: not found TEST cbs-hevc-LTRPSPS_A_Qualcomm_1 md5sum: not found TEST cbs-hevc-RPLM_A_qualcomm_4 md5sum: not found TEST cbs-hevc-CONFWIN_A_Sony_1 md5sum: not found TEST cbs-hevc-HRD_A_Fujitsu_2 md5sum: not found TEST cbs-hevc-SLPPLP_A_VIDYO_2 md5sum: not found TEST cbs-mpeg2-hhi_burst_422_short md5sum: not found TEST cbs-mpeg2-sony-ct3 md5sum: not found TEST cbs-mpeg2-tcela-6 md5sum: not found TEST cbs-vp9-vp90-2-03-deltaq md5sum: not found TEST cbs-vp9-vp90-2-05-resize md5sum: not found TEST cbs-vp9-vp90-2-06-bilinear md5sum: not found TEST cbs-vp9-vp90-2-09-lf_deltas md5sum: not found TEST cbs-vp9-vp90-2-10-show-existing-frame md5sum: not found TEST cbs-vp9-vp90-2-10-show-existing-frame2 md5sum: not found TEST cbs-vp9-vp90-2-segmentation-aq-akiyo md5sum: not found TEST cbs-vp9-vp90-2-segmentation-sf-akiyo md5sum: not found TEST cbs-vp9-vp90-2-tiling-pedestrian md5sum: not found TEST cbs-vp9-vp91-2-04-yuv440 md5sum: not found TEST cbs-vp9-vp91-2-04-yuv444 md5sum: not found TEST cbs-vp9-vp92-2-20-10bit-yuv420 md5sum: not found TEST cbs-vp9-vp93-2-20-10bit-yuv422 md5sum: not found TEST cbs-vp9-vp93-2-20-12bit-yuv444 md5sum: not found TEST cdxl-bitline-ham6 md5sum: not found TEST cdxl-ham6 md5sum: not found TEST cdxl-ham8 md5sum: not found TEST cdxl-pal8 md5sum: not found TEST cdxl-pal8-small md5sum: not found TEST cover-art-ape md5sum: not found TEST cover-art-flac md5sum: not found TEST cover-art-m4a md5sum: not found TEST cover-art-ogg md5sum: not found TEST cover-art-wma md5sum: not found TEST cover-art-wma-id3 md5sum: not found TEST cover-art-wma-metadatalib md5sum: not found TEST cover-art-wv md5sum: not found TEST dfa1 md5sum: not found TEST dfa2 md5sum: not found TEST dfa3 md5sum: not found TEST dfa4 md5sum: not found TEST dfa5 md5sum: not found TEST dfa6 md5sum: not found TEST dfa7 md5sum: not found TEST dfa8 md5sum: not found TEST dfa9 md5sum: not found TEST dfa10 md5sum: not found TEST dfa11 md5sum: not found TEST dpcm-idroq md5sum: not found TEST dpcm-interplay md5sum: not found TEST dpcm-sierra md5sum: not found TEST dpcm-xan md5sum: not found TEST filter-acrossfade md5sum: not found TEST filter-silenceremove md5sum: not found TEST filter-stereotools md5sum: not found TEST filter-tremolo md5sum: not found GEN tests/data/asynth-44100-2-2.wav TEST filter-amix-simple md5sum: not found TEST filter-amix-first md5sum: not found GEN tests/data/asynth-44100-2-3.wav TEST filter-amix-transition md5sum: not found TEST filter-aresample md5sum: not found TEST filter-hdcd-mix md5sum: not found TEST filter-hdcd-mix-psoff md5sum: not found TEST filter-hdcd-analyze-pe md5sum: not found TEST filter-hdcd-analyze-lle md5sum: not found TEST filter-hdcd-analyze-cdt md5sum: not found TEST filter-hdcd-analyze-tgm md5sum: not found TEST filter-hdcd-analyze-ltgm md5sum: not found TEST filter-hdcd-analyze-pel md5sum: not found TEST filter-hdcd-false-positive md5sum: not found TEST filter-hdcd-detect-errors md5sum: not found TEST filter-hdcd-20bit md5sum: not found TEST filter-hdcd-mono md5sum: not found TEST filter-hdcd-s16p md5sum: not found TEST filter-hdcd-s32p md5sum: not found TEST flac-16-chmode-indep md5sum: not found TEST flac-16-chmode-left_side md5sum: not found TEST flac-16-chmode-mid_side md5sum: not found TEST flac-16-chmode-right_side md5sum: not found TEST flac-16-fixed md5sum: not found TEST flac-16-lpc-cholesky md5sum: not found TEST flac-16-lpc-levinson md5sum: not found TEST flac-24-comp-8 md5sum: not found TEST flac-rice-params md5sum: not found TEST gapless-mp3 md5sum: not found TEST audiomatch-square-mp3 md5sum: not found TEST audiomatch-square-aac md5sum: not found TEST audiomatch-afconvert-16000-mono-lc-adts md5sum: not found TEST audiomatch-afconvert-16000-mono-lc-m4a md5sum: not found TEST audiomatch-afconvert-44100-mono-lc-adts md5sum: not found TEST audiomatch-afconvert-44100-mono-lc-m4a md5sum: not found TEST audiomatch-afconvert-16000-mono-he-adts md5sum: not found TEST audiomatch-afconvert-16000-mono-he-m4a md5sum: not found TEST audiomatch-afconvert-44100-mono-he-adts md5sum: not found TEST audiomatch-afconvert-44100-mono-he-m4a md5sum: not found TEST audiomatch-afconvert-16000-stereo-he-adts md5sum: not found TEST audiomatch-afconvert-16000-stereo-he-m4a md5sum: not found TEST audiomatch-afconvert-44100-stereo-he-adts md5sum: not found TEST audiomatch-afconvert-44100-stereo-he-m4a md5sum: not found TEST audiomatch-afconvert-16000-stereo-he2-adts md5sum: not found TEST audiomatch-afconvert-16000-stereo-he2-m4a md5sum: not found TEST audiomatch-afconvert-44100-stereo-he2-adts md5sum: not found TEST audiomatch-afconvert-44100-stereo-he2-m4a md5sum: not found TEST audiomatch-afconvert-16000-stereo-lc-adts md5sum: not found TEST audiomatch-afconvert-16000-stereo-lc-m4a md5sum: not found TEST audiomatch-afconvert-44100-stereo-lc-adts md5sum: not found TEST audiomatch-afconvert-44100-stereo-lc-m4a md5sum: not found TEST audiomatch-faac-16000-mono-lc-adts md5sum: not found TEST audiomatch-faac-16000-mono-lc-m4a md5sum: not found TEST audiomatch-faac-44100-mono-lc-adts md5sum: not found TEST audiomatch-faac-44100-mono-lc-m4a md5sum: not found TEST audiomatch-faac-16000-stereo-lc-adts md5sum: not found TEST audiomatch-faac-16000-stereo-lc-m4a md5sum: not found TEST audiomatch-faac-44100-stereo-lc-adts md5sum: not found TEST audiomatch-faac-44100-stereo-lc-m4a md5sum: not found TEST audiomatch-dolby-44100-mono-lc-mp4 md5sum: not found TEST audiomatch-dolby-44100-mono-he-mp4 md5sum: not found TEST audiomatch-dolby-44100-stereo-he-mp4 md5sum: not found TEST audiomatch-dolby-44100-stereo-he2-mp4 md5sum: not found TEST audiomatch-dolby-44100-stereo-lc-mp4 md5sum: not found TEST audiomatch-nero-16000-mono-lc-m4a md5sum: not found TEST audiomatch-nero-44100-mono-lc-m4a md5sum: not found TEST audiomatch-nero-16000-mono-he-m4a md5sum: not found TEST audiomatch-nero-44100-mono-he-m4a md5sum: not found TEST audiomatch-nero-16000-stereo-he-m4a md5sum: not found TEST audiomatch-nero-44100-stereo-he-m4a md5sum: not found TEST audiomatch-nero-16000-stereo-he2-m4a md5sum: not found TEST audiomatch-nero-44100-stereo-he2-m4a md5sum: not found TEST audiomatch-nero-16000-stereo-lc-m4a md5sum: not found TEST audiomatch-nero-44100-stereo-lc-m4a md5sum: not found TEST audiomatch-quicktime7-44100-stereo-lc-mp4 md5sum: not found TEST audiomatch-quicktimeX-44100-stereo-lc-m4a md5sum: not found TEST gaplessinfo-itunes1 md5sum: not found TEST gaplessinfo-itunes2 md5sum: not found TEST gaplessenc-itunes-to-ipod-aac md5sum: not found TEST gaplessenc-pcm-to-mov-aac md5sum: not found TEST gif-color md5sum: not found TEST gif-disposal-background md5sum: not found TEST gif-disposal-restore md5sum: not found TEST gif-gray md5sum: not found TEST gif-deal md5sum: not found TEST gifenc-rgb8 md5sum: not found TEST gifenc-bgr8 md5sum: not found TEST gifenc-rgb4_byte md5sum: not found TEST gifenc-bgr4_byte md5sum: not found TEST gifenc-gray md5sum: not found TEST gifenc-pal8 md5sum: not found TEST h264-conformance-aud_mw_e md5sum: not found TEST h264-conformance-ba1_ft_c md5sum: not found TEST h264-conformance-ba1_sony_d md5sum: not found TEST h264-conformance-ba2_sony_f md5sum: not found TEST h264-conformance-ba3_sva_c md5sum: not found TEST h264-conformance-ba_mw_d md5sum: not found TEST h264-conformance-bamq1_jvc_c md5sum: not found TEST h264-conformance-bamq2_jvc_c md5sum: not found TEST h264-conformance-banm_mw_d md5sum: not found TEST h264-conformance-basqp1_sony_c md5sum: not found TEST h264-conformance-caba1_sony_d md5sum: not found TEST h264-conformance-caba1_sva_b md5sum: not found TEST h264-conformance-caba2_sony_e md5sum: not found TEST h264-conformance-caba2_sva_b md5sum: not found TEST h264-conformance-caba3_sony_c md5sum: not found TEST h264-conformance-caba3_sva_b md5sum: not found TEST h264-conformance-caba3_toshiba_e md5sum: not found TEST h264-conformance-cabac_mot_fld0_full md5sum: not found TEST h264-conformance-cabac_mot_frm0_full md5sum: not found TEST h264-conformance-cabac_mot_mbaff0_full md5sum: not found TEST h264-conformance-cabac_mot_picaff0_full md5sum: not found TEST h264-conformance-cabaci3_sony_b md5sum: not found TEST h264-conformance-cabast3_sony_e md5sum: not found TEST h264-conformance-cabastbr3_sony_b md5sum: not found TEST h264-conformance-cabref3_sand_d md5sum: not found TEST h264-conformance-cacqp3_sony_d md5sum: not found TEST h264-conformance-cafi1_sva_c md5sum: not found TEST h264-conformance-cama1_sony_c md5sum: not found TEST h264-conformance-cama1_toshiba_b md5sum: not found TEST h264-conformance-cama1_vtc_c md5sum: not found TEST h264-conformance-cama2_vtc_b md5sum: not found TEST h264-conformance-cama3_sand_e md5sum: not found TEST h264-conformance-cama3_vtc_b md5sum: not found TEST h264-conformance-camaci3_sony_c md5sum: not found TEST h264-conformance-camanl1_toshiba_b md5sum: not found TEST h264-conformance-camanl2_toshiba_b md5sum: not found TEST h264-conformance-camanl3_sand_e md5sum: not found TEST h264-conformance-camasl3_sony_b md5sum: not found TEST h264-conformance-camp_mot_mbaff_l30 md5sum: not found TEST h264-conformance-camp_mot_mbaff_l31 md5sum: not found TEST h264-conformance-canl1_sony_e md5sum: not found TEST h264-conformance-canl1_sva_b md5sum: not found TEST h264-conformance-canl1_toshiba_g md5sum: not found TEST h264-conformance-canl2_sony_e md5sum: not found TEST h264-conformance-canl2_sva_b md5sum: not found TEST h264-conformance-canl3_sony_c md5sum: not found TEST h264-conformance-canl3_sva_b md5sum: not found TEST h264-conformance-canl4_sva_b md5sum: not found TEST h264-conformance-canlma2_sony_c md5sum: not found TEST h264-conformance-canlma3_sony_c md5sum: not found TEST h264-conformance-capa1_toshiba_b md5sum: not found TEST h264-conformance-capama3_sand_f md5sum: not found TEST h264-conformance-capcm1_sand_e md5sum: not found TEST h264-conformance-capcmnl1_sand_e md5sum: not found TEST h264-conformance-capm3_sony_d md5sum: not found TEST h264-conformance-caqp1_sony_b md5sum: not found TEST h264-conformance-cavlc_mot_fld0_full_b md5sum: not found TEST h264-conformance-cavlc_mot_frm0_full_b md5sum: not found TEST h264-conformance-cavlc_mot_mbaff0_full_b md5sum: not found TEST h264-conformance-cavlc_mot_picaff0_full_b md5sum: not found TEST h264-conformance-cawp1_toshiba_e md5sum: not found TEST h264-conformance-cawp5_toshiba_e md5sum: not found TEST h264-conformance-ci1_ft_b md5sum: not found TEST h264-conformance-ci_mw_d md5sum: not found TEST h264-conformance-cvbs3_sony_c md5sum: not found TEST h264-conformance-cvcanlma2_sony_c md5sum: not found TEST h264-conformance-cvfc1_sony_c md5sum: not found TEST h264-conformance-cvfi1_sony_d md5sum: not found TEST h264-conformance-cvfi1_sva_c md5sum: not found TEST h264-conformance-cvfi2_sony_h md5sum: not found TEST h264-conformance-cvfi2_sva_c md5sum: not found TEST h264-conformance-cvma1_sony_d md5sum: not found TEST h264-conformance-cvma1_toshiba_b md5sum: not found TEST h264-conformance-cvmanl1_toshiba_b md5sum: not found TEST h264-conformance-cvmanl2_toshiba_b md5sum: not found TEST h264-conformance-cvmapaqp3_sony_e md5sum: not found TEST h264-conformance-cvmaqp2_sony_g md5sum: not found TEST h264-conformance-cvmaqp3_sony_d md5sum: not found TEST h264-conformance-cvmp_mot_fld_l30_b md5sum: not found TEST h264-conformance-cvmp_mot_frm_l31_b md5sum: not found TEST h264-conformance-cvnlfi1_sony_c md5sum: not found TEST h264-conformance-cvnlfi2_sony_h md5sum: not found TEST h264-conformance-cvpa1_toshiba_b md5sum: not found TEST h264-conformance-cvpcmnl1_sva_c md5sum: not found TEST h264-conformance-cvpcmnl2_sva_c md5sum: not found TEST h264-conformance-cvwp1_toshiba_e md5sum: not found TEST h264-conformance-cvwp2_toshiba_e md5sum: not found TEST h264-conformance-cvwp3_toshiba_e md5sum: not found TEST h264-conformance-cvwp5_toshiba_e md5sum: not found TEST h264-conformance-fi1_sony_e md5sum: not found TEST h264-conformance-frext-alphaconformanceg md5sum: not found TEST h264-conformance-frext-bcrm_freh10 md5sum: not found TEST h264-conformance-frext-brcm_freh11 md5sum: not found TEST h264-conformance-frext-brcm_freh3 md5sum: not found TEST h264-conformance-frext-brcm_freh4 md5sum: not found TEST h264-conformance-frext-brcm_freh5 md5sum: not found TEST h264-conformance-frext-brcm_freh8 md5sum: not found TEST h264-conformance-frext-brcm_freh9 md5sum: not found TEST h264-conformance-frext-freh12_b md5sum: not found TEST h264-conformance-frext-freh1_b md5sum: not found TEST h264-conformance-frext-freh2_b md5sum: not found TEST h264-conformance-frext-freh6 md5sum: not found TEST h264-conformance-frext-freh7_b md5sum: not found TEST h264-conformance-frext-frext01_jvc_d md5sum: not found TEST h264-conformance-frext-frext02_jvc_c md5sum: not found TEST h264-conformance-frext-frext1_panasonic_c md5sum: not found TEST h264-conformance-frext-frext2_panasonic_b md5sum: not found TEST h264-conformance-frext-frext3_panasonic_d md5sum: not found TEST h264-conformance-frext-frext4_panasonic_a md5sum: not found TEST h264-conformance-frext-frext_mmco4_sony_b md5sum: not found TEST h264-conformance-frext-hcaff1_hhi_b md5sum: not found TEST h264-conformance-frext-hcafr1_hhi_c md5sum: not found TEST h264-conformance-frext-hcafr2_hhi_a md5sum: not found TEST h264-conformance-frext-hcafr3_hhi_a md5sum: not found TEST h264-conformance-frext-hcafr4_hhi_a md5sum: not found TEST h264-conformance-frext-hcamff1_hhi_b md5sum: not found TEST h264-conformance-frext-hi422fr10_sony_b md5sum: not found TEST h264-conformance-frext-hi422fr13_sony_b md5sum: not found TEST h264-conformance-frext-hi422fr1_sony_a md5sum: not found TEST h264-conformance-frext-hi422fr6_sony_a md5sum: not found TEST h264-conformance-frext-hpca_brcm_c md5sum: not found TEST h264-conformance-frext-hpcadq_brcm_b md5sum: not found TEST h264-conformance-frext-hpcafl_bcrm_c md5sum: not found TEST h264-conformance-frext-hpcaflnl_bcrm_c md5sum: not found TEST h264-conformance-frext-hpcalq_brcm_b md5sum: not found TEST h264-conformance-frext-hpcamapalq_bcrm_b md5sum: not found TEST h264-conformance-frext-hpcamolq_brcm_b md5sum: not found TEST h264-conformance-frext-hpcanl_brcm_c md5sum: not found TEST h264-conformance-frext-hpcaq2lq_brcm_b md5sum: not found TEST h264-conformance-frext-hpcv_brcm_a md5sum: not found TEST h264-conformance-frext-hpcvfl_bcrm_a md5sum: not found TEST h264-conformance-frext-hpcvflnl_bcrm_a md5sum: not found TEST h264-conformance-frext-hpcvmolq_brcm_b md5sum: not found TEST h264-conformance-frext-hpcvnl_brcm_a md5sum: not found TEST h264-conformance-frext-pph10i1_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i2_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i3_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i4_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i5_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i6_panasonic_a md5sum: not found TEST h264-conformance-frext-pph10i7_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i1_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i2_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i3_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i4_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i5_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i6_panasonic_a md5sum: not found TEST h264-conformance-frext-pph422i7_panasonic_a md5sum: not found TEST h264-conformance-hcbp2_hhi_a md5sum: not found TEST h264-conformance-hcmp1_hhi_a md5sum: not found TEST h264-conformance-ls_sva_d md5sum: not found TEST h264-conformance-midr_mw_d md5sum: not found TEST h264-conformance-mps_mw_a md5sum: not found TEST h264-conformance-mr1_bt_a md5sum: not found TEST h264-conformance-mr1_mw_a md5sum: not found TEST h264-conformance-mr2_mw_a md5sum: not found TEST h264-conformance-mr2_tandberg_e md5sum: not found TEST h264-conformance-mr3_tandberg_b md5sum: not found TEST h264-conformance-mr4_tandberg_c md5sum: not found TEST h264-conformance-mr5_tandberg_c md5sum: not found TEST h264-conformance-mr6_bt_b md5sum: not found TEST h264-conformance-mr7_bt_b md5sum: not found TEST h264-conformance-mr8_bt_b md5sum: not found TEST h264-conformance-mr9_bt_b md5sum: not found TEST h264-conformance-mv1_brcm_d md5sum: not found TEST h264-conformance-nl1_sony_d md5sum: not found TEST h264-conformance-nl2_sony_h md5sum: not found TEST h264-conformance-nl3_sva_e md5sum: not found TEST h264-conformance-nlmq1_jvc_c md5sum: not found TEST h264-conformance-nlmq2_jvc_c md5sum: not found TEST h264-conformance-nrf_mw_e md5sum: not found TEST h264-conformance-sharp_mp_field_1_b md5sum: not found TEST h264-conformance-sharp_mp_field_2_b md5sum: not found TEST h264-conformance-sharp_mp_field_3_b md5sum: not found TEST h264-conformance-sharp_mp_paff_1r2 md5sum: not found TEST h264-conformance-sharp_mp_paff_2r md5sum: not found TEST h264-conformance-sl1_sva_b md5sum: not found TEST h264-conformance-sva_ba1_b md5sum: not found TEST h264-conformance-sva_ba2_d md5sum: not found TEST h264-conformance-sva_base_b md5sum: not found TEST h264-conformance-sva_cl1_e md5sum: not found TEST h264-conformance-sva_fm1_e md5sum: not found TEST h264-conformance-sva_nl1_b md5sum: not found TEST h264-conformance-sva_nl2_e md5sum: not found TEST h264-reinit-large_420_8-to-small_420_8 md5sum: not found TEST h264-reinit-small_420_8-to-large_444_10 md5sum: not found TEST h264-reinit-small_420_9-to-small_420_8 md5sum: not found TEST h264-reinit-small_422_9-to-small_420_9 md5sum: not found TEST h264-extreme-plane-pred md5sum: not found TEST h264-intra-refresh-recovery md5sum: not found TEST h264-lossless md5sum: not found TEST h264-3386 md5sum: not found TEST h264-missing-frame md5sum: not found TEST h264-ref-pic-mod-overflow md5sum: not found TEST h264-timecode md5sum: not found TEST h264-crop-to-container md5sum: not found TEST h264-extradata-reload md5sum: not found TEST h264-interlace-crop md5sum: not found TEST h264-invalid-ref-mod md5sum: not found TEST h264-mixed-nal-coding md5sum: not found TEST h264-unescaped-extradata md5sum: not found TEST h264-twofields-packet md5sum: not found TEST h264-bsf-mp4toannexb md5sum: not found TEST h264-direct-bff md5sum: not found TEST h264-brokensps-2580 md5sum: not found TEST h264-xavc-4389 md5sum: not found TEST h264-attachment-631 md5sum: not found TEST h264-skip-nokey md5sum: not found TEST h264-skip-nointra md5sum: not found GEN tests/data/hevc-mp4.mov TEST hevc-bsf-mp4toannexb md5sum: not found TEST hevc-conformance-AMP_A_Samsung_4 md5sum: not found TEST hevc-conformance-AMP_A_Samsung_6 md5sum: not found TEST hevc-conformance-AMP_B_Samsung_4 md5sum: not found TEST hevc-conformance-AMP_B_Samsung_6 md5sum: not found TEST hevc-conformance-AMP_D_Hisilicon md5sum: not found TEST hevc-conformance-AMP_E_Hisilicon md5sum: not found TEST hevc-conformance-AMP_F_Hisilicon_3 md5sum: not found TEST hevc-conformance-AMVP_A_MTK_4 md5sum: not found TEST hevc-conformance-AMVP_B_MTK_4 md5sum: not found TEST hevc-conformance-AMVP_C_Samsung_4 md5sum: not found TEST hevc-conformance-AMVP_C_Samsung_6 md5sum: not found TEST hevc-conformance-BUMPING_A_ericsson_1 md5sum: not found TEST hevc-conformance-CAINIT_A_SHARP_4 md5sum: not found TEST hevc-conformance-CAINIT_B_SHARP_4 md5sum: not found TEST hevc-conformance-CAINIT_C_SHARP_3 md5sum: not found TEST hevc-conformance-CAINIT_D_SHARP_3 md5sum: not found TEST hevc-conformance-CAINIT_E_SHARP_3 md5sum: not found TEST hevc-conformance-CAINIT_F_SHARP_3 md5sum: not found TEST hevc-conformance-CAINIT_G_SHARP_3 md5sum: not found TEST hevc-conformance-CAINIT_H_SHARP_3 md5sum: not found TEST hevc-conformance-CIP_A_Panasonic_3 md5sum: not found TEST hevc-conformance-cip_B_NEC_3 md5sum: not found TEST hevc-conformance-CIP_C_Panasonic_2 md5sum: not found TEST hevc-conformance-CONFWIN_A_Sony_1 md5sum: not found TEST hevc-conformance-DBLK_A_SONY_3 md5sum: not found TEST hevc-conformance-DBLK_B_SONY_3 md5sum: not found TEST hevc-conformance-DBLK_C_SONY_3 md5sum: not found TEST hevc-conformance-DBLK_D_VIXS_2 md5sum: not found TEST hevc-conformance-DBLK_E_VIXS_2 md5sum: not found TEST hevc-conformance-DBLK_F_VIXS_2 md5sum: not found TEST hevc-conformance-DBLK_G_VIXS_2 md5sum: not found TEST hevc-conformance-DELTAQP_A_BRCM_4 md5sum: not found TEST hevc-conformance-DELTAQP_B_SONY_3 md5sum: not found TEST hevc-conformance-DELTAQP_C_SONY_3 md5sum: not found TEST hevc-conformance-DSLICE_A_HHI_5 md5sum: not found TEST hevc-conformance-DSLICE_B_HHI_5 md5sum: not found TEST hevc-conformance-DSLICE_C_HHI_5 md5sum: not found TEST hevc-conformance-ENTP_A_Qualcomm_1 md5sum: not found TEST hevc-conformance-ENTP_B_Qualcomm_1 md5sum: not found TEST hevc-conformance-ENTP_C_Qualcomm_1 md5sum: not found TEST hevc-conformance-EXT_A_ericsson_4 md5sum: not found TEST hevc-conformance-FILLER_A_Sony_1 md5sum: not found TEST hevc-conformance-HRD_A_Fujitsu_2 md5sum: not found TEST hevc-conformance-HRD_A_Fujitsu_3 md5sum: not found TEST hevc-conformance-INITQP_A_Sony_1 md5sum: not found TEST hevc-conformance-ipcm_A_NEC_3 md5sum: not found TEST hevc-conformance-ipcm_B_NEC_3 md5sum: not found TEST hevc-conformance-ipcm_C_NEC_3 md5sum: not found TEST hevc-conformance-ipcm_D_NEC_3 md5sum: not found TEST hevc-conformance-ipcm_E_NEC_2 md5sum: not found TEST hevc-conformance-IPRED_A_docomo_2 md5sum: not found TEST hevc-conformance-IPRED_B_Nokia_3 md5sum: not found TEST hevc-conformance-IPRED_C_Mitsubishi_3 md5sum: not found TEST hevc-conformance-LS_A_Orange_2 md5sum: not found TEST hevc-conformance-LS_B_ORANGE_4 md5sum: not found TEST hevc-conformance-LTRPSPS_A_Qualcomm_1 md5sum: not found TEST hevc-conformance-MAXBINS_A_TI_4 md5sum: not found TEST hevc-conformance-MAXBINS_B_TI_4 md5sum: not found TEST hevc-conformance-MAXBINS_C_TI_4 md5sum: not found TEST hevc-conformance-MERGE_A_TI_3 md5sum: not found TEST hevc-conformance-MERGE_B_TI_3 md5sum: not found TEST hevc-conformance-MERGE_C_TI_3 md5sum: not found TEST hevc-conformance-MERGE_D_TI_3 md5sum: not found TEST hevc-conformance-MERGE_E_TI_3 md5sum: not found TEST hevc-conformance-MERGE_F_MTK_4 md5sum: not found TEST hevc-conformance-MERGE_G_HHI_4 md5sum: not found TEST hevc-conformance-MVCLIP_A_qualcomm_3 md5sum: not found TEST hevc-conformance-MVDL1ZERO_A_docomo_3 md5sum: not found TEST hevc-conformance-MVEDGE_A_qualcomm_3 md5sum: not found TEST hevc-conformance-NoOutPrior_A_Qualcomm_1 md5sum: not found TEST hevc-conformance-NoOutPrior_B_Qualcomm_1 md5sum: not found TEST hevc-conformance-NUT_A_ericsson_5 md5sum: not found TEST hevc-conformance-OPFLAG_A_Qualcomm_1 md5sum: not found TEST hevc-conformance-OPFLAG_B_Qualcomm_1 md5sum: not found TEST hevc-conformance-OPFLAG_C_Qualcomm_1 md5sum: not found TEST hevc-conformance-PICSIZE_A_Bossen_1 md5sum: not found TEST hevc-conformance-PICSIZE_B_Bossen_1 md5sum: not found TEST hevc-conformance-PICSIZE_C_Bossen_1 md5sum: not found TEST hevc-conformance-PICSIZE_D_Bossen_1 md5sum: not found TEST hevc-conformance-PMERGE_A_TI_3 md5sum: not found TEST hevc-conformance-PMERGE_B_TI_3 md5sum: not found TEST hevc-conformance-PMERGE_C_TI_3 md5sum: not found TEST hevc-conformance-PMERGE_D_TI_3 md5sum: not found TEST hevc-conformance-PMERGE_E_TI_3 md5sum: not found TEST hevc-conformance-POC_A_Bossen_3 md5sum: not found TEST hevc-conformance-PPS_A_qualcomm_7 md5sum: not found TEST hevc-conformance-PS_A_VIDYO_3 md5sum: not found TEST hevc-conformance-PS_B_VIDYO_3 md5sum: not found TEST hevc-conformance-RAP_A_docomo_4 md5sum: not found TEST hevc-conformance-RAP_B_Bossen_1 md5sum: not found TEST hevc-conformance-RPLM_A_qualcomm_4 md5sum: not found TEST hevc-conformance-RPLM_B_qualcomm_4 md5sum: not found TEST hevc-conformance-RPS_A_docomo_4 md5sum: not found TEST hevc-conformance-RPS_B_qualcomm_5 md5sum: not found TEST hevc-conformance-RPS_C_ericsson_5 md5sum: not found TEST hevc-conformance-RPS_D_ericsson_6 md5sum: not found TEST hevc-conformance-RPS_E_qualcomm_5 md5sum: not found TEST hevc-conformance-RPS_F_docomo_1 md5sum: not found TEST hevc-conformance-RQT_A_HHI_4 md5sum: not found TEST hevc-conformance-RQT_B_HHI_4 md5sum: not found TEST hevc-conformance-RQT_C_HHI_4 md5sum: not found TEST hevc-conformance-RQT_D_HHI_4 md5sum: not found TEST hevc-conformance-RQT_E_HHI_4 md5sum: not found TEST hevc-conformance-RQT_F_HHI_4 md5sum: not found TEST hevc-conformance-RQT_G_HHI_4 md5sum: not found TEST hevc-conformance-SAO_A_MediaTek_4 md5sum: not found TEST hevc-conformance-SAO_B_MediaTek_5 md5sum: not found TEST hevc-conformance-SAO_C_Samsung_4 md5sum: not found TEST hevc-conformance-SAO_C_Samsung_5 md5sum: not found TEST hevc-conformance-SAO_D_Samsung_4 md5sum: not found TEST hevc-conformance-SAO_D_Samsung_5 md5sum: not found TEST hevc-conformance-SAO_E_Canon_4 md5sum: not found TEST hevc-conformance-SAO_F_Canon_3 md5sum: not found TEST hevc-conformance-SAO_G_Canon_3 md5sum: not found TEST hevc-conformance-SDH_A_Orange_3 md5sum: not found TEST hevc-conformance-SLICES_A_Rovi_3 md5sum: not found TEST hevc-conformance-SLIST_A_Sony_4 md5sum: not found TEST hevc-conformance-SLIST_B_Sony_8 md5sum: not found TEST hevc-conformance-SLIST_C_Sony_3 md5sum: not found TEST hevc-conformance-SLIST_D_Sony_9 md5sum: not found TEST hevc-conformance-SLPPLP_A_VIDYO_1 md5sum: not found TEST hevc-conformance-SLPPLP_A_VIDYO_2 md5sum: not found TEST hevc-conformance-STRUCT_A_Samsung_5 md5sum: not found TEST hevc-conformance-STRUCT_B_Samsung_4 md5sum: not found TEST hevc-conformance-STRUCT_B_Samsung_6 md5sum: not found TEST hevc-conformance-TILES_A_Cisco_2 md5sum: not found TEST hevc-conformance-TILES_B_Cisco_1 md5sum: not found TEST hevc-conformance-TMVP_A_MS_3 md5sum: not found TEST hevc-conformance-TSCL_A_VIDYO_5 md5sum: not found TEST hevc-conformance-TSCL_B_VIDYO_4 md5sum: not found TEST hevc-conformance-TSKIP_A_MS_3 md5sum: not found TEST hevc-conformance-TUSIZE_A_Samsung_1 md5sum: not found TEST hevc-conformance-VPSID_A_VIDYO_1 md5sum: not found TEST hevc-conformance-VPSID_A_VIDYO_2 md5sum: not found TEST hevc-conformance-WP_A_Toshiba_3 md5sum: not found TEST hevc-conformance-WP_B_Toshiba_3 md5sum: not found TEST hevc-conformance-WPP_A_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-WPP_B_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-WPP_C_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-WPP_D_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-WPP_E_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-WPP_F_ericsson_MAIN_2 md5sum: not found TEST hevc-conformance-DBLK_A_MAIN10_VIXS_3 md5sum: not found TEST hevc-conformance-WP_A_MAIN10_Toshiba_3 md5sum: not found TEST hevc-conformance-WP_MAIN10_B_Toshiba_3 md5sum: not found TEST hevc-conformance-WPP_A_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-WPP_B_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-WPP_C_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-WPP_D_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-WPP_E_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-WPP_F_ericsson_MAIN10_2 md5sum: not found TEST hevc-conformance-INITQP_B_Sony_1 md5sum: not found TEST hevc-conformance-ADJUST_IPRED_ANGLE_A_RExt_Mitsubishi_1 md5sum: not found TEST hevc-conformance-IPCM_A_RExt_NEC md5sum: not found TEST hevc-conformance-Main_422_10_A_RExt_Sony_1 md5sum: not found TEST hevc-conformance-Main_422_10_B_RExt_Sony_1 md5sum: not found TEST hevc-conformance-QMATRIX_A_RExt_Sony_1 md5sum: not found TEST hevc-conformance-IPCM_B_RExt_NEC md5sum: not found TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_1 md5sum: not found TEST hevc-conformance-PERSIST_RPARAM_A_RExt_Sony_3 md5sum: not found TEST hevc-conformance-SAO_A_RExt_MediaTek_1 md5sum: not found TEST hevc-paramchange-yuv420p-yuv420p10 md5sum: not found TEST hevc-skiploopfilter md5sum: not found TEST hevc-extradata-reload md5sum: not found TEST hevc-two-first-slice md5sum: not found TEST hevc-cabac-tudepth md5sum: not found TEST indeo4 md5sum: not found TEST indeo5 md5sum: not found TEST matroska-prores-zlib md5sum: not found TEST matroska-prores-header-insertion-bz2 md5sum: not found TEST matroska-remux md5sum: not found TEST matroska-xiph-lacing md5sum: not found TEST matroska-zlib-decompression md5sum: not found TEST matroska-lzo-decompression md5sum: not found TEST matroska-flac-channel-mapping md5sum: not found TEST mov-3elist md5sum: not found TEST mov-3elist-1ctts md5sum: not found TEST mov-1elist-1ctts md5sum: not found TEST mov-1elist-noctts md5sum: not found TEST mov-elist-starts-ctts-2ndsample md5sum: not found TEST mov-1elist-ends-last-bframe md5sum: not found TEST mov-2elist-elist1-ends-bframe md5sum: not found TEST mov-3elist-encrypted md5sum: not found TEST mov-frag-encrypted md5sum: not found TEST mov-tenc-only-encrypted md5sum: not found TEST mov-invalid-elst-entry-count md5sum: not found TEST mov-gpmf-remux md5sum: not found TEST mov-440hz-10ms md5sum: not found TEST mov-ibi-elst-starts-b md5sum: not found TEST mov-elst-ends-betn-b-and-i md5sum: not found TEST mov-frag-overlap md5sum: not found TEST mov-bbi-elst-starts-b md5sum: not found TEST mov-neg-firstpts-discard-frames md5sum: not found TEST mov-stream-shorter-than-movie md5sum: not found TEST mp3-float-conf-compl md5sum: not found TEST mp3-float-conf-he_32khz md5sum: not found TEST mp3-float-conf-he_44khz md5sum: not found TEST mp3-float-conf-he_48khz md5sum: not found TEST mp3-float-conf-hecommon md5sum: not found TEST mp3-float-conf-si md5sum: not found TEST mp3-float-conf-si_block md5sum: not found TEST mp3-float-extra_overread md5sum: not found TEST mpc7-demux md5sum: not found TEST mpc8-demux md5sum: not found TEST musepack7 md5sum: not found TEST mpeg4-resolution-change-down-down md5sum: not found TEST mpeg4-resolution-change-down-up md5sum: not found TEST mpeg4-resolution-change-up-down md5sum: not found TEST mpeg4-resolution-change-up-up md5sum: not found TEST mpeg4-bsf-unpack-bframes md5sum: not found TEST mpeg4-packed md5sum: not found TEST m4v md5sum: not found TEST m4v-cfr md5sum: not found TEST mxf-missing-index-demux md5sum: not found TEST mxf-essencegroup-demux md5sum: not found TEST mxf-multiple-components-demux md5sum: not found TEST mxf-metadata-source-ref1 md5sum: not found TEST mxf-metadata-source-ref2 md5sum: not found TEST mxf-reel_name md5sum: not found TEST mxf-user-comments md5sum: not found TEST mxf-d10-user-comments md5sum: not found TEST mxf-opatom-user-comments md5sum: not found TEST iff-pcm md5sum: not found TEST pcm_dvd md5sum: not found TEST pcm-planar md5sum: not found TEST pcm_s16be-stereo md5sum: not found TEST pcm_s16le-stereo md5sum: not found TEST pcm_u8-mono md5sum: not found TEST pcm_u8-stereo md5sum: not found TEST w64 md5sum: not found TEST theora-coeff-level64 md5sum: not found TEST theora-offset md5sum: not found TEST vp31 md5sum: not found TEST vp60 md5sum: not found TEST vp61 md5sum: not found TEST vp6a md5sum: not found TEST vp6a-skip_alpha md5sum: not found TEST vp6f md5sum: not found TEST vp8-alpha md5sum: not found TEST webm-dash-manifest md5sum: not found TEST webm-dash-manifest-unaligned-video-streams md5sum: not found TEST webm-dash-manifest-unaligned-audio-streams md5sum: not found TEST webm-dash-manifest-representations md5sum: not found TEST webm-dash-manifest-live md5sum: not found TEST webm-dash-manifest-live-bandwidth md5sum: not found TEST vp8-2451 md5sum: not found TEST vp8-test-vector-001 md5sum: not found TEST vp8-test-vector-002 md5sum: not found TEST vp8-test-vector-003 md5sum: not found TEST vp8-test-vector-004 md5sum: not found TEST vp8-test-vector-005 md5sum: not found TEST vp8-test-vector-006 md5sum: not found TEST vp8-test-vector-007 md5sum: not found TEST vp8-test-vector-008 md5sum: not found TEST vp8-test-vector-009 md5sum: not found TEST vp8-test-vector-010 md5sum: not found TEST vp8-test-vector-011 md5sum: not found TEST vp8-test-vector-012 md5sum: not found TEST vp8-test-vector-013 md5sum: not found TEST vp8-test-vector-014 md5sum: not found TEST vp8-test-vector-015 md5sum: not found TEST vp8-test-vector-016 md5sum: not found TEST vp8-test-vector-017 md5sum: not found TEST vp8-sign-bias md5sum: not found TEST vp8-size-change md5sum: not found TEST wavpack-lossless-8bit md5sum: not found TEST wavpack-lossless-12bit md5sum: not found TEST wavpack-lossless-16bit md5sum: not found TEST wavpack-lossless-24bit md5sum: not found TEST wavpack-lossless-32bit md5sum: not found TEST wavpack-lossless-float md5sum: not found TEST wavpack-lossy-8bit md5sum: not found TEST wavpack-lossy-16bit md5sum: not found TEST wavpack-lossy-24bit md5sum: not found TEST wavpack-lossy-32bit md5sum: not found TEST wavpack-lossy-float md5sum: not found TEST wavpack-channels-monofloat md5sum: not found TEST wavpack-channels-monoint md5sum: not found TEST wavpack-channels-4.0 md5sum: not found TEST wavpack-channels-5.1 md5sum: not found TEST wavpack-channels-6.1 md5sum: not found TEST wavpack-channels-7.1 md5sum: not found TEST wavpack-speed-default md5sum: not found TEST wavpack-speed-fast md5sum: not found TEST wavpack-speed-high md5sum: not found TEST wavpack-speed-vhigh md5sum: not found TEST wavpack-clipping md5sum: not found TEST wavpack-cuesheet md5sum: not found TEST wavpack-falsestereo md5sum: not found TEST wavpack-zerolsbs md5sum: not found TEST wavpack-matroskamode md5sum: not found TEST wavpack-matroska_mux-mono md5sum: not found TEST wavpack-matroska_mux-61 md5sum: not found TEST wmapro-2ch md5sum: not found TEST wmapro-5.1 md5sum: not found TEST wmapro-ism md5sum: not found TEST wmavoice-7k md5sum: not found TEST wmavoice-11k md5sum: not found TEST wmavoice-19k md5sum: not found TEST wmav1-encode md5sum: not found TEST wmav2-encode md5sum: not found TEST xvid-custom-matrix md5sum: not found TEST xvid-idct md5sum: not found TEST alac-16-level-0 md5sum: not found TEST alac-16-level-1 md5sum: not found TEST alac-16-level-2 md5sum: not found TEST alac-16-lpc-orders md5sum: not found TEST alac-24-level-0 md5sum: not found TEST alac-24-level-1 md5sum: not found TEST alac-24-level-2 md5sum: not found TEST alac-24-lpc-orders md5sum: not found TEST mpeg4-als-conformance-00 md5sum: not found TEST mpeg4-als-conformance-01 md5sum: not found TEST mpeg4-als-conformance-02 md5sum: not found TEST mpeg4-als-conformance-03 md5sum: not found TEST mpeg4-als-conformance-04 md5sum: not found TEST mpeg4-als-conformance-05 md5sum: not found TEST mpeg4-als-conformance-09 md5sum: not found TEST amrnb-4k75 md5sum: not found TEST amrnb-5k15 md5sum: not found TEST amrnb-5k9 md5sum: not found TEST amrnb-6k7 md5sum: not found TEST amrnb-7k4 md5sum: not found TEST amrnb-7k95 md5sum: not found TEST amrnb-10k2 md5sum: not found TEST amrnb-12k2 md5sum: not found TEST amrwb-6k60 md5sum: not found TEST amrwb-8k85 md5sum: not found TEST amrwb-12k65 md5sum: not found TEST amrwb-14k25 md5sum: not found TEST amrwb-15k85 md5sum: not found TEST amrwb-18k25 md5sum: not found TEST amrwb-19k85 md5sum: not found TEST amrwb-23k05 md5sum: not found TEST amrwb-23k85 md5sum: not found TEST amrwb-23k85-2 md5sum: not found TEST dnxhd-mbaff md5sum: not found TEST dnxhr-444 md5sum: not found TEST dnxhr-12bit md5sum: not found TEST dnxhr-parse md5sum: not found TEST dnxhr-prefix1 md5sum: not found TEST dnxhr-prefix2 md5sum: not found TEST dnxhr-prefix3 md5sum: not found TEST dnxhr-prefix4 md5sum: not found TEST dnxhr-prefix5 md5sum: not found TEST hap1 md5sum: not found TEST hap5 md5sum: not found TEST hapy md5sum: not found TEST hap-chunk md5sum: not found TEST hapqa-nosnappy-127x71 md5sum: not found TEST hapqa-snappy1-127x71 md5sum: not found TEST hapqa-snappy16-127x71 md5sum: not found TEST hap-alpha-only-nosnappy-128x72 md5sum: not found TEST hap-alpha-only-snappy-127x71 md5sum: not found TEST dpxparser md5sum: not found TEST indeo2-delta md5sum: not found TEST indeo2-intra md5sum: not found TEST indeo3-1 md5sum: not found TEST indeo3-2 md5sum: not found TEST mss1-pal md5sum: not found TEST mss2-pal md5sum: not found TEST mss2-pals md5sum: not found TEST mss2-rgb555 md5sum: not found TEST mss2-rgb555s md5sum: not found TEST mss2-wmv md5sum: not found TEST mts2-xesc md5sum: not found TEST mts2 md5sum: not found TEST wmv3-drm-dec md5sum: not found TEST wmv3-drm-nodec md5sum: not found TEST lossless-monkeysaudio-380-normal md5sum: not found TEST lossless-monkeysaudio-380-extrahigh md5sum: not found TEST lossless-monkeysaudio-388-normal md5sum: not found TEST lossless-monkeysaudio-388-extrahigh md5sum: not found TEST lossless-monkeysaudio-389b1-normal md5sum: not found TEST lossless-monkeysaudio-389b1-extrahigh md5sum: not found TEST lossless-monkeysaudio-391b1-normal md5sum: not found TEST lossless-monkeysaudio-391b1-extrahigh md5sum: not found TEST lossless-monkeysaudio-392b2-normal md5sum: not found TEST lossless-monkeysaudio-392b2-extrahigh md5sum: not found TEST lossless-monkeysaudio-394b1-normal md5sum: not found TEST lossless-monkeysaudio-394b1-extrahigh md5sum: not found TEST lossless-monkeysaudio-399 md5sum: not found TEST opus-testvector01 md5sum: not found TEST opus-testvector02 md5sum: not found TEST opus-testvector03 md5sum: not found TEST opus-testvector04 md5sum: not found TEST opus-testvector05 md5sum: not found TEST opus-testvector06 md5sum: not found TEST opus-testvector07 md5sum: not found TEST opus-testvector08 md5sum: not found TEST opus-testvector09 md5sum: not found TEST opus-testvector10 md5sum: not found TEST opus-testvector11 md5sum: not found TEST opus-testvector12 md5sum: not found TEST opus-tron.6ch.tinypkts md5sum: not found TEST pixlet-rgb md5sum: not found TEST prores-422 md5sum: not found TEST prores-422_hq md5sum: not found TEST prores-422_lt md5sum: not found TEST prores-422_proxy md5sum: not found TEST prores-alpha md5sum: not found TEST prores-alpha_skip md5sum: not found TEST prores-transparency md5sum: not found TEST prores-transparency_skip md5sum: not found TEST prores-gray md5sum: not found TEST qtrle-1bit md5sum: not found TEST qtrle-2bit md5sum: not found TEST qtrle-4bit md5sum: not found TEST qtrle-8bit md5sum: not found TEST qtrle-16bit md5sum: not found TEST qtrle-24bit md5sum: not found TEST qtrle-32bit md5sum: not found TEST fic-avi md5sum: not found TEST fmvc-type1 md5sum: not found TEST fmvc-type2 md5sum: not found TEST g2m2 md5sum: not found TEST g2m3 md5sum: not found TEST g2m4 md5sum: not found TEST iscc md5sum: not found TEST rscc-8bit md5sum: not found TEST rscc-16bit md5sum: not found TEST rscc-24bit md5sum: not found TEST rscc-32bit md5sum: not found TEST screenpresso-16bit md5sum: not found TEST screenpresso-24bit md5sum: not found TEST screenpresso-32bit md5sum: not found TEST tdsc md5sum: not found TEST tscc2-avi md5sum: not found TEST tscc2-mov md5sum: not found TEST utvideo_rgb_left md5sum: not found TEST utvideo_rgb_median md5sum: not found TEST utvideo_rgba_left md5sum: not found TEST utvideo_rgba_median md5sum: not found TEST utvideo_rgb_int_median md5sum: not found TEST utvideo_rgba_gradient md5sum: not found TEST utvideo_rgb_int_gradient md5sum: not found TEST utvideo_rgba_single_symbol md5sum: not found TEST utvideo_yuv420_left md5sum: not found TEST utvideo_yuv420_median md5sum: not found TEST utvideo_yuv420_int_median md5sum: not found TEST utvideo_yuv420_gradient md5sum: not found TEST utvideo_yuv420_int_gradient md5sum: not found TEST utvideo_yuv422_left md5sum: not found TEST utvideo_yuv422_median md5sum: not found TEST utvideo_yuv422_int_median md5sum: not found TEST utvideo_yuv422_gradient md5sum: not found TEST utvideo_yuv422_int_gradient md5sum: not found TEST utvideo_yuv444_709_median md5sum: not found TEST utvideo_yuv444_709_int_median md5sum: not found TEST utvideo_yuv444_709_gradient md5sum: not found TEST utvideo_yuv444_709_int_gradient md5sum: not found TEST vorbis-encode md5sum: not found TEST vorbis-1 md5sum: not found TEST vorbis-2 md5sum: not found TEST vorbis-3 md5sum: not found TEST vorbis-4 md5sum: not found TEST vorbis-5 md5sum: not found TEST vorbis-6 md5sum: not found TEST vorbis-7 md5sum: not found TEST vorbis-8 md5sum: not found TEST vorbis-9 md5sum: not found TEST vorbis-10 md5sum: not found TEST vorbis-11 md5sum: not found TEST vorbis-12 md5sum: not found TEST vorbis-13 md5sum: not found TEST vorbis-14 md5sum: not found TEST vorbis-15 md5sum: not found TEST vorbis-16 md5sum: not found TEST vorbis-17 md5sum: not found TEST vorbis-18 md5sum: not found TEST vorbis-19 md5sum: not found TEST vorbis-20 md5sum: not found TEST truemotion1-15 md5sum: not found TEST truemotion1-24 md5sum: not found TEST truemotion2 md5sum: not found TEST truemotion2rt-low md5sum: not found TEST truemotion2rt-mid md5sum: not found TEST truemotion2rt-high md5sum: not found TEST vp4 md5sum: not found TEST vp5 md5sum: not found TEST vp7 md5sum: not found TEST vp9-00-quantizer-00 md5sum: not found TEST vp9-00-quantizer-01 md5sum: not found TEST vp9-00-quantizer-02 md5sum: not found TEST vp9-00-quantizer-03 md5sum: not found TEST vp9-00-quantizer-04 md5sum: not found TEST vp9-00-quantizer-05 md5sum: not found TEST vp9-00-quantizer-06 md5sum: not found TEST vp9-00-quantizer-07 md5sum: not found TEST vp9-00-quantizer-08 md5sum: not found TEST vp9-00-quantizer-09 md5sum: not found TEST vp9-00-quantizer-10 md5sum: not found TEST vp9-00-quantizer-11 md5sum: not found TEST vp9-00-quantizer-12 md5sum: not found TEST vp9-00-quantizer-13 md5sum: not found TEST vp9-00-quantizer-14 md5sum: not found TEST vp9-00-quantizer-15 md5sum: not found TEST vp9-00-quantizer-16 md5sum: not found TEST vp9-00-quantizer-17 md5sum: not found TEST vp9-00-quantizer-18 md5sum: not found TEST vp9-00-quantizer-19 md5sum: not found TEST vp9-00-quantizer-20 md5sum: not found TEST vp9-00-quantizer-21 md5sum: not found TEST vp9-00-quantizer-22 md5sum: not found TEST vp9-00-quantizer-23 md5sum: not found TEST vp9-00-quantizer-24 md5sum: not found TEST vp9-00-quantizer-25 md5sum: not found TEST vp9-00-quantizer-26 md5sum: not found TEST vp9-00-quantizer-27 md5sum: not found TEST vp9-00-quantizer-28 md5sum: not found TEST vp9-00-quantizer-29 md5sum: not found TEST vp9-00-quantizer-30 md5sum: not found TEST vp9-00-quantizer-31 md5sum: not found TEST vp9-00-quantizer-32 md5sum: not found TEST vp9-00-quantizer-33 md5sum: not found TEST vp9-00-quantizer-34 md5sum: not found TEST vp9-00-quantizer-35 md5sum: not found TEST vp9-00-quantizer-36 md5sum: not found TEST vp9-00-quantizer-37 md5sum: not found TEST vp9-00-quantizer-38 md5sum: not found TEST vp9-00-quantizer-39 md5sum: not found TEST vp9-00-quantizer-40 md5sum: not found TEST vp9-00-quantizer-41 md5sum: not found TEST vp9-00-quantizer-42 md5sum: not found TEST vp9-00-quantizer-43 md5sum: not found TEST vp9-00-quantizer-44 md5sum: not found TEST vp9-00-quantizer-45 md5sum: not found TEST vp9-00-quantizer-46 md5sum: not found TEST vp9-00-quantizer-47 md5sum: not found TEST vp9-00-quantizer-48 md5sum: not found TEST vp9-00-quantizer-49 md5sum: not found TEST vp9-00-quantizer-50 md5sum: not found TEST vp9-00-quantizer-51 md5sum: not found TEST vp9-00-quantizer-52 md5sum: not found TEST vp9-00-quantizer-53 md5sum: not found TEST vp9-00-quantizer-54 md5sum: not found TEST vp9-00-quantizer-55 md5sum: not found TEST vp9-00-quantizer-56 md5sum: not found TEST vp9-00-quantizer-57 md5sum: not found TEST vp9-00-quantizer-58 md5sum: not found TEST vp9-00-quantizer-59 md5sum: not found TEST vp9-00-quantizer-60 md5sum: not found TEST vp9-00-quantizer-61 md5sum: not found TEST vp9-00-quantizer-62 md5sum: not found TEST vp9-00-quantizer-63 md5sum: not found TEST vp9-01-sharpness-1 md5sum: not found TEST vp9-01-sharpness-2 md5sum: not found TEST vp9-01-sharpness-3 md5sum: not found TEST vp9-01-sharpness-4 md5sum: not found TEST vp9-01-sharpness-5 md5sum: not found TEST vp9-01-sharpness-6 md5sum: not found TEST vp9-01-sharpness-7 md5sum: not found TEST vp9-02-size-08x08 md5sum: not found TEST vp9-02-size-08x10 md5sum: not found TEST vp9-02-size-08x16 md5sum: not found TEST vp9-02-size-08x18 md5sum: not found TEST vp9-02-size-08x32 md5sum: not found TEST vp9-02-size-08x34 md5sum: not found TEST vp9-02-size-08x64 md5sum: not found TEST vp9-02-size-08x66 md5sum: not found TEST vp9-02-size-10x08 md5sum: not found TEST vp9-02-size-10x10 md5sum: not found TEST vp9-02-size-10x16 md5sum: not found TEST vp9-02-size-10x18 md5sum: not found TEST vp9-02-size-10x32 md5sum: not found TEST vp9-02-size-10x34 md5sum: not found TEST vp9-02-size-10x64 md5sum: not found TEST vp9-02-size-10x66 md5sum: not found TEST vp9-02-size-16x08 md5sum: not found TEST vp9-02-size-16x10 md5sum: not found TEST vp9-02-size-16x16 md5sum: not found TEST vp9-02-size-16x18 md5sum: not found TEST vp9-02-size-16x32 md5sum: not found TEST vp9-02-size-16x34 md5sum: not found TEST vp9-02-size-16x64 md5sum: not found TEST vp9-02-size-16x66 md5sum: not found TEST vp9-02-size-18x08 md5sum: not found TEST vp9-02-size-18x10 md5sum: not found TEST vp9-02-size-18x16 md5sum: not found TEST vp9-02-size-18x18 md5sum: not found TEST vp9-02-size-18x32 md5sum: not found TEST vp9-02-size-18x34 md5sum: not found TEST vp9-02-size-18x64 md5sum: not found TEST vp9-02-size-18x66 md5sum: not found TEST vp9-02-size-32x08 md5sum: not found TEST vp9-02-size-32x10 md5sum: not found TEST vp9-02-size-32x16 md5sum: not found TEST vp9-02-size-32x18 md5sum: not found TEST vp9-02-size-32x32 md5sum: not found TEST vp9-02-size-32x34 md5sum: not found TEST vp9-02-size-32x64 md5sum: not found TEST vp9-02-size-32x66 md5sum: not found TEST vp9-02-size-34x08 md5sum: not found TEST vp9-02-size-34x10 md5sum: not found TEST vp9-02-size-34x16 md5sum: not found TEST vp9-02-size-34x18 md5sum: not found TEST vp9-02-size-34x32 md5sum: not found TEST vp9-02-size-34x34 md5sum: not found TEST vp9-02-size-34x64 md5sum: not found TEST vp9-02-size-34x66 md5sum: not found TEST vp9-02-size-64x08 md5sum: not found TEST vp9-02-size-64x10 md5sum: not found TEST vp9-02-size-64x16 md5sum: not found TEST vp9-02-size-64x18 md5sum: not found TEST vp9-02-size-64x32 md5sum: not found TEST vp9-02-size-64x34 md5sum: not found TEST vp9-02-size-64x64 md5sum: not found TEST vp9-02-size-64x66 md5sum: not found TEST vp9-02-size-66x08 md5sum: not found TEST vp9-02-size-66x10 md5sum: not found TEST vp9-02-size-66x16 md5sum: not found TEST vp9-02-size-66x18 md5sum: not found TEST vp9-02-size-66x32 md5sum: not found TEST vp9-02-size-66x34 md5sum: not found TEST vp9-02-size-66x64 md5sum: not found TEST vp9-02-size-66x66 md5sum: not found TEST vp9-03-size-196x196 md5sum: not found TEST vp9-03-size-196x198 md5sum: not found TEST vp9-03-size-196x200 md5sum: not found TEST vp9-03-size-196x202 md5sum: not found TEST vp9-03-size-196x208 md5sum: not found TEST vp9-03-size-196x210 md5sum: not found TEST vp9-03-size-196x224 md5sum: not found TEST vp9-03-size-196x226 md5sum: not found TEST vp9-03-size-198x196 md5sum: not found TEST vp9-03-size-198x198 md5sum: not found TEST vp9-03-size-198x200 md5sum: not found TEST vp9-03-size-198x202 md5sum: not found TEST vp9-03-size-198x208 md5sum: not found TEST vp9-03-size-198x210 md5sum: not found TEST vp9-03-size-198x224 md5sum: not found TEST vp9-03-size-198x226 md5sum: not found TEST vp9-03-size-200x196 md5sum: not found TEST vp9-03-size-200x198 md5sum: not found TEST vp9-03-size-200x200 md5sum: not found TEST vp9-03-size-200x202 md5sum: not found TEST vp9-03-size-200x208 md5sum: not found TEST vp9-03-size-200x210 md5sum: not found TEST vp9-03-size-200x224 md5sum: not found TEST vp9-03-size-200x226 md5sum: not found TEST vp9-03-size-202x196 md5sum: not found TEST vp9-03-size-202x198 md5sum: not found TEST vp9-03-size-202x200 md5sum: not found TEST vp9-03-size-202x202 md5sum: not found TEST vp9-03-size-202x208 md5sum: not found TEST vp9-03-size-202x210 md5sum: not found TEST vp9-03-size-202x224 md5sum: not found TEST vp9-03-size-202x226 md5sum: not found TEST vp9-03-size-208x196 md5sum: not found TEST vp9-03-size-208x198 md5sum: not found TEST vp9-03-size-208x200 md5sum: not found TEST vp9-03-size-208x202 md5sum: not found TEST vp9-03-size-208x208 md5sum: not found TEST vp9-03-size-208x210 md5sum: not found TEST vp9-03-size-208x224 md5sum: not found TEST vp9-03-size-208x226 md5sum: not found TEST vp9-03-size-210x196 md5sum: not found TEST vp9-03-size-210x198 md5sum: not found TEST vp9-03-size-210x200 md5sum: not found TEST vp9-03-size-210x202 md5sum: not found TEST vp9-03-size-210x208 md5sum: not found TEST vp9-03-size-210x210 md5sum: not found TEST vp9-03-size-210x224 md5sum: not found TEST vp9-03-size-210x226 md5sum: not found TEST vp9-03-size-224x196 md5sum: not found TEST vp9-03-size-224x198 md5sum: not found TEST vp9-03-size-224x200 md5sum: not found TEST vp9-03-size-224x202 md5sum: not found TEST vp9-03-size-224x208 md5sum: not found TEST vp9-03-size-224x210 md5sum: not found TEST vp9-03-size-224x224 md5sum: not found TEST vp9-03-size-224x226 md5sum: not found TEST vp9-03-size-226x196 md5sum: not found TEST vp9-03-size-226x198 md5sum: not found TEST vp9-03-size-226x200 md5sum: not found TEST vp9-03-size-226x202 md5sum: not found TEST vp9-03-size-226x208 md5sum: not found TEST vp9-03-size-226x210 md5sum: not found TEST vp9-03-size-226x224 md5sum: not found TEST vp9-03-size-226x226 md5sum: not found TEST vp9-03-deltaq md5sum: not found TEST vp9p1-04-yuv422 md5sum: not found TEST vp9p1-04-yuv440 md5sum: not found TEST vp9p1-04-yuv444 md5sum: not found TEST vp9p2-20-10bit-yuv420 md5sum: not found TEST vp9p2-20-12bit-yuv420 md5sum: not found TEST vp9p3-20-10bit-yuv422 md5sum: not found TEST vp9p3-20-10bit-yuv440 md5sum: not found TEST vp9p3-20-10bit-yuv444 md5sum: not found TEST vp9p3-20-12bit-yuv422 md5sum: not found TEST vp9p3-20-12bit-yuv440 md5sum: not found TEST vp9p3-20-12bit-yuv444 md5sum: not found TEST vp9-06-bilinear md5sum: not found TEST vp9-09-lf_deltas md5sum: not found TEST vp9-10-show-existing-frame md5sum: not found TEST vp9-10-show-existing-frame2 md5sum: not found TEST vp9-15-segkey_adpq md5sum: not found TEST vp9-16-intra-only md5sum: not found TEST vp9-2pass-akiyo md5sum: not found TEST vp9-parallelmode-akiyo md5sum: not found TEST vp9-segmentation-aq-akiyo md5sum: not found TEST vp9-segmentation-sf-akiyo md5sum: not found TEST vp9-tiling-pedestrian md5sum: not found TEST vp9-trac3849 md5sum: not found TEST vp9-trac4359 md5sum: not found TEST vp9-05-resize md5sum: not found TEST lavf-fate-av1.mp4 md5sum: not found TEST lavf-fate-av1.mkv md5sum: not found TEST lavf-fate-h264.mp4 md5sum: not found TEST lavf-fate-vp3.ogg md5sum: not found TEST lavf-fate-vp8.ogg md5sum: not found TEST lavf-fate-latm md5sum: not found TEST lavf-fate-mp3 md5sum: not found TEST lavf-fate-qtrle_mace6.mov md5sum: not found TEST lavf-fate-cram.avi md5sum: not found TEST aac-ct-sbr_i-ps_i.aac md5sum: not found TEST aac-al04_44 md5sum: not found TEST aac-al04sf_48 md5sum: not found TEST aac-al05_44 md5sum: not found TEST aac-al06_44 md5sum: not found TEST aac-al07_96 md5sum: not found TEST aac-al15_44 md5sum: not found TEST aac-al17_44 md5sum: not found TEST aac-al18_44 md5sum: not found TEST aac-am00_88 md5sum: not found TEST aac-am05_44 md5sum: not found TEST aac-al_sbr_hq_cm_48_2 md5sum: not found TEST aac-al_sbr_hq_cm_48_5.1 md5sum: not found TEST aac-al_sbr_hq_sr_48_2_fsaac48 md5sum: not found TEST aac-al_sbr_ps_04_ur md5sum: not found TEST aac-al_sbr_ps_06_ur md5sum: not found TEST aac-ap05_48 md5sum: not found TEST aac-er_ad6000np_44_ep0 md5sum: not found TEST aac-er_eld1001np_44_ep0 md5sum: not found TEST aac-er_eld2000np_48_ep0 md5sum: not found TEST aac-er_eld2100np_48_ep0 md5sum: not found TEST aac-ct-sbr_bc-ps_i.3gp md5sum: not found TEST aac-ct-sbr_bic-ps_i.3gp md5sum: not found TEST aac-ct-sbr_bc-ps_bc.mp4 md5sum: not found TEST aac-ct-sbr_bc-ps_i.mp4 md5sum: not found TEST aac-ct-sbr_i-ps_bic.mp4 md5sum: not found TEST aac-ct-sbr_i-ps_i.mp4 md5sum: not found TEST aac-fixed-al04_44 md5sum: not found TEST aac-fixed-al05_44 md5sum: not found TEST aac-fixed-al06_44 md5sum: not found TEST aac-fixed-al15_44 md5sum: not found TEST aac-fixed-al17_44 md5sum: not found TEST aac-fixed-al18_44 md5sum: not found TEST aac-fixed-al_sbr_hq_cm_48_2 md5sum: not found TEST aac-fixed-al_sbr_hq_cm_48_5.1 md5sum: not found TEST aac-fixed-al_sbr_hq_sr_48_2_fsaac48 md5sum: not found TEST aac-fixed-ap05_48 md5sum: not found TEST aac-fixed-er_ad6000np_44_ep0 md5sum: not found TEST aac-fixed-er_eld1001np_44_ep0 md5sum: not found TEST aac-fixed-er_eld2000np_48_ep0 md5sum: not found TEST aac-latm_000000001180bc60 md5sum: not found TEST aac-latm_stereo_to_51 md5sum: not found TEST aac-aref-encode md5sum: not found TEST aac-ln-encode md5sum: not found TEST aac-ln-encode-128k md5sum: not found TEST aac-pns-encode md5sum: not found TEST aac-tns-encode md5sum: not found TEST aac-is-encode md5sum: not found TEST aac-ms-encode md5sum: not found TEST aac-yoraw-encode md5sum: not found TEST aac-pred-encode md5sum: not found TEST aac-autobsf-adtstoasc md5sum: not found TEST apng-clock md5sum: not found TEST apng-osample md5sum: not found TEST binkaudio-dct md5sum: not found TEST binkaudio-rdft md5sum: not found TEST bmv-audio md5sum: not found TEST delphine-cin-audio md5sum: not found TEST dolby-e md5sum: not found TEST dss-lp md5sum: not found TEST dss-sp md5sum: not found TEST dsf-dst md5sum: not found TEST imc md5sum: not found TEST nellymoser md5sum: not found GEN tests/data/asynth-16000-1.wav TEST nellymoser-aref-encode md5sum: not found TEST on2avc md5sum: not found TEST paf-audio md5sum: not found TEST sierra-vmd-audio md5sum: not found TEST smacker-audio md5sum: not found TEST ws_snd md5sum: not found TEST dca-xll_51_16_192_768_0 md5sum: not found TEST dca-xll_51_16_192_768_0-dmix_2 md5sum: not found TEST dca-xll_51_16_192_768_0-dmix_6 md5sum: not found TEST dca-xll_51_16_192_768_1 md5sum: not found TEST dca-xll_51_16_192_768_1-dmix_2 md5sum: not found TEST dca-xll_51_16_192_768_1-dmix_6 md5sum: not found TEST dca-xll_51_24_48_768 md5sum: not found TEST dca-xll_51_24_48_768-dmix_2 md5sum: not found TEST dca-xll_51_24_48_768-dmix_6 md5sum: not found TEST dca-xll_51_24_48_none md5sum: not found TEST dca-xll_51_24_48_none-dmix_2 md5sum: not found TEST dca-xll_51_24_48_none-dmix_6 md5sum: not found TEST dca-xll_71_24_48_768_0 md5sum: not found TEST dca-xll_71_24_48_768_0-dmix_2 md5sum: not found TEST dca-xll_71_24_48_768_0-dmix_6 md5sum: not found TEST dca-xll_71_24_48_768_1 md5sum: not found TEST dca-xll_71_24_48_768_1-dmix_2 md5sum: not found TEST dca-xll_71_24_48_768_1-dmix_6 md5sum: not found TEST dca-xll_71_24_96_768 md5sum: not found TEST dca-xll_71_24_96_768-dmix_2 md5sum: not found TEST dca-xll_71_24_96_768-dmix_6 md5sum: not found TEST dca-xll_x96_51_24_96_1509 md5sum: not found TEST dca-xll_x96_51_24_96_1509-dmix_2 md5sum: not found TEST dca-xll_x96_51_24_96_1509-dmix_6 md5sum: not found TEST dca-xll_xch_61_24_48_768 md5sum: not found TEST dca-xll_xch_61_24_48_768-dmix_2 md5sum: not found TEST dca-xll_xch_61_24_48_768-dmix_6 md5sum: not found TEST dca-core_51_24_48_768_0 md5sum: not found TEST dca-core_51_24_48_768_1 md5sum: not found TEST dca-x96_51_24_96_1509 md5sum: not found TEST dca-x96_xch_61_24_96_3840 md5sum: not found TEST dca-x96_xxch_71_24_96_3840 md5sum: not found TEST dca-xbr_51_24_48_3840 md5sum: not found TEST dca-xbr_xch_61_24_48_3840 md5sum: not found TEST dca-xbr_xxch_71_24_48_3840 md5sum: not found TEST dca-xch_61_24_48_768 md5sum: not found TEST dca-xxch_71_24_48_2046 md5sum: not found TEST dca-core_51_24_48_768_1-dmix_2 md5sum: not found TEST dca-x96_xxch_71_24_96_3840-dmix_2 md5sum: not found TEST dca-x96_xxch_71_24_96_3840-dmix_6 md5sum: not found TEST dca-xch_61_24_48_768-dmix_6 md5sum: not found TEST dca-core md5sum: not found TEST dca-xll md5sum: not found TEST dts_es md5sum: not found TEST dca-core-bsf md5sum: not found TEST avio-direct md5sum: not found TEST adts-demux md5sum: not found TEST adts-id3v1-demux md5sum: not found TEST adts-id3v2-demux md5sum: not found TEST adts-id3v2-two-tags-demux md5sum: not found TEST aea-demux md5sum: not found TEST av1-annexb-demux md5sum: not found TEST ast md5sum: not found TEST bink-demux md5sum: not found TEST bfstm md5sum: not found TEST bcstm md5sum: not found TEST brstm md5sum: not found TEST caf md5sum: not found TEST cdxl-demux md5sum: not found TEST cine-demux md5sum: not found TEST d-cinema-demux md5sum: not found TEST d-eavp6-demux md5sum: not found GEN tests/data/fits-multi.fits TEST fits-demux md5sum: not found TEST flv-demux md5sum: not found TEST gif-demux md5sum: not found TEST iv8-demux md5sum: not found TEST jv-demux md5sum: not found TEST lmlm4-demux md5sum: not found TEST maxis-xa md5sum: not found TEST mkv md5sum: not found TEST mkv-1242 md5sum: not found TEST mlv-demux md5sum: not found TEST mov-mp3-demux md5sum: not found TEST ts-opus-demux md5sum: not found TEST ts-small-demux md5sum: not found TEST mtv md5sum: not found TEST mxf-demux md5sum: not found TEST nc-demux md5sum: not found TEST nistsphere-demux md5sum: not found TEST nsv-demux md5sum: not found TEST oggopus-demux md5sum: not found TEST oggvp8-demux md5sum: not found TEST oma-demux md5sum: not found TEST paf-demux md5sum: not found TEST pmp-demux md5sum: not found TEST rsd-demux md5sum: not found TEST redspark-demux md5sum: not found TEST psx-str-demux md5sum: not found TEST pva-demux md5sum: not found TEST qcp-demux md5sum: not found TEST redcode-demux md5sum: not found TEST siff-demux md5sum: not found TEST smjpeg-demux md5sum: not found TEST wav-ac3 md5sum: not found TEST westwood-aud md5sum: not found TEST wtv-demux md5sum: not found TEST xmv-demux md5sum: not found TEST xwma-demux md5sum: not found TEST ts-demux md5sum: not found TEST ea-cdata md5sum: not found TEST ea-cmv md5sum: not found TEST ea-mad md5sum: not found TEST ea-tgq md5sum: not found TEST ea-tgv-1 md5sum: not found TEST ea-tgv-2 md5sum: not found TEST ea-tqi md5sum: not found TEST fifo-muxer-h264 md5sum: not found TEST fifo-muxer-wav md5sum: not found TEST filter-owdenoise-sample md5sum: not found TEST filter-delogo md5sum: not found TEST filter-yadif-mode0 md5sum: not found TEST filter-yadif-mode1 md5sum: not found TEST filter-yadif10 md5sum: not found TEST filter-yadif16 md5sum: not found TEST filter-w3fdif-simple md5sum: not found TEST filter-w3fdif-complex md5sum: not found TEST filter-mcdeint-fast md5sum: not found TEST filter-mcdeint-medium md5sum: not found TEST filter-codecview-mvs md5sum: not found TEST filter-showpalette md5sum: not found TEST filter-palettegen-1 md5sum: not found TEST filter-palettegen-2 md5sum: not found TEST filter-paletteuse-nodither md5sum: not found TEST filter-paletteuse-bayer md5sum: not found TEST filter-paletteuse-sierra2_4a md5sum: not found TEST filter-overlay_yuv420_yuva420 md5sum: not found TEST filter-overlay_yuv422_yuva422 md5sum: not found TEST filter-overlay_yuv444_yuva444 md5sum: not found TEST filter-overlay_rgb_rgba md5sum: not found TEST filter-overlay_gbrp_gbrap md5sum: not found TEST filter-overlay_yuva420_yuva420 md5sum: not found TEST filter-overlay_yuva422_yuva422 md5sum: not found TEST filter-overlay_yuva444_yuva444 md5sum: not found TEST filter-overlay_rgba_rgba md5sum: not found TEST filter-overlay_gbrap_gbrap md5sum: not found COPY tests/data/filtergraphs/hqdn3d TEST filter-hqdn3d-sample md5sum: not found COPY tests/data/filtergraphs/overlay-dvdsub-2397 TEST filter-overlay-dvdsub-2397 md5sum: not found TEST filter-hq2x md5sum: not found TEST filter-hq3x md5sum: not found TEST filter-hq4x md5sum: not found TEST filter-2xbr md5sum: not found TEST filter-3xbr md5sum: not found TEST filter-4xbr md5sum: not found TEST filter-curves md5sum: not found COPY tests/data/filtergraphs/gradfun TEST filter-gradfun-sample md5sum: not found TEST filter-fps-cfr md5sum: not found TEST filter-fps md5sum: not found TEST filter-fps-r md5sum: not found GEN tests/data/file4560-override2rotate0.mov TEST filter-meta-4560-rotate0 md5sum: not found TEST filter-refcmp-psnr-rgb md5sum: not found TEST filter-refcmp-psnr-yuv md5sum: not found TEST filter-refcmp-ssim-rgb md5sum: not found TEST filter-refcmp-ssim-yuv md5sum: not found TEST fitsdec-ext_data_min_max md5sum: not found TEST fitsdec-blank_bitpix32 md5sum: not found TEST fitsdec-bitpix-32 md5sum: not found TEST fitsdec-bitpix-64 md5sum: not found TEST fitsdec-multi md5sum: not found GEN tests/data/lena-gray.fits TEST fitsdec-gray md5sum: not found GEN tests/data/lena-gbrp.fits TEST fitsdec-gbrp md5sum: not found GEN tests/data/lena-gbrp16.fits TEST fitsdec-gbrp16 md5sum: not found GEN tests/data/lena-gbrap16le.fits TEST fitsdec-gbrap16le md5sum: not found TEST fitsenc-gray md5sum: not found TEST fitsenc-gray16be md5sum: not found TEST fitsenc-gbrp md5sum: not found TEST fitsenc-gbrap md5sum: not found TEST fitsenc-gbrp16be md5sum: not found TEST fitsenc-gbrap16be md5sum: not found TEST aliaspix-bgr md5sum: not found TEST aliaspix-gray md5sum: not found TEST brenderpix-24 md5sum: not found TEST brenderpix-565 md5sum: not found TEST brenderpix-defpal md5sum: not found TEST brenderpix-intpal md5sum: not found TEST brenderpix-y400a md5sum: not found TEST dds-alpha8 md5sum: not found TEST dds-argb md5sum: not found TEST dds-argb-aexp md5sum: not found TEST dds-dx10-bc1 md5sum: not found TEST dds-dx10-bc1a md5sum: not found TEST dds-dx10-bc2 md5sum: not found TEST dds-dx10-bc3 md5sum: not found TEST dds-dx10-bc4 md5sum: not found TEST dds-dx10-bc5 md5sum: not found TEST dds-dxt1 md5sum: not found TEST dds-dxt1a md5sum: not found TEST dds-dxt1-normalmap md5sum: not found TEST dds-dxt2 md5sum: not found TEST dds-dxt3 md5sum: not found TEST dds-dxt4 md5sum: not found TEST dds-dxt5 md5sum: not found TEST dds-dxt5-aexp md5sum: not found TEST dds-dxt5-normalmap md5sum: not found TEST dds-dxt5-normalmap-ati md5sum: not found TEST dds-dxt5-rbxg md5sum: not found TEST dds-dxt5-rgxb md5sum: not found TEST dds-dxt5-rxbg md5sum: not found TEST dds-dxt5-rxgb md5sum: not found TEST dds-dxt5-xgbr md5sum: not found TEST dds-dxt5-xgxr md5sum: not found TEST dds-dxt5-xrbg md5sum: not found TEST dds-dxt5-ycocg md5sum: not found TEST dds-dxt5-ycocg-scaled md5sum: not found TEST dds-monob md5sum: not found TEST dds-pal md5sum: not found TEST dds-pal-ati md5sum: not found TEST dds-rgb1555 md5sum: not found TEST dds-rgb16 md5sum: not found TEST dds-rgb24 md5sum: not found TEST dds-rgb555 md5sum: not found TEST dds-rgba md5sum: not found TEST dds-rgtc1s md5sum: not found TEST dds-rgtc1u md5sum: not found TEST dds-rgtc2s md5sum: not found TEST dds-rgtc2u md5sum: not found TEST dds-rgtc2u-xy md5sum: not found TEST dds-uyvy md5sum: not found TEST dds-xbgr md5sum: not found TEST dds-xrgb md5sum: not found TEST dds-y md5sum: not found TEST dds-ya md5sum: not found TEST dds-ycocg md5sum: not found TEST dds-yuyv md5sum: not found TEST exr-slice-raw md5sum: not found TEST exr-slice-rle md5sum: not found TEST exr-slice-zip1 md5sum: not found TEST exr-slice-zip16 md5sum: not found TEST exr-slice-pxr24 md5sum: not found TEST exr-rgb-scanline-pxr24-float-12x8 md5sum: not found TEST exr-rgba-multiscanline-half-b44 md5sum: not found TEST exr-rgb-scanline-float-b44 md5sum: not found TEST exr-rgb-scanline-half-b44-12x8 md5sum: not found TEST exr-rgb-scanline-half-b44-13x9 md5sum: not found TEST exr-rgb-tile-float-raw-12x8 md5sum: not found TEST exr-rgb-tile-float-raw-150x130 md5sum: not found TEST exr-rgb-tile-half-raw-12x8 md5sum: not found TEST exr-rgba-scanline-float-half-b44-13x9-l1 md5sum: not found TEST exr-rgba-scanline-float-half-b44-13x9-l2 md5sum: not found TEST exr-rgba-scanline-float-half-b44-12x8-l1 md5sum: not found TEST exr-rgba-scanline-float-half-b44-12x8-l2 md5sum: not found TEST exr-rgba-scanline-float-half-b44a-12x8-l1 md5sum: not found TEST exr-rgba-scanline-float-half-b44a-12x8-l2 md5sum: not found TEST exr-rgba-scanline-float-half-b44a-13x9-l1 md5sum: not found TEST exr-rgba-scanline-float-half-b44a-13x9-l2 md5sum: not found TEST exr-rgb-tile-pxr24-float-half-l1 md5sum: not found TEST exr-rgb-tile-pxr24-float-half-l2 md5sum: not found TEST exr-rgb-tile-pxr24-half-float-l1 md5sum: not found TEST exr-rgb-tile-pxr24-half-float-l2 md5sum: not found TEST exr-rgb-tile-half-float-b44-12x8-l1 md5sum: not found TEST exr-rgb-tile-half-float-b44-12x8-l2 md5sum: not found TEST exr-rgb-tile-zip-half-float-l1 md5sum: not found TEST exr-rgb-tile-zip-half-float-l2 md5sum: not found TEST exr-rgb-tile-zip1-half-float-l1 md5sum: not found TEST exr-rgb-tile-zip1-half-float-l2 md5sum: not found TEST exr-rgb-tile-rle-half-float-l1 md5sum: not found TEST exr-rgb-tile-rle-half-float-l2 md5sum: not found TEST exr-rgb-tile-raw-half-float-l1 md5sum: not found TEST exr-rgb-tile-raw-half-float-l2 md5sum: not found TEST exr-rgb-scanline-b44-half-float-12x8-l1 md5sum: not found TEST exr-rgb-scanline-b44-half-float-12x8-l2 md5sum: not found TEST exr-rgb-scanline-pxr24-half-float-l1 md5sum: not found TEST exr-rgb-scanline-pxr24-half-float-l2 md5sum: not found TEST exr-rgb-scanline-pxr24-float-half-l1 md5sum: not found TEST exr-rgb-scanline-pxr24-float-half-l2 md5sum: not found TEST exr-rgb-scanline-pxr24-half-uint32-13x9 md5sum: not found TEST exr-rgb-scanline-zip-half-float-l1 md5sum: not found TEST exr-rgb-scanline-zip-half-float-l2 md5sum: not found TEST exr-rgb-scanline-zip1-half-float-l1 md5sum: not found TEST exr-rgb-scanline-zip1-half-float-l2 md5sum: not found TEST exr-rgb-scanline-rle-half-float-l1 md5sum: not found TEST exr-rgb-scanline-rle-half-float-l2 md5sum: not found TEST exr-rgb-scanline-raw-half-float-l1 md5sum: not found TEST exr-rgb-scanline-raw-half-float-l2 md5sum: not found TEST exr-rgb-scanline-b44-uint32 md5sum: not found TEST exr-rgb-scanline-pxr24-uint32 md5sum: not found TEST exr-rgb-scanline-zip1-half-float-l1-zero-offsets md5sum: not found TEST exr-rgb-scanline-half-piz-bw md5sum: not found TEST exr-rgb-scanline-half-piz-color md5sum: not found TEST exr-rgb-scanline-half-piz-dw-t01 md5sum: not found TEST exr-rgb-scanline-float-piz-48x32 md5sum: not found TEST exr-rgb-scanline-none-negative-red md5sum: not found TEST exr-rgb-b44a-half-negative-4x4 md5sum: not found TEST exr-y-tile-zip-half-12x8 md5sum: not found TEST exr-y-scanline-zip-half-12x8 md5sum: not found TEST exr-rgb-scanline-half-piz-dw-t08 md5sum: not found TEST exr-rgba-zip16-16x32-flag4 md5sum: not found TEST jpg-12bpp md5sum: not found TEST jpg-jfif md5sum: not found TEST png-gray8 md5sum: not found TEST png-gray16 md5sum: not found TEST png-rgb24 md5sum: not found TEST png-rgb48 md5sum: not found TEST png-rgba md5sum: not found TEST png-rgba64 md5sum: not found TEST png-ya8 md5sum: not found TEST png-ya16 md5sum: not found TEST png-int-rgb24 md5sum: not found TEST psd-gray8 md5sum: not found TEST psd-gray16 md5sum: not found TEST psd-rgb24 md5sum: not found TEST psd-rgb48 md5sum: not found TEST psd-rgba md5sum: not found TEST psd-rgba64 md5sum: not found TEST psd-ya8 md5sum: not found TEST psd-ya16 md5sum: not found TEST psd-lena-127x127-rgb24 md5sum: not found TEST psd-lena-rgb-rle-127x127-16b md5sum: not found TEST psd-lena-rgb-rle-127x127-8b md5sum: not found TEST psd-lena-rgba-rle-128x128-8b md5sum: not found TEST psd-lena-256c md5sum: not found TEST psd-lena-bitmap md5sum: not found TEST psd-duo-tone-color md5sum: not found TEST sgi-gray8 md5sum: not found TEST sgi-gray8-rle md5sum: not found TEST sgi-gray16 md5sum: not found TEST sgi-gray16-rle md5sum: not found TEST sgi-rgb24 md5sum: not found TEST sgi-rgb24-rle md5sum: not found TEST sgi-rgb48 md5sum: not found TEST sgi-rgb48-rle md5sum: not found TEST sgi-rgba md5sum: not found TEST sgi-rgba-rle md5sum: not found TEST sgi-rgba64 md5sum: not found TEST sgi-rgba64-rle md5sum: not found TEST sunraster-1bit-raw md5sum: not found TEST sunraster-1bit-rle md5sum: not found TEST sunraster-8bit-raw md5sum: not found TEST sunraster-8bit_gray-raw md5sum: not found TEST sunraster-8bit-rle md5sum: not found TEST sunraster-24bit-raw md5sum: not found TEST sunraster-24bit-rle md5sum: not found TEST targa-conformance-CBW8 md5sum: not found TEST targa-conformance-CCM8 md5sum: not found TEST targa-conformance-CTC16 md5sum: not found TEST targa-conformance-CTC24 md5sum: not found TEST targa-conformance-CTC32 md5sum: not found TEST targa-conformance-UBW8 md5sum: not found TEST targa-conformance-UCM8 md5sum: not found TEST targa-conformance-UTC16 md5sum: not found TEST targa-conformance-UTC24 md5sum: not found TEST targa-conformance-UTC32 md5sum: not found TEST targa-top-to-bottom md5sum: not found TEST tiff-fax-g3 md5sum: not found TEST tiff-fax-g3s md5sum: not found TEST webp-rgb-lossless md5sum: not found TEST webp-rgb-lena-lossless md5sum: not found TEST webp-rgb-lena-lossless-rgb24 md5sum: not found TEST webp-rgba-lossless md5sum: not found TEST webp-rgb-lossy-q80 md5sum: not found TEST webp-rgba-lossy-q80 md5sum: not found TEST xbm10 md5sum: not found TEST xbm11 md5sum: not found TEST bmpparser md5sum: not found TEST dpx md5sum: not found TEST pict md5sum: not found TEST pictor md5sum: not found TEST pngparser md5sum: not found TEST ptx md5sum: not found TEST xface md5sum: not found TEST lossless-alac md5sum: not found TEST lossless-meridianaudio md5sum: not found TEST ralf md5sum: not found TEST lossless-shorten md5sum: not found TEST lossless-tak md5sum: not found TEST lossless-truehd-5.1 md5sum: not found TEST lossless-truehd-5.1-downmix-2.0 md5sum: not found TEST lossless-tta md5sum: not found TEST lossless-tta-encrypted md5sum: not found TEST lossless-wma md5sum: not found TEST lossless-wma24-1 md5sum: not found TEST lossless-wma24-2 md5sum: not found TEST lossless-wma24-rawtile md5sum: not found TEST lagarith-rgb24 md5sum: not found TEST lagarith-rgb32 md5sum: not found TEST lagarith-yuy2 md5sum: not found TEST lagarith-yv12 md5sum: not found TEST lagarith-red md5sum: not found TEST lagarith-ticket4119 md5sum: not found TEST lagarith-ticket4119-cfr md5sum: not found TEST lagarith-ticket4119-vfr md5sum: not found TEST lagarith-ticket4119-pass md5sum: not found TEST lagarith-ticket4119-drop md5sum: not found TEST loco-rgb md5sum: not found TEST loco-yuy2 md5sum: not found TEST msrle-8bit md5sum: not found TEST mszh md5sum: not found TEST vble md5sum: not found TEST zerocodec md5sum: not found TEST zlib md5sum: not found TEST msmpeg4v1 md5sum: not found TEST msvideo1-8bit md5sum: not found TEST msvideo1-16bit md5sum: not found TEST wmv8-x8intra md5sum: not found TEST vc1_sa00040 md5sum: not found TEST vc1_sa00050 md5sum: not found TEST vc1_sa10091 md5sum: not found TEST vc1_sa10143 md5sum: not found TEST vc1_sa20021 md5sum: not found TEST vc1_ilaced_twomv md5sum: not found TEST vc1test_smm0005 md5sum: not found TEST vc1test_smm0015 md5sum: not found TEST vc1-ism md5sum: not found TEST asf-repldata md5sum: not found TEST mpegps-remuxed-pcm-demux md5sum: not found TEST 8bps md5sum: not found TEST qdm2 md5sum: not found TEST qt-alaw-mono md5sum: not found TEST qt-alaw-stereo md5sum: not found TEST qt-ima4-mono md5sum: not found TEST qt-ima4-stereo md5sum: not found TEST qt-mac3-mono md5sum: not found TEST qt-mac3-stereo md5sum: not found TEST qt-mac6-mono md5sum: not found TEST qt-mac6-stereo md5sum: not found TEST qt-ulaw-mono md5sum: not found TEST qt-ulaw-stereo md5sum: not found TEST quickdraw md5sum: not found TEST rpza md5sum: not found TEST svq1 md5sum: not found TEST svq1-headerswap md5sum: not found TEST svq3-1 md5sum: not found TEST svq3-watermark md5sum: not found TEST ra3-144 md5sum: not found TEST ra-144 md5sum: not found TEST ra-288 md5sum: not found TEST ra-cook md5sum: not found TEST sipr-5k0 md5sum: not found TEST sipr-6k5 md5sum: not found TEST sipr-8k5 md5sum: not found TEST sipr-16k md5sum: not found TEST rv20-1239 md5sum: not found TEST rv30 md5sum: not found TEST rv40 md5sum: not found TEST cscd md5sum: not found TEST dxtory md5sum: not found TEST fraps-v0 md5sum: not found TEST fraps-v1 md5sum: not found TEST fraps-v2 md5sum: not found TEST fraps-v3 md5sum: not found TEST fraps-v4 md5sum: not found TEST fraps-v5 md5sum: not found TEST tscc-15bit md5sum: not found TEST tscc-32bit md5sum: not found TEST vmnc-16bit md5sum: not found TEST vmnc-32bit md5sum: not found TEST zmbv-8bit md5sum: not found TEST zmbv-15bit md5sum: not found TEST zmbv-16bit md5sum: not found TEST zmbv-32bit md5sum: not found GEN tests/data/mp4-to-ts.m3u8 TEST segment-mp4-to-ts md5sum: not found GEN tests/data/adts-to-mkv.m3u8 TEST segment-adts-to-mkv md5sum: not found GEN tests/data/adts-to-mkv-header.mkv GEN tests/data/adts-to-mkv-cated-000.mkv TEST segment-adts-to-mkv-header-000 md5sum: not found GEN tests/data/adts-to-mkv-cated-001.mkv TEST segment-adts-to-mkv-header-001 md5sum: not found GEN tests/data/adts-to-mkv-cated-002.mkv TEST segment-adts-to-mkv-header-002 md5sum: not found GEN tests/data/adts-to-mkv-cated-all.mkv TEST segment-adts-to-mkv-header-all md5sum: not found TEST binsub-mksenc md5sum: not found TEST sub-microdvd-remux md5sum: not found TEST binsub-movtextenc md5sum: not found TEST sub-srt-rrn-remux md5sum: not found TEST sub-srt-madness-timeshift md5sum: not found TEST sub-srt-empty-events md5sum: not found TEST sub-subripenc md5sum: not found TEST sub-webvttenc md5sum: not found TEST sub-textenc md5sum: not found TEST sub-scc md5sum: not found TEST sub-aqtitle md5sum: not found TEST sub-cc md5sum: not found TEST sub-cc-realtime md5sum: not found TEST sub-cc-scte20 md5sum: not found TEST sub-ass-to-ass-transcode md5sum: not found TEST sub-ssa-to-ass-remux md5sum: not found TEST sub-jacosub md5sum: not found TEST sub-microdvd md5sum: not found TEST sub-movtext md5sum: not found TEST sub-mpl2 md5sum: not found TEST sub-mpsub md5sum: not found TEST sub-mpsub-frames md5sum: not found TEST sub-pjs md5sum: not found TEST sub-realtext md5sum: not found TEST sub-sami md5sum: not found TEST sub-sami2 md5sum: not found TEST sub-srt md5sum: not found TEST sub-srt-badsyntax md5sum: not found TEST sub-stl md5sum: not found TEST sub-subviewer1 md5sum: not found TEST sub-subviewer md5sum: not found TEST sub-vplayer md5sum: not found TEST sub-webvtt md5sum: not found TEST sub-webvtt2 md5sum: not found TEST sub-charenc md5sum: not found TEST 4xm-1 md5sum: not found TEST 4xm-2 md5sum: not found TEST 012v md5sum: not found TEST aasc md5sum: not found TEST aic md5sum: not found TEST aic-oddsize md5sum: not found TEST alg-mm md5sum: not found TEST amv md5sum: not found TEST ansi md5sum: not found TEST ansi256 md5sum: not found TEST armovie-escape124 md5sum: not found TEST armovie-escape130 md5sum: not found TEST auravision-v1 md5sum: not found TEST auravision-v2 md5sum: not found TEST bethsoft-vid md5sum: not found TEST bfi md5sum: not found TEST bink-video-b md5sum: not found TEST bink-video-f md5sum: not found TEST bink-video-i md5sum: not found TEST bmv-video md5sum: not found TEST cavs md5sum: not found TEST cdgraphics md5sum: not found TEST cfhd-1 md5sum: not found TEST cfhd-2 md5sum: not found TEST cfhd-3 md5sum: not found TEST cljr md5sum: not found TEST corepng md5sum: not found TEST rgbapng-4816 md5sum: not found TEST creatureshock-avs md5sum: not found TEST cvid-palette md5sum: not found TEST cvid-partial md5sum: not found TEST cvid-grayscale md5sum: not found TEST cyberia-c93 md5sum: not found TEST cyuv md5sum: not found TEST delphine-cin-video md5sum: not found TEST deluxepaint-anm md5sum: not found TEST dirac md5sum: not found TEST dirac-low-delay md5sum: not found TEST dxa-feeble md5sum: not found TEST dxa-scummvm md5sum: not found TEST dxv-dxt1 md5sum: not found TEST dxv-dxt5 md5sum: not found TEST dxv3-dxt1 md5sum: not found TEST dxv3-dxt5 md5sum: not found TEST film-cvid md5sum: not found TEST flic-af11-palette-change md5sum: not found TEST flic-af12 md5sum: not found TEST flic-magiccarpet md5sum: not found TEST frwu md5sum: not found TEST id-cin-video md5sum: not found TEST idroq-video-encode md5sum: not found TEST iff-byterun1 md5sum: not found TEST iff-fibonacci md5sum: not found TEST iff-ilbm md5sum: not found TEST interplay-mve-8bit md5sum: not found TEST interplay-mve-16bit md5sum: not found TEST jpeg2000-dcinema md5sum: not found TEST jv md5sum: not found TEST kgv1 md5sum: not found TEST kmvc md5sum: not found TEST magicyuv-y4444i md5sum: not found TEST magicyuv-y400i md5sum: not found TEST magicyuv-y420 md5sum: not found TEST magicyuv-y422i md5sum: not found TEST magicyuv-y444 md5sum: not found TEST magicyuv-rgba md5sum: not found TEST magicyuv-rgb md5sum: not found TEST mdec md5sum: not found TEST mdec-v3 md5sum: not found TEST mimic md5sum: not found TEST mjpegb md5sum: not found TEST mjpeg-ticket3229 md5sum: not found TEST motionpixels md5sum: not found TEST mpeg2-field-enc md5sum: not found TEST mpeg2-ticket186 md5sum: not found TEST mpeg2-ticket6024 md5sum: not found TEST mpeg2-ticket6677 md5sum: not found TEST mv-mvc1 md5sum: not found TEST mv-mvc2 md5sum: not found TEST mv-sgirle md5sum: not found TEST mxpeg md5sum: not found TEST nuv-rtjpeg md5sum: not found TEST nuv-rtjpeg-fh md5sum: not found TEST paf-video md5sum: not found TEST qpeg md5sum: not found TEST r210 md5sum: not found TEST rl2 md5sum: not found TEST roqvideo md5sum: not found TEST sanm md5sum: not found TEST sierra-vmd-video md5sum: not found TEST smacker-video md5sum: not found TEST smc md5sum: not found TEST sp5x md5sum: not found TEST thp md5sum: not found TEST tiertex-seq md5sum: not found TEST tmv md5sum: not found TEST txd-16bpp md5sum: not found TEST txd-odd md5sum: not found TEST txd-pal8 md5sum: not found TEST ulti md5sum: not found TEST v210 md5sum: not found TEST v410dec md5sum: not found TEST v410enc md5sum: not found TEST vb md5sum: not found TEST vcr1 md5sum: not found TEST vcr2 md5sum: not found TEST videoxl md5sum: not found TEST vqa-cc md5sum: not found TEST wc3movie-xan md5sum: not found TEST wnv1 md5sum: not found TEST yop md5sum: not found TEST xxan-wc4 md5sum: not found TEST smvjpeg md5sum: not found TEST g722dec-1 md5sum: not found TEST g722-encode md5sum: not found TEST g723_1-dec-1 md5sum: not found TEST g723_1-dec-2 md5sum: not found TEST g723_1-dec-3 md5sum: not found TEST g723_1-dec-4 md5sum: not found TEST g723_1-dec-5 md5sum: not found TEST g723_1-dec-6 md5sum: not found TEST g723_1-dec-7 md5sum: not found TEST g723_1-dec-8 md5sum: not found TEST g726-encode-2bit md5sum: not found TEST g726-encode-3bit md5sum: not found TEST g726-encode-4bit md5sum: not found TEST g726-encode-5bit md5sum: not found TEST gsm-ms md5sum: not found TEST gsm-toast md5sum: not found TEST qcelp md5sum: not found TEST truespeech md5sum: not found TEST twinvq md5sum: not found TEST vqf-demux md5sum: not found TEST canopus-cllc-argb md5sum: not found TEST canopus-cllc-rgb md5sum: not found TEST canopus-cllc-yuy2-noblock md5sum: not found TEST canopus-hq_hqa-hq md5sum: not found TEST canopus-hq_hqa-hqa md5sum: not found TEST canopus-hq_hqa-inter md5sum: not found TEST canopus-hqx422 md5sum: not found TEST canopus-hqx422a md5sum: not found TEST ffmpeg-attached_pics md5sum: not found COPY tests/data/filtergraphs/colorkey TEST ffmpeg-filter_colorkey md5sum: not found TEST force_key_frames md5sum: not found TEST sub2video md5sum: not found TEST rgb24-mkv md5sum: not found TEST adtstoasc_ticket3715 md5sum: not found TEST h264_mp4toannexb_ticket2991 md5sum: not found TEST h264_mp4toannexb_ticket5927 md5sum: not found TEST h264_mp4toannexb_ticket5927_2 md5sum: not found TEST ffmpeg-bsf-remove-k md5sum: not found TEST ffmpeg-bsf-remove-r md5sum: not found TEST ffmpeg-bsf-remove-e md5sum: not found TEST copy-trac3074 md5sum: not found TEST copy-trac236 md5sum: not found TEST copy-trac4914 md5sum: not found TEST copy-trac4914-avi md5sum: not found TEST copy-trac2211-avi md5sum: not found TEST copy-apng md5sum: not found TEST limited_input_seek md5sum: not found TEST limited_input_seek-copyts md5sum: not found TEST copy-psp md5sum: not found TEST ffmpeg-streamloop md5sum: not found TEST time_base md5sum: not found TEST hapqa-extract-snappy1-to-hapq md5sum: not found TEST hapqa-extract-snappy16-to-hapq md5sum: not found TEST hapqa-extract-snappy1-to-hapalphaonly md5sum: not found TEST hapqa-extract-snappy16-to-hapalphaonly md5sum: not found TEST prores-metadata md5sum: not found TEST speedhq-422 md5sum: not found TEST speedhq-422-singlefield md5sum: not found TEST flcl1905 md5sum: not found TEST exif-image-tiff md5sum: not found TEST exif-image-jpg md5sum: not found TEST exif-image-webp md5sum: not found TEST exif-image-embedded md5sum: not found TEST filter-metadata-scenedetect md5sum: not found TEST filter-metadata-cropdetect md5sum: not found TEST filter-metadata-freezedetect md5sum: not found TEST filter-metadata-silencedetect md5sum: not found TEST filter-metadata-ebur128 md5sum: not found TEST filter-metadata-readvitc-def md5sum: not found TEST filter-metadata-readvitc-thr md5sum: not found TEST filter-metadata-avf-aphase-meter-mono md5sum: not found TEST filter-metadata-avf-aphase-meter-out-of-phase md5sum: not found TEST h264-dts_5frames md5sum: not found GEN tests/data/hapq_nosnappy.mov TEST hapqa-extract-nosnappy-to-hapq-mov md5sum: not found GEN tests/data/hapalphaonly_nosnappy.mov TEST hapqa-extract-nosnappy-to-hapalphaonly-mov md5sum: not found TEST hevc-paired-fields md5sum: not found TEST hevc-monochrome-crop md5sum: not found TEST id3v2-priv md5sum: not found TEST matroska-spherical-mono md5sum: not found TEST mov-neg-firstpts-discard md5sum: not found TEST mov-neg-firstpts-discard-vorbis md5sum: not found TEST mov-aac-2048-priming md5sum: not found TEST mov-zombie md5sum: not found TEST mov-init-nonkeyframe md5sum: not found TEST mov-displaymatrix md5sum: not found TEST mov-spherical-mono md5sum: not found TEST mov-guess-delay-1 md5sum: not found TEST mov-guess-delay-2 md5sum: not found TEST mov-guess-delay-3 md5sum: not found TEST mov-mp4-with-mov-in24-ver md5sum: not found TEST mpegts-probe-latm md5sum: not found TEST mpegts-probe-program md5sum: not found TEST mpegts-probe-pmt-merge md5sum: not found TEST mxf-probe-d10 md5sum: not found TEST mxf-probe-dnxhd md5sum: not found TEST mxf-probe-dv25 md5sum: not found TEST vorbis-1833-chapters md5sum: not found CC tools/qt-faststart.o LD tools/qt-faststart TEST mov-faststart-4gb-overflow md5sum: not found