[Mplayer-cvslog] CVS: main/libaf af.c,1.10,1.11
Anders Johansson
anders at mplayerhq.hu
Sun Oct 6 13:45:52 CEST 2002
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv17946
Modified Files:
af.c
Log Message:
Removing annoying printf
Index: af.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- af.c 6 Oct 2002 11:26:14 -0000 1.10
+++ af.c 6 Oct 2002 11:45:49 -0000 1.11
@@ -48,7 +48,6 @@
af_instance_t* af=s->first;
// Find the filter
while(af != NULL){
- printf("%s\n",af->info->name);
if(!strcmp(af->info->name,name))
return af;
af=af->next;
More information about the MPlayer-cvslog
mailing list