1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-30 08:35:41 +02:00

vf_frei0r: fix missing end of line character

Error introduced in 61b323ce7c.
This commit is contained in:
Vittorio Giovara 2014-03-04 18:27:09 +01:00
parent a18ef7a76c
commit 4c41a7a179

View File

@ -242,7 +242,7 @@ static av_cold int frei0r_init(AVFilterContext *ctx,
if (s->dl_handle)
break; /* found */
if (*path)
path++ /* skip ':' */
path++; /* skip ':' */
}
}
if (!s->dl_handle && (path = getenv("HOME"))) {