comparison decoders/raw.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 2e8907ff98e9
comparison
equal deleted inserted replaced
524:a0bb7a9c05b1 526:2df1f5c62d38
33 * there will be no conversion overhead, but these routines need to know how 33 * there will be no conversion overhead, but these routines need to know how
34 * to treat the bits, since it's all random garbage otherwise. 34 * to treat the bits, since it's all random garbage otherwise.
35 * 35 *
36 * Please see the file COPYING in the source's root directory. 36 * Please see the file COPYING in the source's root directory.
37 * 37 *
38 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 38 * This file written by Ryan C. Gordon. (icculus@icculus.org)
39 */ 39 */
40 40
41 #if HAVE_CONFIG_H 41 #if HAVE_CONFIG_H
42 # include <config.h> 42 # include <config.h>
43 #endif 43 #endif
65 const Sound_DecoderFunctions __Sound_DecoderFunctions_RAW = 65 const Sound_DecoderFunctions __Sound_DecoderFunctions_RAW =
66 { 66 {
67 { 67 {
68 extensions_raw, 68 extensions_raw,
69 "Raw audio", 69 "Raw audio",
70 "Ryan C. Gordon <icculus@clutteredmind.org>", 70 "Ryan C. Gordon <icculus@icculus.org>",
71 "http://www.icculus.org/SDL_sound/" 71 "http://www.icculus.org/SDL_sound/"
72 }, 72 },
73 73
74 RAW_init, /* init() method */ 74 RAW_init, /* init() method */
75 RAW_quit, /* quit() method */ 75 RAW_quit, /* quit() method */