[MPlayer-cvslog] CVS: main/libaf af_ladspa.c,1.1,1.2
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Tue Dec 28 02:47:42 CET 2004
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv28852
Modified Files:
af_ladspa.c
Log Message:
Make af_ladspa use new AF_FORMAT define that was introduced by Alex's
mega-patch.
Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- af_ladspa.c 23 Dec 2004 02:09:52 -0000 1.1
+++ af_ladspa.c 28 Dec 2004 01:47:40 -0000 1.2
@@ -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
More information about the MPlayer-cvslog
mailing list