]> git.sesse.net Git - ffmpeg/commitdiff
vf_frei0r: fix missing end of line character
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 4 Mar 2014 17:27:09 +0000 (18:27 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 4 Mar 2014 17:27:09 +0000 (18:27 +0100)
Error introduced in 61b323ce7c7cdc101eadfd7de2203922b8a39e8d.

libavfilter/vf_frei0r.c

index c9699677c8d7e102c18819f0bfd6b3d5815a102d..771443d02e55a0bde02e90d07062c8ae308aec19 100644 (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"))) {