mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Compile
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@329093 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
05221f8206
commit
425d793752
@ -23,6 +23,7 @@
|
||||
#define TAGLIB_OGGFLACFILE_H
|
||||
|
||||
#include <oggfile.h>
|
||||
#include <xiphcomment.h>
|
||||
|
||||
#include <flacproperties.h>
|
||||
|
||||
@ -38,13 +39,13 @@ namespace TagLib {
|
||||
* This is implementation of FLAC metadata for Ogg FLAC files. For "pure"
|
||||
* FLAC files look under the FLAC hiearchy.
|
||||
*
|
||||
* Unlike "pure" FLAC-files, Ogg FLAC only supports Xiph-comments,
|
||||
* Unlike "pure" FLAC-files, Ogg FLAC only supports Xiph-comments,
|
||||
* while the audio-properties are the same.
|
||||
*/
|
||||
namespace FLAC {
|
||||
|
||||
using TagLib::FLAC::Properties;
|
||||
|
||||
|
||||
//! An implementation of TagLib::File with Ogg/FLAC specific methods
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user