Mercurial > SDL_sound_CoreAudio
comparison decoders/voc.c @ 525:50bb9a6cebfe stable-1.0
Updated my email address.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 06 Aug 2007 09:44:02 +0000 |
parents | 3f03af31e246 |
children |
comparison
equal
deleted
inserted
replaced
521:f33471c47efe | 525:50bb9a6cebfe |
---|---|
32 * SDL_mixer: http://www.libsdl.org/projects/SDL_mixer/ | 32 * SDL_mixer: http://www.libsdl.org/projects/SDL_mixer/ |
33 * sox: http://www.freshmeat.net/projects/sox/ | 33 * sox: http://www.freshmeat.net/projects/sox/ |
34 * | 34 * |
35 * Please see the file COPYING in the source's root directory. | 35 * Please see the file COPYING in the source's root directory. |
36 * | 36 * |
37 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 37 * This file written by Ryan C. Gordon. (icculus@icculus.org) |
38 */ | 38 */ |
39 | 39 |
40 #if HAVE_CONFIG_H | 40 #if HAVE_CONFIG_H |
41 # include <config.h> | 41 # include <config.h> |
42 #endif | 42 #endif |
64 const Sound_DecoderFunctions __Sound_DecoderFunctions_VOC = | 64 const Sound_DecoderFunctions __Sound_DecoderFunctions_VOC = |
65 { | 65 { |
66 { | 66 { |
67 extensions_voc, | 67 extensions_voc, |
68 "Creative Labs Voice format", | 68 "Creative Labs Voice format", |
69 "Ryan C. Gordon <icculus@clutteredmind.org>", | 69 "Ryan C. Gordon <icculus@icculus.org>", |
70 "http://www.icculus.org/SDL_sound/" | 70 "http://www.icculus.org/SDL_sound/" |
71 }, | 71 }, |
72 | 72 |
73 VOC_init, /* init() method */ | 73 VOC_init, /* init() method */ |
74 VOC_quit, /* quit() method */ | 74 VOC_quit, /* quit() method */ |