af: uncrustify

This commit is contained in:
wm4 2013-03-21 00:49:16 +01:00
parent cb0b0d99a4
commit 8bf759e888
2 changed files with 481 additions and 451 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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