mirror of https://github.com/mpv-player/mpv
Removing annoying printf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7618 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fe053df38d
commit
af069ffbda
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue