GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version CC libavdevice/alldevices.o CC libavdevice/alsa.o CC libavdevice/alsa_dec.o CC libavdevice/alsa_enc.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/version.o CC libavdevice/xcbgrab.o GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o CC libavfilter/af_aap.o CC libavfilter/af_acontrast.o CC libavfilter/af_acopy.o CC libavfilter/af_acrossover.o CC libavfilter/af_acrusher.o CC libavfilter/af_adeclick.o CC libavfilter/af_adecorrelate.o CC libavfilter/af_adelay.o CC libavfilter/af_adenorm.o CC libavfilter/af_aderivative.o CC libavfilter/af_adrc.o CC libavfilter/af_adynamicequalizer.o CC libavfilter/af_adynamicsmooth.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_aexciter.o CC libavfilter/af_afade.o CC libavfilter/af_afftdn.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_afreqshift.o CC libavfilter/af_afwtdn.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_amultiply.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anlmdn.o CC libavfilter/af_anlms.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apsyclip.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_arls.o CC libavfilter/af_arnndn.o CC libavfilter/af_asdr.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_asoftclip.o CC libavfilter/af_aspectralstats.o CC libavfilter/af_astats.o CC libavfilter/af_asubboost.o CC libavfilter/af_asupercut.o CC libavfilter/af_atempo.o CC libavfilter/af_atilt.o CC libavfilter/af_axcorrelate.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_deesser.o CC libavfilter/af_dialoguenhance.o CC libavfilter/af_drmeter.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_speechnorm.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_virtualbass.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_afdelaysrc.o CC libavfilter/asrc_afirsrc.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sinc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_a3dscope.o src/libavfilter/avf_a3dscope.c: In function ‘view_matrix’: src/libavfilter/avf_a3dscope.c:201:15: warning: passing argument 1 of ‘mmultiply’ from incompatible pointer type mmultiply(rx, ry, t); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c:201:19: warning: passing argument 2 of ‘mmultiply’ from incompatible pointer type mmultiply(rx, ry, t); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c:202:15: warning: passing argument 1 of ‘mmultiply’ from incompatible pointer type mmultiply(rz, t, m); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c:202:20: warning: passing argument 2 of ‘mmultiply’ from incompatible pointer type mmultiply(rz, t, m); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c: In function ‘filter_frame’: src/libavfilter/avf_a3dscope.c:250:15: warning: passing argument 1 of ‘mmultiply’ from incompatible pointer type mmultiply(s->projection_matrix, s->view_matrix, matrix); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c:250:37: warning: passing argument 2 of ‘mmultiply’ from incompatible pointer type mmultiply(s->projection_matrix, s->view_matrix, matrix); ^ src/libavfilter/avf_a3dscope.c:152:13: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static void mmultiply(const float m2[4][4], const float m1[4][4], float m[4][4]) ^ src/libavfilter/avf_a3dscope.c:272:30: warning: passing argument 2 of ‘vmultiply’ from incompatible pointer type vmultiply(v, matrix, d); ^ src/libavfilter/avf_a3dscope.c:144:20: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static inline void vmultiply(const float v[4], const float m[4][4], float d[4]) ^ CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showcwt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspatial.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/boxblur.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/bwdifdsp.o CC libavfilter/ccfifo.o CC libavfilter/colorspace.o src/libavfilter/colorspace.c: In function ‘ff_fill_rgb2xyz_table’: src/libavfilter/colorspace.c:96:26: warning: passing argument 1 of ‘ff_matrix_invert_3x3’ from incompatible pointer type ff_matrix_invert_3x3(rgb2xyz, i); ^ src/libavfilter/colorspace.c:27:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]) ^ CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o src/libavfilter/drawutils.c: In function ‘ff_draw_color’: src/libavfilter/drawutils.c:175:45: warning: passing argument 3 of ‘ff_matrix_mul_3x3_vec’ from incompatible pointer type ff_matrix_mul_3x3_vec(yuvad, rgbad, draw->rgb2yuv); ^ In file included from src/libavfilter/drawutils.c:29:0: src/libavfilter/colorspace.h:32:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3_vec(double dst[3], const double vec[3], const double mat[3][3]); ^ CC libavfilter/ebur128.o CC libavfilter/edge_common.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_latency.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_segment.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/palette.o CC libavfilter/perlin.o CC libavfilter/pthread.o CC libavfilter/qp_table.o CC libavfilter/scale_eval.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_avsynctest.o CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/version.o CC libavfilter/vf_addroi.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_backgroundkey.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bilateral.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_blockdetect.o CC libavfilter/vf_blurdetect.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_cas.o CC libavfilter/vf_ccrepack.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromanr.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorcontrast.o CC libavfilter/vf_colorcorrect.o CC libavfilter/vf_colorize.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormap.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_colortemperature.o src/libavfilter/vf_colorspace.c: In function ‘fill_whitepoint_conv_table’: src/libavfilter/vf_colorspace.c:271:32: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(tmp, ma, fac); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:272:28: warning: passing argument 2 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(out, tmp, mai); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:272:33: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(out, tmp, mai); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c: In function ‘convert’: src/libavfilter/vf_colorspace.c:327:20: warning: passing argument 7 of ‘s->yuv2yuv’ from incompatible pointer type s->yuv2yuv_coeffs, s->yuv_offset); ^ src/libavfilter/vf_colorspace.c:327:20: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:327:39: warning: passing argument 8 of ‘s->yuv2yuv’ from incompatible pointer type s->yuv2yuv_coeffs, s->yuv_offset); ^ src/libavfilter/vf_colorspace.c:327:39: note: expected ‘const int16_t (*)[8]’ but argument is of type ‘int16_t (*)[8]’ src/libavfilter/vf_colorspace.c:349:20: warning: passing argument 7 of ‘s->yuv2rgb’ from incompatible pointer type s->yuv2rgb_coeffs, s->yuv_offset[0]); ^ src/libavfilter/vf_colorspace.c:349:20: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:353:62: warning: passing argument 5 of ‘s->dsp.multiply3x3’ from incompatible pointer type s->dsp.multiply3x3(rgb, s->rgb_stride, w, h, s->lrgb2lrgb_coeffs); ^ src/libavfilter/vf_colorspace.c:353:62: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:358:28: warning: passing argument 7 of ‘s->rgb2yuv_fsb’ from incompatible pointer type s->rgb2yuv_coeffs, s->yuv_offset[1], s->dither_scratch); ^ src/libavfilter/vf_colorspace.c:358:28: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:361:24: warning: passing argument 7 of ‘s->rgb2yuv’ from incompatible pointer type s->rgb2yuv_coeffs, s->yuv_offset[1]); ^ src/libavfilter/vf_colorspace.c:361:24: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c: In function ‘create_filtergraph’: src/libavfilter/vf_colorspace.c:477:34: warning: passing argument 1 of ‘ff_matrix_invert_3x3’ from incompatible pointer type ff_matrix_invert_3x3(rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:29:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]); ^ src/libavfilter/vf_colorspace.c:485:40: warning: passing argument 2 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(tmp, rgb2xyz, wpconv); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:485:49: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(tmp, rgb2xyz, wpconv); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:486:44: warning: passing argument 2 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(rgb2rgb, tmp, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:486:49: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(rgb2rgb, tmp, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:488:44: warning: passing argument 2 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:488:53: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:593:34: warning: passing argument 1 of ‘ff_matrix_invert_3x3’ from incompatible pointer type ff_matrix_invert_3x3(rgb2yuv, yuv2rgb); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:29:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_invert_3x3(const double in[3][3], double out[3][3]); ^ src/libavfilter/vf_colorspace.c:647:40: warning: passing argument 2 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ src/libavfilter/vf_colorspace.c:647:49: warning: passing argument 3 of ‘ff_matrix_mul_3x3’ from incompatible pointer type ff_matrix_mul_3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ In file included from src/libavfilter/vf_colorspace.c:39:0: src/libavfilter/colorspace.h:30:6: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ void ff_matrix_mul_3x3(double dst[3][3], ^ CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_corr.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dblur.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dedot.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_epx.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_estdif.o CC libavfilter/vf_exposure.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_feedback.o CC libavfilter/vf_fftdnoiz.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o CC libavfilter/vf_freezeframes.o CC libavfilter/vf_fspp.o CC libavfilter/vf_fsync.o CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_grayworld.o CC libavfilter/vf_guided.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hsvkey.o CC libavfilter/vf_hue.o CC libavfilter/vf_huesaturation.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_identity.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lagfun.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limitdiff.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_maskedminmax.o CC libavfilter/vf_maskedthreshold.o CC libavfilter/vf_maskfun.o CC libavfilter/vf_mcdeint.o CC libavfilter/vf_median.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mix.o CC libavfilter/vf_monochrome.o CC libavfilter/vf_morpho.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_multiply.o CC libavfilter/vf_negate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_photosensitivity.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pixelize.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_scdet.o CC libavfilter/vf_scroll.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_shear.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shufflepixels.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_siti.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_ssim360.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tiltandshift.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tmidequalizer.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_transpose.o CC libavfilter/vf_tpad.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_untile.o CC libavfilter/vf_uspp.o CC libavfilter/vf_v360.o src/libavfilter/vf_v360.c: In function ‘v360_slice’: src/libavfilter/vf_v360.c:4269:24: warning: passing argument 1 of ‘rotate’ from incompatible pointer type rotate(s->rot_quaternion, vec); ^ src/libavfilter/vf_v360.c:4068:20: note: expected ‘const float (*)[4]’ but argument is of type ‘float (*)[4]’ static inline void rotate(const float rot_quaternion[2][4], ^ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_varblur.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vif.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_xfade.o src/libavfilter/vf_xfade.c: In function ‘a0’: src/libavfilter/vf_xfade.c:2008:34: warning: array subscript is below array bounds [-Warray-bounds] const uint8_t *src = in->data[FFMIN(plane, s->nb_planes - 1)]; ^ src/libavfilter/vf_xfade.c: In function ‘b0’: src/libavfilter/vf_xfade.c:2008:34: warning: array subscript is below array bounds [-Warray-bounds] const uint8_t *src = in->data[FFMIN(plane, s->nb_planes - 1)]; ^ CC libavfilter/vf_xmedian.o CC libavfilter/vf_yadif.o CC libavfilter/vf_yaepblur.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_gradients.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_perlin.o CC libavfilter/vsrc_sierpinski.o CC libavfilter/vsrc_testsrc.o CC libavfilter/yadif_common.o GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/aaxdec.o CC libavformat/ac3dec.o CC libavformat/ac4dec.o CC libavformat/ac4enc.o CC libavformat/acedec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aeadec.o CC libavformat/aeaenc.o CC libavformat/afc.o CC libavformat/aiff.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/alp.o CC libavformat/amr.o CC libavformat/amvenc.o CC libavformat/anm.o CC libavformat/apac.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apm.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/argo_asf.o CC libavformat/argo_brp.o CC libavformat/asf.o CC libavformat/argo_cvg.o CC libavformat/asf_tags.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/async.o CC libavformat/au.o CC libavformat/av1.o CC libavformat/av1dec.o CC libavformat/avc.o CC libavformat/avformat.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/avs2dec.o CC libavformat/avs3dec.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/binka.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/bonk.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/demux.o CC libavformat/demux_utils.o CC libavformat/derf.o CC libavformat/dfa.o CC libavformat/dfpwmdec.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dovi_isom.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/evc.o CC libavformat/evcdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/fwse.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hca.o CC libavformat/hcom.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hls_sample_encryption.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/iamf.o CC libavformat/iamf_parse.o CC libavformat/iamf_reader.o CC libavformat/iamf_writer.o CC libavformat/iamfdec.o CC libavformat/iamfenc.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ifv.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o CC libavformat/img2enc.o CC libavformat/imx.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ipudec.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/isom_tags.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jpegxl_anim_dec.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/lafdec.o CC libavformat/latmenc.o CC libavformat/lc3.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/luodatdec.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/mca.o CC libavformat/mccdec.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mmf.o CC libavformat/mm.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mods.o CC libavformat/moflex.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o CC libavformat/movenc_ttml.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mspdec.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mux_utils.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o src/libavformat/mxfdec.c: In function ‘mxf_parse_structural_metadata’: src/libavformat/mxfdec.c:2893:31: warning: passing argument 1 of ‘mxf_is_st_422’ from incompatible pointer type if (mxf_is_st_422(essence_container_ul)) { ^ src/libavformat/mxfdec.c:2175:12: note: expected ‘const uint8_t (*)[16]’ but argument is of type ‘uint8_t (*)[16]’ static int mxf_is_st_422(const UID *essence_container_ul) { ^ CC libavformat/mxfenc.o src/libavformat/movenc.c: In function ‘mov_flush_fragment’: src/libavformat/movenc.c:1218:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (cluster_idx >= track->entry) ^ CC libavformat/mxg.o CC libavformat/nal.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/osq.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pdvdec.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/pp_bnk.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qoadec.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rcwtdec.o CC libavformat/rcwtenc.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rka.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o src/libavformat/rtpdec_qcelp.c: In function ‘qcelp_parse_packet’: src/libavformat/rtpdec_qcelp.c:98:28: warning: array subscript is above array bounds [-Warray-bounds] data->group[data->interleave_index].size = 0; ^ CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_rfc4175.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/scd.o CC libavformat/sdns.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/seek.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o CC libavformat/sga.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/svs.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/ttmlenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/usmdec.o CC libavformat/utils.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/version.o CC libavformat/vividas.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/vvc.o CC libavformat/vvcdec.o CC libavformat/w64.o CC libavformat/wady.o CC libavformat/wavarc.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_audenc.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmd.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc CC libpostproc/postprocess.o CC libpostproc/version.o GEN libpostproc/libpostproc.pc CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o CC libswresample/version.o GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc AR libavdevice/libavdevice.a AR libavfilter/libavfilter.a AR libavformat/libavformat.a CC libavcodec/012v.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac/aacdec.o CC libavcodec/aac/aacdec_ac.o CC libavcodec/aac/aacdec_fixed.o CC libavcodec/aac/aacdec_float.o src/libavcodec/aac/aacdec.c: In function ‘sniff_channel_order’: src/libavcodec/aac/aacdec.c:333:47: warning: array subscript is above array bounds [-Warray-bounds] ff_aac_channel_map[layer][pos - 1][j+1] == AV_CHAN_NONE) ^ CC libavcodec/aac/aacdec_lpd.o CC libavcodec/aac/aacdec_tab.o CC libavcodec/aac/aacdec_usac.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_common.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_channel_layout_tab.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o In file included from src/libavcodec/ac3dec_fixed.c:156:0: src/libavcodec/ac3dec.c: In function ‘decode_audio_block’: src/libavcodec/ac3dec.c:1340:24: warning: array subscript is above array bounds [-Warray-bounds] s->dba_mode[ch] = get_bits(gbc, 2); ^ CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o src/libavcodec/ac3enc.c: In function ‘ff_ac3_encode_frame’: src/libavcodec/ac3enc.c:693:76: warning: array subscript is above array bounds [-Warray-bounds] if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS)) ^ src/libavcodec/ac3enc.c:687:33: warning: array subscript is above array bounds [-Warray-bounds] } else if (s->blocks[blk].channel_in_cpl[ch] != s->blocks[blk-1].channel_in_cpl[ch]) { ^ src/libavcodec/ac3enc.c:683:38: warning: array subscript is above array bounds [-Warray-bounds] } else if (!s->blocks[blk].cpl_in_use) { ^ CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/agm.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amr_parser.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/aom_film_grain.o In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c: In function ‘fgy_32x32xn_c_16’: src/libavcodec/aom_film_grain_template.c:253:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:259:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:260:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:270:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:271:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:279:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:280:55: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int top = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:281:55: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:288:51: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c: In function ‘fguv_32x32xn_c_16’: src/libavcodec/aom_film_grain_template.c:385:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:391:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:392:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:402:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:403:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:411:55: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int top = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:412:55: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:413:57: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:420:51: warning: passing argument 2 of ‘sample_lut_16’ from incompatible pointer type old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c: In function ‘apply_film_grain_16’: src/libavcodec/aom_film_grain_template.c:559:49: warning: passing argument 2 of ‘generate_grain_uv_c_16’ from incompatible pointer type FUNC(generate_grain_uv_c)(grain_lut[1], grain_lut[0], params, 0, subx, suby HBD_CALL); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:114:6: note: expected ‘const int16_t (*)[82]’ but argument is of type ‘int16_t (*)[82]’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:114:1: note: in expansion of macro ‘FUNC’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:561:49: warning: passing argument 2 of ‘generate_grain_uv_c_16’ from incompatible pointer type FUNC(generate_grain_uv_c)(grain_lut[2], grain_lut[0], params, 1, subx, suby HBD_CALL); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:114:6: note: expected ‘const int16_t (*)[82]’ but argument is of type ‘int16_t (*)[82]’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:114:1: note: in expansion of macro ‘FUNC’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:572:64: warning: passing argument 5 of ‘apply_grain_row_16’ from incompatible pointer type FUNC(apply_grain_row)(out_frame, in_frame, subx, suby, scaling, grain_lut, ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:486:6: note: expected ‘const uint8_t (*)[4096]’ but argument is of type ‘uint8_t (*)[4096]’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:486:1: note: in expansion of macro ‘FUNC’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ In file included from src/libavcodec/aom_film_grain.c:58:0: src/libavcodec/aom_film_grain_template.c:572:73: warning: passing argument 6 of ‘apply_grain_row_16’ from incompatible pointer type FUNC(apply_grain_row)(out_frame, in_frame, subx, suby, scaling, grain_lut, ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:58: src/libavcodec/aom_film_grain_template.c:486:6: note: expected ‘const int16_t (*)[74][82]’ but argument is of type ‘int16_t (*)[74][82]’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:486:1: note: in expansion of macro ‘FUNC’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c: In function ‘fgy_32x32xn_c_8’: src/libavcodec/aom_film_grain_template.c:253:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:259:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:260:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:270:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:271:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:279:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:280:55: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int top = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:281:55: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:288:51: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type old = FUNC(sample_lut)(grain_lut, offsets, 0, 0, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c: In function ‘fguv_32x32xn_c_8’: src/libavcodec/aom_film_grain_template.c:385:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:391:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:392:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:402:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:403:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:411:55: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int top = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:412:55: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 1, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:413:57: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type int grain = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 0, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:420:51: warning: passing argument 2 of ‘sample_lut_8’ from incompatible pointer type old = FUNC(sample_lut)(grain_lut, offsets, sx, sy, 1, 0, x, y); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:175:26: note: expected ‘const int (*)[2]’ but argument is of type ‘int (*)[2]’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:175:21: note: in expansion of macro ‘FUNC’ static inline entry FUNC(sample_lut)(const entry grain_lut[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c: In function ‘apply_film_grain_8’: src/libavcodec/aom_film_grain_template.c:559:49: warning: passing argument 2 of ‘generate_grain_uv_c_8’ from incompatible pointer type FUNC(generate_grain_uv_c)(grain_lut[1], grain_lut[0], params, 0, subx, suby HBD_CALL); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:114:6: note: expected ‘const int8_t (*)[82]’ but argument is of type ‘int8_t (*)[82]’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:114:1: note: in expansion of macro ‘FUNC’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:561:49: warning: passing argument 2 of ‘generate_grain_uv_c_8’ from incompatible pointer type FUNC(generate_grain_uv_c)(grain_lut[2], grain_lut[0], params, 1, subx, suby HBD_CALL); ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:114:6: note: expected ‘const int8_t (*)[82]’ but argument is of type ‘int8_t (*)[82]’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:114:1: note: in expansion of macro ‘FUNC’ FUNC(generate_grain_uv_c)(entry buf[][GRAIN_WIDTH], ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:572:64: warning: passing argument 5 of ‘apply_grain_row_8’ from incompatible pointer type FUNC(apply_grain_row)(out_frame, in_frame, subx, suby, scaling, grain_lut, ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:486:6: note: expected ‘const uint8_t (*)[256]’ but argument is of type ‘uint8_t (*)[256]’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:486:1: note: in expansion of macro ‘FUNC’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ In file included from src/libavcodec/aom_film_grain.c:62:0: src/libavcodec/aom_film_grain_template.c:572:73: warning: passing argument 6 of ‘apply_grain_row_8’ from incompatible pointer type FUNC(apply_grain_row)(out_frame, in_frame, subx, suby, scaling, grain_lut, ^ In file included from src/libavcodec/aom_film_grain_template.c:50:0, from src/libavcodec/aom_film_grain.c:62: src/libavcodec/aom_film_grain_template.c:486:6: note: expected ‘const int8_t (*)[74][82]’ but argument is of type ‘int8_t (*)[74][82]’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ src/libavcodec/bit_depth_template.c:102:25: note: in definition of macro ‘FUNC3’ #define FUNC3(a, b, c) a ## _ ## b ## c ^ src/libavcodec/bit_depth_template.c:104:18: note: in expansion of macro ‘FUNC2’ #define FUNC(a) FUNC2(a, BIT_DEPTH,) ^ src/libavcodec/aom_film_grain_template.c:486:1: note: in expansion of macro ‘FUNC’ FUNC(apply_grain_row)(AVFrame *out, const AVFrame *in, ^ CC libavcodec/apac.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/aptxdec.o CC libavcodec/aptxenc.o CC libavcodec/arbc.o CC libavcodec/argo.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/atrac9dec.o src/libavcodec/atrac3plus.c: In function ‘ff_atrac3p_decode_channel_unit’: src/libavcodec/atrac3plus.c:1682:52: warning: array subscript is below array bounds [-Warray-bounds] ctx->num_subbands = atrac3p_qu_to_subband[ctx->num_quant_units - 1] + 1; ^ CC libavcodec/atsc_a53.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/av1_parse.o CC libavcodec/av1_parser.o CC libavcodec/av1dec.o CC libavcodec/avcodec.o src/libavcodec/avcodec.c: In function ‘ff_default_get_supported_config’: src/libavcodec/avcodec.c:758:9: error: initializer element is not constant WRAP_CONFIG(AVMEDIA_TYPE_VIDEO, codec->supported_framerates, (AVRational){0}); ^ src/libavcodec/avcodec.c:764:9: error: initializer element is not constant WRAP_CONFIG(AVMEDIA_TYPE_AUDIO, codec->ch_layouts, (AVChannelLayout){0}); ^ /home/fate/build/ppc-linux-gcc-4.9-altivec-qemu/src/ffbuild/common.mak:81: recipe for target 'libavcodec/avcodec.o' failed make: *** [libavcodec/avcodec.o] Error 1 make: *** Waiting for unfinished jobs....