Commit 7691860c authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/frei0r: update link to spec

Fri0r project moved from piksel.org to frei0r.dyne.org.
parent 19add322
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment