debug printf junk

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2004-06-11 15:16:26 +00:00
parent 9db4a64004
commit 767ba93929
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
// Initialize delay queue index
if(AF_OK != af_from_ms(1, &s->d, &s->wi, af->data->rate, 0.0, 1000.0))
return AF_ERROR;
printf("%i\n",s->wi);
// printf("%i\n",s->wi);
s->ri = 0;
if((af->data->format != ((af_data_t*)arg)->format) ||