[SCM] libav/experimental: vf_frei0r: fix missing end of line character

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:48 UTC 2014


The following commit has been merged in the experimental branch:
commit 4c41a7a1798dd6c60e40f79be12faa98a9347151
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Tue Mar 4 18:27:09 2014 +0100

    vf_frei0r: fix missing end of line character
    
    Error introduced in 61b323ce7c7cdc101eadfd7de2203922b8a39e8d.

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"))) {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list