Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2011-06-17 12:50:47 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-06-17 12:50:47 +0400
commit46ef1bb17093391418b38c470d77c1182193fe1f (patch)
treea741f1ffaaac04f3ad7843fda057b9586f1e901f /source/blender/imbuf
parent758450ee49722db4f2f6464e3f86696237928a8d (diff)
adding .m4a video extension
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/util.c5
1 files changed, 3 insertions, 2 deletions
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)