ReplayGainInfo: use large negative value instead of infinity

The last piece to allow -ffast-math.
This commit is contained in:
Max Kellermann
2013-10-30 18:01:45 +01:00
parent 55868eecd0
commit 90c899407a
2 changed files with 4 additions and 4 deletions

View File

@@ -20,6 +20,8 @@
#include "config.h"
#include "ReplayGainInfo.hxx"
#include <math.h>
float
ReplayGainTuple::CalculateScale(float preamp, float missing_preamp,
bool peak_limit) const