From c7e2ee2a7538428e4158b7e4454b5c4cb1b384ab Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 15 Sep 2012 10:49:59 +0200 Subject: ffmpeg: removed m4a from extension list --- plugins/ffmpeg/ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ffmpeg') diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c index 88ba1b85..98561aa3 100644 --- a/plugins/ffmpeg/ffmpeg.c +++ b/plugins/ffmpeg/ffmpeg.c @@ -65,7 +65,7 @@ static DB_decoder_t plugin; static DB_functions_t *deadbeef; -#define DEFAULT_EXTS "m4a;wma;aa3;oma;ac3;vqf;amr" +#define DEFAULT_EXTS "wma;aa3;oma;ac3;vqf;amr" #define EXT_MAX 100 -- cgit v1.2.3