Browse code

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2013/08/13 21:42:01
Showing 1 changed files
... ...
@@ -722,7 +722,7 @@ static int query_formats(AVFilterContext *ctx)
722 722
 
723 723
     /* set input and output audio formats
724 724
      * Note: ff_set_common_* functions are not used because they affect all the
725
-     * links, and thus break the video format negociation */
725
+     * links, and thus break the video format negotiation */
726 726
     formats = ff_make_format_list(sample_fmts);
727 727
     if (!formats)
728 728
         return AVERROR(ENOMEM);