# HG changeset patch # User ivo # Date 1104198460 0 # Node ID 3f7f4c9c7901df5fe6e24c635a7562a2a0abe5b7 # Parent a99ccb34a59ca64b9150f4eb5574adb526e1f5d9 Make af_ladspa use new AF_FORMAT define that was introduced by Alex's mega-patch. diff -r a99ccb34a59c -r 3f7f4c9c7901 libaf/af_ladspa.c --- a/libaf/af_ladspa.c Tue Dec 28 01:02:08 2004 +0000 +++ b/libaf/af_ladspa.c Tue Dec 28 01:47:40 2004 +0000 @@ -547,7 +547,7 @@ af->data->rate = ((af_data_t*)arg)->rate; af->data->nch = ((af_data_t*)arg)->nch; - af->data->format = AF_FORMAT_SI | AF_FORMAT_NE; + af->data->format = AF_FORMAT_S16_NE; af->data->bps = 2; /* arg->len is not set here yet, so init of buffers and connecting the