Skip to content

Commit

Permalink
ffaudio: Add mka and mkv extensions. Closes: #1137
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Nov 13, 2021
1 parent 457d4c6 commit b659824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ffaudio/ffaudio-core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,9 @@ const char * const FFaudio::exts[] = {
/* WebM */
"webm",

/* Matroska */
"mka", "mkv",

/* end of table */
nullptr
};
Expand Down

0 comments on commit b659824

Please sign in to comment.