Mercurial > audlegacy
diff Plugins/Input/mpg123/resample.c @ 1339:cf44bc209040 trunk
[svn] - improve resampling rate detection algorithm
- remove debugging code
author | nenolod |
---|---|
date | Tue, 27 Jun 2006 20:32:51 -0700 |
parents | 109698f652b9 |
children | f12d7e208b43 |
line wrap: on
line diff
--- a/Plugins/Input/mpg123/resample.c Tue Jun 27 19:52:20 2006 -0700 +++ b/Plugins/Input/mpg123/resample.c Tue Jun 27 20:32:51 2006 -0700 @@ -45,8 +45,6 @@ n *= NTOM_MUL; ntom_step = n / m; - printf("mpgdec_synth_to_ntom_set_step: calculated step: %ld skip-samples\n", ntom_step); - if(ntom_step > 8*NTOM_MUL) { fprintf(stderr,"max. 1:8 conversion allowed!\n"); exit(1);