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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-03-21 11:52:37 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-03-21 11:52:37 +0400
commit77c1d17940e39ff9a32b4d6bd8ffbb61df3dbfbb (patch)
tree55fe54f1b8d5cbf7c7935be57a9d6b56eecdceda /source/blender/imbuf/intern/util.c
parent3406ef8e033a333b47820fb14cfe4d91b1bdd5de (diff)
Fix T39186: Matroska audio support (mka, mkv without video stream)
.mka files were considered image files when adding to sequencer using drag-n-drop.
Diffstat (limited to 'source/blender/imbuf/intern/util.c')
-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 c1cc3f0a1db..9259c4f743d 100644
--- a/source/blender/imbuf/intern/util.c
+++ b/source/blender/imbuf/intern/util.c
@@ -179,6 +179,7 @@ const char *imb_ext_audio[] = {
".aif",
".aiff",
".m4a",
+ ".mka",
NULL
};