diff 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
line wrap: on
line diff
--- a/decoders/mpglib/layer3.c	Thu Mar 14 21:11:52 2002 +0000
+++ b/decoders/mpglib/layer3.c	Thu Mar 14 21:12:46 2002 +0000
@@ -1867,7 +1867,8 @@
 /*
  * main layer3 handler
  */
-int do_layer3(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp)
+int do_layer3(struct frame *fr,unsigned char *pcm_sample,
+              int *pcm_point,struct mpstr *mp)
 {
   int gr, ch, ss,clip=0;
   int scalefacs[2][39]; /* max 39 for short[13][3] mode, mixed: 38, long: 22 */