summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af.h')
-rw-r--r--audio/filter/af.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/filter/af.h b/audio/filter/af.h
index 31abe1edee..71892aa144 100644
--- a/audio/filter/af.h
+++ b/audio/filter/af.h
@@ -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