diff options
author | Clément Bœsch <u@pkh.me> | 2017-01-07 14:25:57 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-01-07 14:25:57 +0100 |
commit | 27627c281e66ecc43833bd62b506eb693099ff8e (patch) | |
tree | f32ff34c7718bea445ea0d3d9fb3a9139ce1b765 | |
parent | 9488032e10b744335059b48e7a134efd5d9359c3 (diff) | |
download | ffmpeg-27627c281e66ecc43833bd62b506eb693099ff8e.tar.gz |
lavfi/selectivecolor: add a link to algorithm explanations
-rw-r--r-- | libavfilter/vf_selectivecolor.c | 1 |
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 */ |