Mercurial > SDL_sound_CoreAudio
comparison decoders/skeleton.c @ 62:b13fafb976be
Changed _D macro to DBGSND.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 24 Sep 2001 15:31:25 +0000 |
parents | ea58bc3b15d7 |
children | 40006625142a |
comparison
equal
deleted
inserted
replaced
61:7d3a6ea7f1f0 | 62:b13fafb976be |
---|---|
89 { | 89 { |
90 Sound_SetError("FMT: expected X, got Y."); | 90 Sound_SetError("FMT: expected X, got Y."); |
91 return(0); | 91 return(0); |
92 } /* if */ | 92 } /* if */ |
93 | 93 |
94 _D(("FMT: Accepting data stream.\n")); | 94 SNDDBG(("FMT: Accepting data stream.\n")); |
95 set up sample->actual; | 95 set up sample->actual; |
96 sample->flags = SOUND_SAMPLEFLAG_NONE; | 96 sample->flags = SOUND_SAMPLEFLAG_NONE; |
97 return(1); /* we'll handle this data. */ | 97 return(1); /* we'll handle this data. */ |
98 } /* FMT_open */ | 98 } /* FMT_open */ |
99 | 99 |