aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/gain_analysis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan/gain_analysis.h')
-rw-r--r--src/plugins/General/rgscan/gain_analysis.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/gain_analysis.h b/src/plugins/General/rgscan/gain_analysis.h
index 0e75c3074..d72e535a9 100644
--- a/src/plugins/General/rgscan/gain_analysis.h
+++ b/src/plugins/General/rgscan/gain_analysis.h
@@ -25,6 +25,13 @@
* http://www.replaygain.org/
*/
+/*
+ modifications compared to original code:
+ added full reentrancy support
+ fixed gcc warnings
+*/
+
+
#ifndef GAIN_ANALYSIS_H
#define GAIN_ANALYSIS_H
@@ -49,7 +56,6 @@ int InitGainAnalysis (GainHandle_t **handle, long samplefreq);
int AnalyzeSamples (GainHandle_t *handle, const Float_t* left_samples, const Float_t* right_samples, size_t num_samples, int num_channels);
int ResetSampleFrequency (GainHandle_t *handle, long samplefreq);
Float_t GetTitleGain(GainHandle_t *handle);
-//Float_t GetAlbumGain(GainHandle_t *handle);
Float_t GetAlbumGain(GainHandle_t **handle, int count);
void DeinitGainAbalysis(GainHandle_t *handle);