[FFmpeg-cvslog] lavfi/ebur128: fix typo: s/negociation/negotiation
Paul B Mahol
git at videolan.org
Tue Aug 13 14:44:14 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Aug 13 12:42:01 2013 +0000| [11afe28b9a5602a9926b5beb8e6266e6a3f7b065] | committer: Paul B Mahol
lavfi/ebur128: fix typo: s/negociation/negotiation
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11afe28b9a5602a9926b5beb8e6266e6a3f7b065
---
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 acfc1fb..99e12af 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);
More information about the ffmpeg-cvslog
mailing list