Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-10-29 21:07:19 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-10-29 21:48:00 +0400
commit7691860c7374a6cbe56a375586df112d05278997 (patch)
tree86611a2b0641aea0a43ed5d63914b959bb42a133 /libavfilter/vf_frei0r.c
parent19add3224f1ea6ea8e78a9bf79340edd3e924e04 (diff)
lavfi/frei0r: update link to spec
Fri0r project moved from piksel.org to frei0r.dyne.org.
Diffstat (limited to 'libavfilter/vf_frei0r.c')
-rw-r--r--libavfilter/vf_frei0r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_frei0r.c b/libavfilter/vf_frei0r.c
index 119e7f3538..643fb88f73 100644
--- a/libavfilter/vf_frei0r.c
+++ b/libavfilter/vf_frei0r.c
@@ -222,7 +222,7 @@ static av_cold int frei0r_init(AVFilterContext *ctx,
f0r_plugin_info_t *pi;
char *path;
- /* see: http://piksel.org/frei0r/1.2/spec/1.2/spec/group__pluglocations.html */
+ /* see: http://frei0r.dyne.org/codedoc/html/group__pluglocations.html */
if ((path = av_strdup(getenv("FREI0R_PATH")))) {
char *p, *ptr = NULL;
for (p = path; p = av_strtok(p, ":", &ptr); p = NULL)