diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.cpp b/src/input.cpp index cae25b8..59dd44e 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -145,11 +145,11 @@ namespace audiere { // autodetect otherwise, in decreasing order of possibility of failure TRY_OPEN(FF_AIFF); TRY_OPEN(FF_WAV); + TRY_OPEN(FF_MOD); TRY_OPEN(FF_OGG); TRY_OPEN(FF_FLAC); TRY_OPEN(FF_SPEEX); TRY_OPEN(FF_MP3); - TRY_OPEN(FF_MOD); return 0; #ifndef NO_DUMB |