Mercurial > SDL_sound_CoreAudio
comparison 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 |
comparison
equal
deleted
inserted
replaced
564:72eb2d7debbe | 565:a737d89af74e |
---|---|
74 static int QT_rewind(Sound_Sample *sample); | 74 static int QT_rewind(Sound_Sample *sample); |
75 static int QT_seek(Sound_Sample *sample, Uint32 ms); | 75 static int QT_seek(Sound_Sample *sample, Uint32 ms); |
76 | 76 |
77 #define QT_MAX_INPUT_BUFFER (32*1024) /* Maximum size of internal buffer (internal->buffer_size) */ | 77 #define QT_MAX_INPUT_BUFFER (32*1024) /* Maximum size of internal buffer (internal->buffer_size) */ |
78 | 78 |
79 static const char *extensions_quicktime[] = { "mov", NULL }; | 79 static const char *extensions_quicktime[] = { "MOV", NULL }; |
80 const Sound_DecoderFunctions __Sound_DecoderFunctions_QuickTime = | 80 const Sound_DecoderFunctions __Sound_DecoderFunctions_QuickTime = |
81 { | 81 { |
82 { | 82 { |
83 extensions_quicktime, | 83 extensions_quicktime, |
84 "QuickTime format", | 84 "QuickTime format", |