summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h2
1 files changed, 2 insertions, 0 deletions
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 {
282 282
283 /* replaygain support */ 283 /* replaygain support */
284#if CONFIG_CODEC == SWCODEC 284#if CONFIG_CODEC == SWCODEC
285 long track_level; /* holds the level in dB * (1<<FP_BITS) */
286 long album_level;
285 long track_gain; /* s19.12 signed fixed point. 0 for no gain. */ 287 long track_gain; /* s19.12 signed fixed point. 0 for no gain. */
286 long album_gain; 288 long album_gain;
287 long track_peak; /* s19.12 signed fixed point. 0 for no peak. */ 289 long track_peak; /* s19.12 signed fixed point. 0 for no peak. */