summaryrefslogtreecommitdiff
path: root/libavfilter/vf_selectivecolor.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-01-07 14:25:57 +0100
committerClément Bœsch <u@pkh.me>2017-01-07 14:25:57 +0100
commit27627c281e66ecc43833bd62b506eb693099ff8e (patch)
treef32ff34c7718bea445ea0d3d9fb3a9139ce1b765 /libavfilter/vf_selectivecolor.c
parent9488032e10b744335059b48e7a134efd5d9359c3 (diff)
lavfi/selectivecolor: add a link to algorithm explanations
Diffstat (limited to 'libavfilter/vf_selectivecolor.c')
-rw-r--r--libavfilter/vf_selectivecolor.c1
1 files changed, 1 insertions, 0 deletions
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
*/