mirror of
https://github.com/taglib/taglib.git
synced 2026-06-14 02:09:27 -04:00
Added write support
This commit is contained in:
committed by
Urs Fleisch
parent
47e9b9a17c
commit
80837485cf
@@ -38,6 +38,7 @@
|
||||
#include "tstringlist.h"
|
||||
#include "tvariant.h"
|
||||
#include "tdebug.h"
|
||||
#include "matroskafile.h"
|
||||
#include "mpegfile.h"
|
||||
#ifdef TAGLIB_WITH_RIFF
|
||||
#include "aifffile.h"
|
||||
@@ -220,6 +221,8 @@ namespace
|
||||
else if(ext == "SHN")
|
||||
file = new Shorten::File(stream, readAudioProperties, audioPropertiesStyle);
|
||||
#endif
|
||||
else if(ext == "MKA" || ext == "MKV" || ext == "WEBM")
|
||||
file = new Matroska::File(stream, readAudioProperties);
|
||||
|
||||
// if file is not valid, leave it to content-based detection.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user