[MPlayer-cvslog] CVS: main/libaf af_ladspa.c,1.3,1.4
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Sun Feb 27 23:36:06 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libvo vo_jpeg.c,1.25,1.26
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c, 1.17, 1.18 ao_nas.c, 1.22, 1.23 ao_sdl.c, 1.40, 1.41 ao_sgi.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv21871
Modified Files:
af_ladspa.c
Log Message:
10l fix. misplaced ;
Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- af_ladspa.c 6 Jan 2005 11:40:34 -0000 1.3
+++ af_ladspa.c 27 Feb 2005 22:36:04 -0000 1.4
@@ -232,7 +232,7 @@
* of the suboptions and check LADSPA_?_HINT's later.
*/
setup->inputcontrols[p] = 0.0f;
- } else if (LADSPA_IS_PORT_OUTPUT(d)); {
+ } else if (LADSPA_IS_PORT_OUTPUT(d)) {
/* read and handle these too, otherwise filters that have them
* will sig11
*/
- Previous message: [MPlayer-cvslog] CVS: main/libvo vo_jpeg.c,1.25,1.26
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_alsa.c, 1.17, 1.18 ao_nas.c, 1.22, 1.23 ao_sdl.c, 1.40, 1.41 ao_sgi.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list