From 46ef1bb17093391418b38c470d77c1182193fe1f Mon Sep 17 00:00:00 2001 From: Daniel Salazar Date: Fri, 17 Jun 2011 08:50:47 +0000 Subject: adding .m4a video extension --- source/blender/imbuf/intern/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index 8223b8045b4..fe85f63e109 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -142,8 +142,9 @@ const char *imb_ext_audio[] = { ".flac", ".wma", ".eac3", - ".aif", - ".aiff", + ".aif", + ".aiff", + ".m4a", NULL}; static int IMB_ispic_name(const char *name) -- cgit v1.2.3