Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: full chroma blending on draw_axis_yuv

2016-06-02 Thread Muhammad Faiz
On Tue, May 31, 2016 at 9:56 PM, Muhammad Faiz wrote: > improve quality on axis drawing with yuv422p and yuv420p format > > Signed-off-by: Muhammad Faiz > --- > libavfilter/avf_showcqt.c | 73 > ++- > 1 file

[FFmpeg-devel] [PATCH] avfilter/avf_showcqt: full chroma blending on draw_axis_yuv

2016-05-31 Thread Muhammad Faiz
improve quality on axis drawing with yuv422p and yuv420p format Signed-off-by: Muhammad Faiz --- libavfilter/avf_showcqt.c | 73 ++- 1 file changed, 60 insertions(+), 13 deletions(-) diff --git a/libavfilter/avf_showcqt.c