Mercurial > SDL_sound_CoreAudio
comparison decoders/speex.c @ 565:a737d89af74e
Capitalized some lowercase extensions, to match all the others.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 30 Jan 2009 19:40:21 -0500 |
parents | 2e8907ff98e9 |
children |
comparison
equal
deleted
inserted
replaced
564:72eb2d7debbe | 565:a737d89af74e |
---|---|
65 static void SPEEX_close(Sound_Sample *sample); | 65 static void SPEEX_close(Sound_Sample *sample); |
66 static Uint32 SPEEX_read(Sound_Sample *sample); | 66 static Uint32 SPEEX_read(Sound_Sample *sample); |
67 static int SPEEX_rewind(Sound_Sample *sample); | 67 static int SPEEX_rewind(Sound_Sample *sample); |
68 static int SPEEX_seek(Sound_Sample *sample, Uint32 ms); | 68 static int SPEEX_seek(Sound_Sample *sample, Uint32 ms); |
69 | 69 |
70 static const char *extensions_speex[] = { "spx", NULL }; | 70 static const char *extensions_speex[] = { "SPX", NULL }; |
71 const Sound_DecoderFunctions __Sound_DecoderFunctions_SPEEX = | 71 const Sound_DecoderFunctions __Sound_DecoderFunctions_SPEEX = |
72 { | 72 { |
73 { | 73 { |
74 extensions_speex, | 74 extensions_speex, |
75 "SPEEX speech compression format", | 75 "SPEEX speech compression format", |