lavfi: fix missing space in error message.

pull/9/merge
Nicolas George 12 years ago
parent 3dea8b375e
commit b5884db437
  1. 2
      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);
}

Loading…
Cancel
Save