From fbba51a235ec64de282f89d7a794dc208705631f Mon Sep 17 00:00:00 2001 From: Timo Hirvonen Date: Sat, 14 Oct 2006 13:57:24 +0300 Subject: [PATCH] mp4: Remove .aac from supported extensions Conflicts with the AAC input plugin. --- mp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp4.c b/mp4.c index c15877d..eb82ca7 100644 --- a/mp4.c +++ b/mp4.c @@ -414,5 +414,5 @@ const struct input_plugin_ops ip_ops = { .duration = mp4_duration }; -const char * const ip_extensions[] = { "mp4", "m4a", "m4b", "aac", NULL }; +const char * const ip_extensions[] = { "mp4", "m4a", "m4b", NULL }; const char * const ip_mime_types[] = { /*"audio/mp4", "audio/mp4a-latm",*/ NULL }; -- 2.11.4.GIT