af_softclip

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-01-31 11:43:08 +00:00
parent c4991c3549
commit f63682aedc
1 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,8 @@ int af_to_ms(int n, int* in, float* out, int rate);
/* 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);