summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/replaygain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/replaygain.c b/apps/replaygain.c
index 9f0dda7..4b6bf29 100644
--- a/apps/replaygain.c
+++ b/apps/replaygain.c
@@ -197,6 +197,7 @@ void parse_replaygain(const char* key, const char* value,
* gain Gain value in dB, multiplied by 512. 0 for no gain.
* peak Peak volume in Q7.24 format, where 1.0 is full scale. 0 for no
* peak volume.
+ * entry mp3entry struct to update.
*/
void parse_replaygain_int(bool album, long gain, long peak,
struct mp3entry* entry)