X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_despill.c;h=64c27f40609269d430a183cc0176e3f756b02fdf;hb=b6cf66ae1c4986f6d788a17233a6609b346c6aa6;hp=eff9877a1c21d2a5646d54609a0b3596cccffdbf;hpb=6faa1275a2e163471e0cd16526713955d3500aa2;p=ffmpeg diff --git a/libavfilter/vf_despill.c b/libavfilter/vf_despill.c index eff9877a1c2..64c27f40609 100644 --- a/libavfilter/vf_despill.c +++ b/libavfilter/vf_despill.c @@ -161,7 +161,7 @@ static const AVOption despill_options[] = { { "blue", "bluescreen", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, FLAGS, "type" }, { "mix", "set the spillmap mix", OFFSET(spillmix), AV_OPT_TYPE_FLOAT, {.dbl=0.5}, 0, 1, FLAGS }, { "expand", "set the spillmap expand", OFFSET(spillexpand), AV_OPT_TYPE_FLOAT, {.dbl=0}, 0, 1, FLAGS }, - { "red", "set red scale", OFFSET(bluescale), AV_OPT_TYPE_FLOAT, {.dbl=0}, -100, 100, FLAGS }, + { "red", "set red scale", OFFSET(redscale), AV_OPT_TYPE_FLOAT, {.dbl=0}, -100, 100, FLAGS }, { "green", "set green scale", OFFSET(greenscale), AV_OPT_TYPE_FLOAT, {.dbl=-1}, -100, 100, FLAGS }, { "blue", "set blue scale", OFFSET(bluescale), AV_OPT_TYPE_FLOAT, {.dbl=0}, -100, 100, FLAGS }, { "brightness", "set brightness", OFFSET(brightness), AV_OPT_TYPE_FLOAT, {.dbl=0}, -10, 10, FLAGS },