Mercurial > audlegacy
diff Plugins/Input/modplug/modplugbmp.cpp @ 845:073d2f46a490 trunk
[svn] Report sample rate properly. Rate is just the number of channels, but that is better then 0, right?
| author | chainsaw |
|---|---|
| date | Sat, 18 Mar 2006 10:09:58 -0800 |
| parents | d539e5c5f730 |
| children | a540829b188a |
line wrap: on
line diff
--- a/Plugins/Input/modplug/modplugbmp.cpp Sat Mar 18 09:58:29 2006 -0800 +++ b/Plugins/Input/modplug/modplugbmp.cpp Sat Mar 18 10:09:58 2006 -0800 @@ -399,8 +399,8 @@ ( mModName, mSoundFile->GetSongTime() * 1000, - mSoundFile->GetNumChannels(), - mModProps.mFrequency / 1000, + mSoundFile->GetNumChannels() * 1000, + mModProps.mFrequency, mModProps.mChannels );
