[FFmpeg-devel] [PATCH 1/4] avfilter/vf_colormatrix: increase precision

Thomas Mundt loudmax at yahoo.de
Sat Mar 26 11:57:49 CET 2016


>>>Michael Niedermayer <michael at niedermayer.cc> schrieb am Sa, 26.3.2016:
>
> this causes some compiler warnings
>
> libavfilter/vf_colormatrix.c: In function ‘calc_coefficients’:
> libavfilter/vf_colormatrix.c:163:9: warning: passing argument 2 of ‘inverse3x3’ from incompatible pointer type [enabled by default]
> libavfilter/vf_colormatrix.c:117:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’
> libavfilter/vf_colormatrix.c:166:13: warning: passing argument 3 of ‘solve_coefficients’ from incompatible pointer type [enabled by default]
> libavfilter/vf_colormatrix.c:132:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’

Strange, here (msys mingw-w64 gcc5.3) these warnings don´t appear.
But it´s correct of course. New patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avfilter-vf_colormatrix-increase-precision.patch
Type: application/octet-stream
Size: 4130 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160326/f5fed1d8/attachment.obj>


More information about the ffmpeg-devel mailing list