]> granicus.if.org Git - taglib/commit
Proper .oga file handling in FileRef
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 24 Oct 2009 12:17:08 +0000 (12:17 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 24 Oct 2009 12:17:08 +0000 (12:17 +0000)
commit4e9b41f540d79bc216ce8b258c62cfabf0e62bdd
treee00d5e5f5494bcf0b4196561551d17aa65f5cc12
parent724a68c79ca7fecd1e3ce18f2546007c5c9d8da5
Proper .oga file handling in FileRef

This fixes a problem introduced in r983337. OGA files are mostly likely going
to be Ogg::FLAC, if applications are following the Xiph recommendation. But
they can be using any Ogg codec, so we must check multiple formats (Sound Juicer
on Ubuntu used to produce .oga files for Ogg Vorbis, I believe it doesn't do that
anymore).

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1039708 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
taglib/fileref.cpp
tests/test_fileref.cpp