|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| float | contrast |
| void(* | filter )(void **dst, const void **src, int nb_samples, int channels, float contrast) |
Definition at line 28 of file af_acontrast.c.
| const AVClass* AudioContrastContext::class |
Definition at line 29 of file af_acontrast.c.
| float AudioContrastContext::contrast |
Definition at line 30 of file af_acontrast.c.
Referenced by filter_frame().
| void(* AudioContrastContext::filter)(void **dst, const void **src, int nb_samples, int channels, float contrast) |
Definition at line 31 of file af_acontrast.c.
Referenced by config_input(), and filter_frame().
1.8.6