Mercurial > mplayer.hg
changeset 14622:637fbaa8f56c
af_softclip
author | alex |
---|---|
date | Mon, 31 Jan 2005 11:43:08 +0000 |
parents | 0293cab15c03 |
children | 108fcc2e5d01 |
files | libaf/af.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af.h Mon Jan 31 11:34:49 2005 +0000 +++ b/libaf/af.h Mon Jan 31 11:43:08 2005 +0000 @@ -209,6 +209,8 @@ /* Helper function for testing the output format */ int af_test_output(struct af_instance_s* af, af_data_t* out); +float af_softclip(float a); + /** Print a list of all available audio filters */ void af_help(void);