Oops, change this-

>/* Now, having calculated the new bitrate, we should recalculate the compression 
>ratio. */
>  compression_ratio = gfp->out_samplerate*16*gfp->stereo/(1000.0*gfp->brate);

to this-
/* Now, having calculated the new bitrate, we should recalculate the compression 
ratio. */
  gfp->compression_ratio = gfp->out_samplerate*16*gfp->stereo/(1000.0*gfp->brate);


Shawn
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to