[FFmpeg-devel] [PATCH] avfilter: add deflash filter

Moritz Barsnick barsnick at gmx.net
Sun Nov 22 20:08:34 CET 2015


On Fri, Nov 20, 2015 at 20:13:11 +0100, Paul B Mahol wrote:

Trivial, but:

> +    { "0fd", "set flash threshold detection for 1st color component",  OFFSET(fthrd[0]), AV_OPT_TYPE_FLOAT, {.dbl=0.2}, 0, 5, FLAGS },
> +    { "0fr", "set ammount of flash reduction for 1st color component", OFFSET(fthrr[0]), AV_OPT_TYPE_FLOAT, {.dbl=0.05}, 0, 1, FLAGS },
                     ^^^^^^^ amount
(Three times in the options declarations.)

Moritz


More information about the ffmpeg-devel mailing list