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 11:15:36 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-06-17 11:15:36 +0400
commit28f347dc42ee24fe840f4927ec76824dc0fe0c27 (patch)
tree03487aeacd13f98f02d4541f85fee0f560d1fa9f /source/blender/imbuf
parent775ea4de9297135805d053753c937b9c25d3d9bc (diff)
Adding .aif to known audio extensions so it doesn't get hiden by default
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c
index 6e5e87d7e5c..ab4744a67c3 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -142,6 +142,7 @@ const char *imb_ext_audio[] = {
".flac",
".wma",
".eac3",
+ ".aif",
NULL};
static int IMB_ispic_name(const char *name)