Mercurial > SDL_sound_CoreAudio
diff decoders/quicktime.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 | 3e705c9180e5 |
children |
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 = { {