mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +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
|
* \ingroup af_filter
|
||||||
*/
|
*/
|
||||||
#define RESIZE_LOCAL_BUFFER(a, d) \
|
#define RESIZE_LOCAL_BUFFER(a, d) \
|
||||||
((a->data->len < \
|
((a->data->len < af_lencalc(a->mul, d)) ? af_resize_local_buffer(a, d) : AF_OK)
|
||||||
af_lencalc(a->mul, d)) ? af_resize_local_buffer(a, d) : AF_OK)
|
|
||||||
|
|
||||||
/* Some other useful macro definitions*/
|
/* Some other useful macro definitions*/
|
||||||
#ifndef min
|
#ifndef min
|
||||||
|
Loading…
Reference in New Issue
Block a user