From f63682aedc73b95af721ca8d03915d2b45caeee2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 31 Jan 2005 11:43:08 +0000 Subject: af_softclip git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14623 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libaf/af.h') diff --git a/libaf/af.h b/libaf/af.h index 4e9bdeb200..03c825a20e 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -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); -- cgit v1.2.3