Mercurial > mplayer.hg
changeset 4376:118ae69769be
Oops forgot to remove debug message :)
author | anders |
---|---|
date | Sun, 27 Jan 2002 11:09:55 +0000 |
parents | bd108c2796ab |
children | a7aa414b1bcf |
files | libao2/ao_plugin.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_plugin.c Sun Jan 27 10:59:03 2002 +0000 +++ b/libao2/ao_plugin.c Sun Jan 27 11:09:55 2002 +0000 @@ -221,11 +221,8 @@ // Filter data ao_plugin_data.len=ret_len; ao_plugin_data.data=data; - while(plugin(i)){ - printf("%i \n",ao_plugin_data.len); + while(plugin(i)) plugin(i++)->play(); - printf("%i \n",ao_plugin_data.len); - } // Copy data to output buffer memcpy(ao_plugin_local_data.buf+ao_plugin_local_data.len, ao_plugin_data.data,ao_plugin_data.len);