From 27627c281e66ecc43833bd62b506eb693099ff8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 7 Jan 2017 14:25:57 +0100 Subject: [PATCH] lavfi/selectivecolor: add a link to algorithm explanations --- libavfilter/vf_selectivecolor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_selectivecolor.c b/libavfilter/vf_selectivecolor.c index 5dce3ebd15..748b67b07a 100644 --- a/libavfilter/vf_selectivecolor.c +++ b/libavfilter/vf_selectivecolor.c @@ -19,6 +19,7 @@ */ /** + * @see http://blog.pkh.me/p/22-understanding-selective-coloring-in-adobe-photoshop.html * @todo * - use integers so it can be made bitexact and a FATE test can be added */