]> git.sesse.net Git - ffmpeg/commitdiff
lavfi: fix missing space in error message.
authorNicolas George <nicolas.george@normalesup.org>
Wed, 6 Feb 2013 13:22:43 +0000 (14:22 +0100)
committerNicolas George <nicolas.george@normalesup.org>
Thu, 7 Feb 2013 11:22:09 +0000 (12:22 +0100)
libavfilter/avfiltergraph.c

index 6b4d3c50f432332ad760d32e317bdb49c56d283d..0bc8464e1de0b6c9bfcee3cdd4951fd1a0e7b8d2 100644 (file)
@@ -402,7 +402,7 @@ static int pick_format(AVFilterLink *link, AVFilterLink *ref)
 
         if (link->in_channel_layouts->all_layouts) {
             av_log(link->src, AV_LOG_ERROR, "Cannot select channel layout for"
-                   "the link between filters %s and %s.\n", link->src->name,
+                   " the link between filters %s and %s.\n", link->src->name,
                    link->dst->name);
             return AVERROR(EINVAL);
         }