summaryrefslogtreecommitdiff
path: root/libavutil/replaygain.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/replaygain.h')
-rw-r--r--libavutil/replaygain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/replaygain.h b/libavutil/replaygain.h
index 8447703fbf..7871d2c762 100644
--- a/libavutil/replaygain.h
+++ b/libavutil/replaygain.h
@@ -34,8 +34,8 @@ typedef struct AVReplayGain {
*/
int32_t track_gain;
/**
- * Peak track amplitude, with UINT32_MAX representing full scale. 0 when
- * unknown.
+ * Peak track amplitude, with 100000 representing full scale (but values
+ * may overflow). 0 when unknown.
*/
uint32_t track_peak;
/**