[FFmpeg-devel] [PATCH] avfilter/WIP: add selectivecolor filter

Michael Niedermayer michael at niedermayer.cc
Sun Aug 16 03:55:37 CEST 2015


On Sat, Aug 15, 2015 at 07:02:11PM +0200, Clément Bœsch wrote:
> ---
> Only K adjustment remains to fix before it's ready for a first upstream
> version. Help figuring out is still welcome. Otherwise, since this is very
> close to the final version, review is welcome as well.
[...]
> +static int filter_frame(AVFilterLink *inlink, AVFrame *in)
> +{
> +    AVFilterContext *ctx = inlink->dst;
> +    AVFilterLink *outlink = ctx->outputs[0];
> +    int direct;
> +    AVFrame *out;
> +    ThreadData td;
> +    const SelectiveColorContext *s = ctx->priv;

> +    static selective_color_func_type funcs[2][2] = {

static const


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150816/b32695ab/attachment.sig>


More information about the ffmpeg-devel mailing list