1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-23 20:00:56 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8072 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
anders 2002-11-03 06:06:05 +00:00
parent b8fd915e50
commit 36489bf66e

View File

@ -235,7 +235,6 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
}
d*=m;
}
printf("\n%i %i %i\n",d,af->data->rate/d,n->rate/d);
// Check if the the design needs to be redone
if(s->up != af->data->rate/d || s->dn != n->rate/d){