Mercurial > SDL_sound_CoreAudio
comparison decoders/shn.c @ 526:2df1f5c62d38
Updated my email address.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 06 Aug 2007 09:44:02 +0000 |
parents | 3e705c9180e5 |
children | b05e21ca2619 |
comparison
equal
deleted
inserted
replaced
524:a0bb7a9c05b1 | 526:2df1f5c62d38 |
---|---|
36 * The Shorten format was gleaned from the shorten codebase, by Tony | 36 * The Shorten format was gleaned from the shorten codebase, by Tony |
37 * Robinson and SoftSound Limited. | 37 * Robinson and SoftSound Limited. |
38 * | 38 * |
39 * Please see the file COPYING in the source's root directory. | 39 * Please see the file COPYING in the source's root directory. |
40 * | 40 * |
41 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 41 * This file written by Ryan C. Gordon. (icculus@icculus.org) |
42 */ | 42 */ |
43 | 43 |
44 #if HAVE_CONFIG_H | 44 #if HAVE_CONFIG_H |
45 # include <config.h> | 45 # include <config.h> |
46 #endif | 46 #endif |
68 const Sound_DecoderFunctions __Sound_DecoderFunctions_SHN = | 68 const Sound_DecoderFunctions __Sound_DecoderFunctions_SHN = |
69 { | 69 { |
70 { | 70 { |
71 extensions_shn, | 71 extensions_shn, |
72 "Shorten-compressed audio data", | 72 "Shorten-compressed audio data", |
73 "Ryan C. Gordon <icculus@clutteredmind.org>", | 73 "Ryan C. Gordon <icculus@icculus.org>", |
74 "http://www.icculus.org/SDL_sound/" | 74 "http://www.icculus.org/SDL_sound/" |
75 }, | 75 }, |
76 | 76 |
77 SHN_init, /* init() method */ | 77 SHN_init, /* init() method */ |
78 SHN_quit, /* quit() method */ | 78 SHN_quit, /* quit() method */ |