diff options
author | Clément Bœsch <u@pkh.me> | 2014-06-21 22:34:13 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-06-21 22:34:15 +0200 |
commit | 79198cb65a0bff31876f46d9855b88a3d8e2a8a9 (patch) | |
tree | 7c1b11d3fa2ff31c7e2c93f21792db366b52e6b6 /libavfilter/vf_hqx.c | |
parent | 4d8fc0e08828068e52be6ad461008a9b742f7f90 (diff) | |
download | ffmpeg-79198cb65a0bff31876f46d9855b88a3d8e2a8a9.tar.gz |
avfilter/hqx: add some self promotion in doxy.
This is useful to understand how it's different from the original code.
Diffstat (limited to 'libavfilter/vf_hqx.c')
-rw-r--r-- | libavfilter/vf_hqx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_hqx.c b/libavfilter/vf_hqx.c index 00a7c531ff..77e8f13214 100644 --- a/libavfilter/vf_hqx.c +++ b/libavfilter/vf_hqx.c @@ -24,6 +24,7 @@ * * @see http://en.wikipedia.org/wiki/Hqx * @see http://web.archive.org/web/20131114143602/http://www.hiend3d.com/hq3x.html + * @see http://blog.pkh.me/p/19-butchering-hqx-scaling-filters.html */ #include "libavutil/opt.h" |