[FFmpeg-devel] [PATCH 2/2] lavfi: fix missing space in error message.
Stefano Sabatini
stefasab at gmail.com
Wed Feb 6 23:06:17 CET 2013
On date Wednesday 2013-02-06 14:28:14 +0100, Nicolas George encoded:
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> 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);
Should be fine of course.
--
FFmpeg = Fascinating and Fascinating Mastodontic Pitiless Empowered God
More information about the ffmpeg-devel
mailing list