forked from len0rd/rockbox
Minor correction to comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29389 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
71ceac0b74
commit
910d6e507a
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
* 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 Peak volume in Q7.24 format, where 1.0 is full scale. 0 for no
|
||||||
* peak volume.
|
* peak volume.
|
||||||
|
* entry mp3entry struct to update.
|
||||||
*/
|
*/
|
||||||
void parse_replaygain_int(bool album, long gain, long peak,
|
void parse_replaygain_int(bool album, long gain, long peak,
|
||||||
struct mp3entry* entry)
|
struct mp3entry* entry)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue