diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-08-13 12:42:01 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-08-13 12:43:56 +0000 |
commit | 11afe28b9a5602a9926b5beb8e6266e6a3f7b065 (patch) | |
tree | 3f473463482577c36e5ec009b7e34cd523161056 | |
parent | 7b71feabfb316ad6b9d215e70da37cf9194de5d0 (diff) | |
download | ffmpeg-11afe28b9a5602a9926b5beb8e6266e6a3f7b065.tar.gz |
lavfi/ebur128: fix typo: s/negociation/negotiation
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/f_ebur128.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |