From af069ffbda9818180b212d8f545b9d5958159a2d Mon Sep 17 00:00:00 2001 From: anders Date: Sun, 6 Oct 2002 11:45:49 +0000 Subject: Removing annoying printf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7618 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index f6a22e3afa..393f6e3cb1 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -48,7 +48,6 @@ af_instance_t* af_get(af_stream_t* s, char* name) 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; -- cgit v1.2.3