mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 04:08:19 +00:00
af_softclip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c4991c3549
commit
f63682aedc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user