mirror of
https://github.com/mpv-player/mpv
synced 2025-02-19 14:26:57 +00:00
af: uncrustify
This commit is contained in:
parent
cb0b0d99a4
commit
8bf759e888
File diff suppressed because it is too large
Load Diff
@ -321,8 +321,7 @@ void af_fix_parameters(struct mp_audio *data);
|
||||
* \ingroup af_filter
|
||||
*/
|
||||
#define RESIZE_LOCAL_BUFFER(a, d) \
|
||||
((a->data->len < \
|
||||
af_lencalc(a->mul, d)) ? af_resize_local_buffer(a, d) : AF_OK)
|
||||
((a->data->len < af_lencalc(a->mul, d)) ? af_resize_local_buffer(a, d) : AF_OK)
|
||||
|
||||
/* Some other useful macro definitions*/
|
||||
#ifndef min
|
||||
|
Loading…
Reference in New Issue
Block a user