uncrustify af.h

used `uncrustify -l C -c TOOLS/uncrustify.cfg --no-backup --replace libaf/af.h`
This commit is contained in:
Stefano Pigozzi 2012-11-01 13:37:20 +01:00
parent 593e433cc8
commit 11173115bb
1 changed files with 77 additions and 76 deletions

View File

@ -322,7 +322,8 @@ 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