OSDN Git Service

lavfi/ebur128: fix typo: s/negociation/negotiation
authorPaul B Mahol <onemda@gmail.com>
Tue, 13 Aug 2013 12:42:01 +0000 (12:42 +0000)
committerPaul B Mahol <onemda@gmail.com>
Tue, 13 Aug 2013 12:43:56 +0000 (12:43 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/f_ebur128.c

index acfc1fb..99e12af 100644 (file)
@@ -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);