Several of us have seen .asf WMA files in the wild.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@937972 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Jeff Mitchell 2009-03-10 22:02:20 +00:00
parent c918150b72
commit f1fd227fce

View File

@ -137,6 +137,7 @@ StringList FileRef::defaultFileExtensions()
#endif
#ifdef WITH_ASF
l.append("wma");
l.append("asf");
#endif
l.append("aif");
l.append("aiff");