summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index e223bd67c8..478f94dd01 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -71,7 +71,7 @@ struct frame {
int lay;
int error_protection;
int bitrate_index;
- long sampling_frequency;
+ int sampling_frequency;
int padding;
int extension;
int mode;
@@ -79,7 +79,7 @@ struct frame {
int copyright;
int original;
int emphasis;
- long framesize; /* computed framesize */
+ int framesize; /* computed framesize */
};