changeset 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 72eb2d7debbe
children 74405e7be04b
files decoders/quicktime.c decoders/speex.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 =
   {
     {
--- 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 =
 {
     {