From 610e538c436043efc4bf0ade9d24cfcd49ecfc3f Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Wed, 7 Dec 2011 10:40:18 +0800 Subject: Make the priority of mod detection higher then mp3 and ogg --- src/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input.cpp') 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 -- cgit v1.2.3