Re: [FFmpeg-devel] [PATCH] vf_colormatrix: calculate coefficients only once

2015-06-06 Thread Michael Niedermayer
On Fri, Jun 05, 2015 at 04:05:18PM -0400, Ganesh Ajjanagadde wrote: > calc_coefficients is no longer being called every frame > > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/vf_colormatrix.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michae

[FFmpeg-devel] [PATCH] vf_colormatrix: calculate coefficients only once

2015-06-05 Thread Ganesh Ajjanagadde
calc_coefficients is no longer being called every frame Signed-off-by: Ganesh Ajjanagadde --- libavfilter/vf_colormatrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavfilter/vf_colormatrix.c b/libavfilter/vf_colormatrix.c index fde4b89..4971cac 100644 --- a/libav