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:18:51 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-06-17 11:18:51 +0400
commit1563ae8098d56fcd0590652b8d8e2cd0048bdc7b (patch)
tree52fc22c4901733094b3cc7ca3c485b3424fc6f7a /source/blender/imbuf
parent28f347dc42ee24fe840f4927ec76824dc0fe0c27 (diff)
aiff too
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 ab4744a67c3..8223b8045b4 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -143,6 +143,7 @@ const char *imb_ext_audio[] = {
".wma",
".eac3",
".aif",
+ ".aiff",
NULL};
static int IMB_ispic_name(const char *name)