Re: [FFmpeg-devel] [PATCH] vf_colorspace: remove debug statement.

2016-05-06 Thread Ronald S. Bultje
Hi, On Fri, May 6, 2016 at 12:02 PM, Ronald S. Bultje wrote: > This always disabled lrgb2lrgb passthrough, which slightly decreases > performance. > --- > libavfilter/vf_colorspace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/vf_colorspace.c b/libavfilt

[FFmpeg-devel] [PATCH] vf_colorspace: remove debug statement.

2016-05-06 Thread Ronald S. Bultje
This always disabled lrgb2lrgb passthrough, which slightly decreases performance. --- libavfilter/vf_colorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c index d119e36..dd66a4e 100644 --- a/libavfilter/vf_colorsp