lavfi: fix missing space in error message.

This commit is contained in:
Nicolas George 2013-02-06 14:22:43 +01:00
parent 3dea8b375e
commit b5884db437

View 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);
}