From: Jeff Mitchell Date: Tue, 10 Mar 2009 22:02:20 +0000 (+0000) Subject: Several of us have seen .asf WMA files in the wild. X-Git-Tag: v1.6rc1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1fd227fce3760a7d4c5e6c3a1bc90a8a38b0cb6;p=taglib 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 --- diff --git a/taglib/fileref.cpp b/taglib/fileref.cpp index b326bd22..59109ba8 100644 --- a/taglib/fileref.cpp +++ b/taglib/fileref.cpp @@ -137,6 +137,7 @@ StringList FileRef::defaultFileExtensions() #endif #ifdef WITH_ASF l.append("wma"); + l.append("asf"); #endif l.append("aif"); l.append("aiff");