mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 18:49:58 +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)
|
if (s->dl_handle)
|
||||||
break; /* found */
|
break; /* found */
|
||||||
if (*path)
|
if (*path)
|
||||||
path++ /* skip ':' */
|
path++; /* skip ':' */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!s->dl_handle && (path = getenv("HOME"))) {
|
if (!s->dl_handle && (path = getenv("HOME"))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user