Skip to content
Snippets Groups Projects
Commit 77c1d179 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

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

.mka files were considered image files when adding to sequencer
using drag-n-drop.
parent 3406ef8e
Branches
Tags
No related merge requests found
...@@ -179,6 +179,7 @@ const char *imb_ext_audio[] = { ...@@ -179,6 +179,7 @@ const char *imb_ext_audio[] = {
".aif", ".aif",
".aiff", ".aiff",
".m4a", ".m4a",
".mka",
NULL NULL
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment