changeset 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 87b022bf951c
children 3344dd3f2bf6
files Plugins/Input/modplug/modplugbmp.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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
 	);