Error introduced in 61b323ce7c7cdc101eadfd7de2203922b8a39e8d.
---
Sorry for the silly error.
Vittorio

 libavfilter/vf_frei0r.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_frei0r.c b/libavfilter/vf_frei0r.c
index c969967..771443d 100644
--- a/libavfilter/vf_frei0r.c
+++ b/libavfilter/vf_frei0r.c
@@ -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"))) {
-- 
1.8.3.4 (Apple Git-47)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to