Fix T39186: Matroska audio support (mka, mkv without video stream)

.mka files were considered image files when adding to sequencer
using drag-n-drop.
This commit is contained in:
2014-03-21 13:52:37 +06:00
parent 3406ef8e03
commit 77c1d17940

View File

@@ -179,6 +179,7 @@ const char *imb_ext_audio[] = {
".aif",
".aiff",
".m4a",
".mka",
NULL
};