diff decoders/mpglib.c @ 322:31cc49d7d0ce

MacOS fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:12:47 +0000
parents c97be6e1bd27
children 069ce624d6cf
line wrap: on
line diff
--- a/decoders/mpglib.c	Mon Apr 29 06:12:20 2002 +0000
+++ b/decoders/mpglib.c	Mon Apr 29 06:12:47 2002 +0000
@@ -174,7 +174,7 @@
     internal->decoder_private = mpg;
     sample->actual.rate = mpglib_freqs[mpg->mp.fr.sampling_frequency];
     sample->actual.channels = mpg->mp.fr.stereo;
-    sample->actual.format = AUDIO_S16LSB; /* !!! FIXME: Is this right? */
+    sample->actual.format = AUDIO_S16SYS; /* !!! FIXME: Is this right? */
     sample->flags = SOUND_SAMPLEFLAG_NONE;
 
     return(1); /* we'll handle this data. */