comparison 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
comparison
equal deleted inserted replaced
23433:a36eeb4094cd 23434:d986b47f1451
69 int down_sample; 69 int down_sample;
70 int header_change; 70 int header_change;
71 int lay; 71 int lay;
72 int error_protection; 72 int error_protection;
73 int bitrate_index; 73 int bitrate_index;
74 long sampling_frequency; 74 int sampling_frequency;
75 int padding; 75 int padding;
76 int extension; 76 int extension;
77 int mode; 77 int mode;
78 int mode_ext; 78 int mode_ext;
79 int copyright; 79 int copyright;
80 int original; 80 int original;
81 int emphasis; 81 int emphasis;
82 long framesize; /* computed framesize */ 82 int framesize; /* computed framesize */
83 }; 83 };
84 84
85 85
86 struct gr_info_s { 86 struct gr_info_s {
87 int scfsi; 87 int scfsi;