[FFmpeg-cvslog] lavfi: fix missing space in error message.

Nicolas George git at videolan.org
Thu Feb 7 12:44:10 CET 2013


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Wed Feb  6 14:22:43 2013 +0100| [b5884db437eebe136efef63a8186b7b4b51b5525] | committer: Nicolas George

lavfi: fix missing space in error message.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5884db437eebe136efef63a8186b7b4b51b5525
---

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

diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 6b4d3c5..0bc8464 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -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);
         }



More information about the ffmpeg-cvslog mailing list