mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
vf_frei0r: fix missing end of line character
Error introduced in 61b323ce7c
.
This commit is contained in:
parent
a18ef7a76c
commit
4c41a7a179
@ -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"))) {
|
||||
|
Loading…
Reference in New Issue
Block a user