summaryrefslogtreecommitdiff
path: root/lib/rbcodec/metadata/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/metadata/metadata.h')
-rw-r--r--lib/rbcodec/metadata/metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index 1a205a08eb..cab387e36c 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -259,7 +259,7 @@ struct mp3entry {
259 int tail_trim; /* Number of samples to remove from the end */ 259 int tail_trim; /* Number of samples to remove from the end */
260 260
261 /* Added for Vorbis, used by mp4 parser as well. */ 261 /* Added for Vorbis, used by mp4 parser as well. */
262 unsigned long samples; /* number of samples in track */ 262 uint64_t samples; /* number of samples in track */
263 263
264 /* MP3 stream specific info */ 264 /* MP3 stream specific info */
265 unsigned long frame_count; /* number of frames in the file (if VBR) */ 265 unsigned long frame_count; /* number of frames in the file (if VBR) */