comparison decoders/mpglib.c @ 526:2df1f5c62d38

Updated my email address.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 06 Aug 2007 09:44:02 +0000
parents 006e3d6cd2fe
children 2e8907ff98e9
comparison
equal deleted inserted replaced
524:a0bb7a9c05b1 526:2df1f5c62d38
32 * 32 *
33 * Please see the file COPYING in the source's root directory. The included 33 * Please see the file COPYING in the source's root directory. The included
34 * source code for mpglib falls under the LGPL, which is the same license as 34 * source code for mpglib falls under the LGPL, which is the same license as
35 * SDL_sound (so you can consider it a single work). 35 * SDL_sound (so you can consider it a single work).
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
66 const Sound_DecoderFunctions __Sound_DecoderFunctions_MPGLIB = 66 const Sound_DecoderFunctions __Sound_DecoderFunctions_MPGLIB =
67 { 67 {
68 { 68 {
69 extensions_mpglib, 69 extensions_mpglib,
70 "MP3 decoding via internal mpglib", 70 "MP3 decoding via internal mpglib",
71 "Ryan C. Gordon <icculus@clutteredmind.org>", 71 "Ryan C. Gordon <icculus@icculus.org>",
72 "http://www.icculus.org/SDL_sound/" 72 "http://www.icculus.org/SDL_sound/"
73 }, 73 },
74 74
75 MPGLIB_init, /* init() method */ 75 MPGLIB_init, /* init() method */
76 MPGLIB_quit, /* quit() method */ 76 MPGLIB_quit, /* quit() method */