Mercurial > mplayer.hg
changeset 7599:2fa6adce8dc1
Removing debug message, (oops)
author | anders |
---|---|
date | Sat, 05 Oct 2002 11:07:23 +0000 |
parents | 48f8c731efb5 |
children | 4ec0a7228b81 |
files | libaf/af.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af.c Sat Oct 05 11:02:39 2002 +0000 +++ b/libaf/af.c Sat Oct 05 11:07:23 2002 +0000 @@ -435,8 +435,6 @@ // Try to meet constraint nr 3. out = t * (((in/t)*mul.n + 1)/mul.d); while(in <= max_insize && out <= max_outsize){ - printf("debug in = %i out = %i \n",in,out); - if(out > len) return in; out = t * (((in/t)*mul.n + 1)/mul.d);