diff mp3lib/mpg123.h @ 23434:d986b47f1451

Use int and uint32_t instead of long and unsigned long, when appropriate.
author zuxy
date Sat, 02 Jun 2007 16:25:18 +0000
parents 0783dd397f74
children ccf4719617b6
line wrap: on
line diff
--- a/mp3lib/mpg123.h	Sat Jun 02 16:04:56 2007 +0000
+++ b/mp3lib/mpg123.h	Sat Jun 02 16:25:18 2007 +0000
@@ -71,7 +71,7 @@
     int lay;
     int error_protection;
     int bitrate_index;
-    long sampling_frequency;
+    int sampling_frequency;
     int padding;
     int extension;
     int mode;
@@ -79,7 +79,7 @@
     int copyright;
          int original;
          int emphasis;
-         long framesize; /* computed framesize */
+         int framesize; /* computed framesize */
 };