# HG changeset patch # User Ryan C. Gordon # Date 1233362421 18000 # Node ID a737d89af74e563fcc81058a3979c21a924ef175 # Parent 72eb2d7debbe3d014c8212ca2a8231f0b2a084d9 Capitalized some lowercase extensions, to match all the others. diff -r 72eb2d7debbe -r a737d89af74e decoders/quicktime.c --- a/decoders/quicktime.c Fri Jan 30 02:53:47 2009 -0500 +++ b/decoders/quicktime.c Fri Jan 30 19:40:21 2009 -0500 @@ -76,7 +76,7 @@ #define QT_MAX_INPUT_BUFFER (32*1024) /* Maximum size of internal buffer (internal->buffer_size) */ -static const char *extensions_quicktime[] = { "mov", NULL }; +static const char *extensions_quicktime[] = { "MOV", NULL }; const Sound_DecoderFunctions __Sound_DecoderFunctions_QuickTime = { { diff -r 72eb2d7debbe -r a737d89af74e decoders/speex.c --- a/decoders/speex.c Fri Jan 30 02:53:47 2009 -0500 +++ b/decoders/speex.c Fri Jan 30 19:40:21 2009 -0500 @@ -67,7 +67,7 @@ static int SPEEX_rewind(Sound_Sample *sample); static int SPEEX_seek(Sound_Sample *sample, Uint32 ms); -static const char *extensions_speex[] = { "spx", NULL }; +static const char *extensions_speex[] = { "SPX", NULL }; const Sound_DecoderFunctions __Sound_DecoderFunctions_SPEEX = { {