Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/layer3.c @ 281:ad4c8f34136a
Minor formatting updates.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 14 Mar 2002 21:12:46 +0000 |
parents | 52b9f37998db |
children | 7b1df7526915 |
comparison
equal
deleted
inserted
replaced
280:06fbb106a554 | 281:ad4c8f34136a |
---|---|
1865 } | 1865 } |
1866 | 1866 |
1867 /* | 1867 /* |
1868 * main layer3 handler | 1868 * main layer3 handler |
1869 */ | 1869 */ |
1870 int do_layer3(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) | 1870 int do_layer3(struct frame *fr,unsigned char *pcm_sample, |
1871 int *pcm_point,struct mpstr *mp) | |
1871 { | 1872 { |
1872 int gr, ch, ss,clip=0; | 1873 int gr, ch, ss,clip=0; |
1873 int scalefacs[2][39]; /* max 39 for short[13][3] mode, mixed: 38, long: 22 */ | 1874 int scalefacs[2][39]; /* max 39 for short[13][3] mode, mixed: 38, long: 22 */ |
1874 struct III_sideinfo sideinfo; | 1875 struct III_sideinfo sideinfo; |
1875 int stereo = fr->stereo; | 1876 int stereo = fr->stereo; |