Commit 11afe28b authored by Paul B Mahol's avatar Paul B Mahol

lavfi/ebur128: fix typo: s/negociation/negotiation

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 7b71feab
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment