mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
replaygain: Remove dead assignment
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -359,7 +359,6 @@ ResetSampleFrequency ( long samplefreq ) {
|
||||
if ( ! replaygainfilter)
|
||||
return INIT_GAIN_ANALYSIS_ERROR;
|
||||
|
||||
sampleWindow = (int) ceil ((double)samplefreq * (double)RMS_WINDOW_TIME / 1000.0);
|
||||
sampleWindow =
|
||||
(replaygainfilter->rate * RMS_WINDOW_TIME + 1000-1) / 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user