From 11afe28b9a5602a9926b5beb8e6266e6a3f7b065 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 13 Aug 2013 12:42:01 +0000 Subject: [PATCH] lavfi/ebur128: fix typo: s/negociation/negotiation Signed-off-by: Paul B Mahol --- libavfilter/f_ebur128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index acfc1fb957..99e12afb9c 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter/f_ebur128.c @@ -722,7 +722,7 @@ static int query_formats(AVFilterContext *ctx) /* set input and output audio formats * Note: ff_set_common_* functions are not used because they affect all the - * links, and thus break the video format negociation */ + * links, and thus break the video format negotiation */ formats = ff_make_format_list(sample_fmts); if (!formats) return AVERROR(ENOMEM);