mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
lavfi: fix missing space in error message.
This commit is contained in:
parent
3dea8b375e
commit
b5884db437
@ -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…
x
Reference in New Issue
Block a user