From d1766a1510b6092fa8ea0e644fdd1c1e508d9c4d Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Mon, 4 Apr 2011 15:21:44 +0000 Subject: Rework parts of the replaygain code to be able to differentiate between 0.00 dB set intentionally and having no replaygain information at all. Bump codec api. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29679 a1c6a512-1295-4272-9138-f99709370657 --- apps/metadata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/metadata.h') diff --git a/apps/metadata.h b/apps/metadata.h index 4c7e94f394..a520f40989 100644 --- a/apps/metadata.h +++ b/apps/metadata.h @@ -282,6 +282,8 @@ struct mp3entry { /* replaygain support */ #if CONFIG_CODEC == SWCODEC + long track_level; /* holds the level in dB * (1<