summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-02-24 19:36:41 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-02-24 19:36:41 +0000
commit910d6e507a01395800e17a148cc49198c70e35b0 (patch)
tree0387ca6b72b1e502b8137c08677f30b911d6de45
parent71ceac0b740398050af4f21b56acd5b31e2520f0 (diff)
downloadrockbox-910d6e507a01395800e17a148cc49198c70e35b0.tar.gz
rockbox-910d6e507a01395800e17a148cc49198c70e35b0.zip
Minor correction to comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29389 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/replaygain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/replaygain.c b/apps/replaygain.c
index 9f0dda7a0b..4b6bf29dcb 100644
--- a/apps/replaygain.c
+++ b/apps/replaygain.c
@@ -197,6 +197,7 @@ void parse_replaygain(const char* key, const char* value,
197 * gain Gain value in dB, multiplied by 512. 0 for no gain. 197 * gain Gain value in dB, multiplied by 512. 0 for no gain.
198 * peak Peak volume in Q7.24 format, where 1.0 is full scale. 0 for no 198 * peak Peak volume in Q7.24 format, where 1.0 is full scale. 0 for no
199 * peak volume. 199 * peak volume.
200 * entry mp3entry struct to update.
200 */ 201 */
201void parse_replaygain_int(bool album, long gain, long peak, 202void parse_replaygain_int(bool album, long gain, long peak,
202 struct mp3entry* entry) 203 struct mp3entry* entry)