diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-11 15:26:14 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-11 15:26:14 +0200 |
commit | 369fdfaf001da79a584ff07f08360f6c59c9ecdf (patch) | |
tree | 92f4ba861273b863c2e2ec01882f771146ef630b | |
parent | 7f1b14bc5730bd5603dda57302d4adad94ccdd60 (diff) | |
download | ffmpeg-369fdfaf001da79a584ff07f08360f6c59c9ecdf.tar.gz |
doc/filters: fix typo in acrusher filter docs
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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". |