[FFmpeg-cvslog] avfilter/af_sofalizer: Fix occured typo

Michael Niedermayer git at videolan.org
Thu Dec 17 19:11:17 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Thu Dec 17 18:58:53 2015 +0100| [c67cf84d7c65fc4894db3133cabbbe0ac0aa1cb0] | committer: Michael Niedermayer

avfilter/af_sofalizer: Fix occured typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c67cf84d7c65fc4894db3133cabbbe0ac0aa1cb0
---

 libavfilter/af_sofalizer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/af_sofalizer.c b/libavfilter/af_sofalizer.c
index b2ba525..76bf7de 100644
--- a/libavfilter/af_sofalizer.c
+++ b/libavfilter/af_sofalizer.c
@@ -830,7 +830,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
     }
     emms_c();
 
-    /* display error message if clipping occured */
+    /* display error message if clipping occurred */
     if (n_clippings[0] + n_clippings[1] > 0) {
         av_log(ctx, AV_LOG_WARNING, "%d of %d samples clipped. Please reduce gain.\n",
                n_clippings[0] + n_clippings[1], out->nb_samples * 2);



More information about the ffmpeg-cvslog mailing list