Removing debug message, (oops)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
anders 2002-10-05 11:07:23 +00:00
parent 2455614901
commit ba87a706bd
1 changed files with 0 additions and 2 deletions

View File

@ -435,8 +435,6 @@ int af_calc_insize_constrained(af_stream_t* s, int len,
// 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);