On Sat, Mar 26, 2016 at 01:14:36AM +0000, Thomas Mundt wrote:
> >>>Michael Niedermayer <mich...@niedermayer.cc> schrieb am Sa, 26.3.2016:
> > missing fate update
> Sorry!
> Updated patch attached. Now fate passes.

>  libavfilter/vf_colormatrix.c       |   34 ++++++++++++++++++++--------------
>  tests/ref/fate/filter-colormatrix1 |    2 +-
>  tests/ref/fate/filter-colormatrix2 |    2 +-
>  3 files changed, 22 insertions(+), 16 deletions(-)
> 956ca148618f4b3656dc768e09de9b0fd6e10072  
> 0001-avfilter-vf_colormatrix-increase-precision.patch
> From 2fd8369efe9f04fa86d1b5b63a3b204f0beef64a Mon Sep 17 00:00:00 2001
> From: Thomas Mundt <loud...@yahoo.de>
> Date: Sat, 26 Mar 2016 02:00:57 +0100
> Subject: [PATCH 1/4 v2] avfilter/vf_colormatrix: increase precision

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]’

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to