[Mplayer-cvslog] CVS: main/libaf af_format.c,1.11,1.12
Richard Felker CVS
syncmail at mplayerhq.hu
Sat May 1 22:16:57 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv20739/libaf
Modified Files:
af_format.c
Log Message:
more stupid crap
Index: af_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_format.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- af_format.c 18 Jan 2003 17:31:58 -0000 1.11
+++ af_format.c 1 May 2004 20:16:54 -0000 1.12
@@ -234,7 +234,7 @@
{
if(af->data)
free(af->data);
- (int)af->setup = 0;
+ af->setup = 0;
}
// Filter data through filter
More information about the MPlayer-cvslog
mailing list