From 369fdfaf001da79a584ff07f08360f6c59c9ecdf Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 11 Aug 2016 15:26:14 +0200 Subject: [PATCH] doc/filters: fix typo in acrusher filter docs --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 8bb0ca00ca..2dfe457024 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -445,7 +445,7 @@ ffmpeg -i first.flac -i second.flac -filter_complex acrossfade=d=10:o=0:c1=exp:c Reduce audio bit resolution. -This filter is bit crusher with enhanced funcionality. A bit crusher +This filter is bit crusher with enhanced functionality. A bit crusher is used to audibly reduce number of bits an audio signal is sampled with. This doesn't change the bit depth at all, it just produces the effect. Material reduced in bit depth sounds more harsh and "digital".