Mercurial > mplayer.hg
changeset 14258:3f7f4c9c7901
Make af_ladspa use new AF_FORMAT define that was introduced by Alex's
mega-patch.
author | ivo |
---|---|
date | Tue, 28 Dec 2004 01:47:40 +0000 |
parents | a99ccb34a59c |
children | 0126a2f79310 |
files | libaf/af_ladspa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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