mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/ebur128: fix typo: s/negociation/negotiation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
7b71feabfb
commit
11afe28b9a
|
@ -722,7 +722,7 @@ static int query_formats(AVFilterContext *ctx)
|
||||||
|
|
||||||
/* set input and output audio formats
|
/* set input and output audio formats
|
||||||
* Note: ff_set_common_* functions are not used because they affect all the
|
* 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);
|
formats = ff_make_format_list(sample_fmts);
|
||||||
if (!formats)
|
if (!formats)
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
|
|
Loading…
Reference in New Issue