[MPlayer-cvslog] CVS: main/libaf af.h,1.23,1.24
Alex Beregszaszi
syncmail at mplayerhq.hu
Mon Jan 31 12:43:10 CET 2005
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv43
Modified Files:
af.h
Log Message:
af_softclip
Index: af.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- af.h 8 Jan 2005 21:34:06 -0000 1.23
+++ af.h 31 Jan 2005 11:43:08 -0000 1.24
@@ -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);
More information about the MPlayer-cvslog
mailing list