driver/audiodec,audiometadata: cover file handling fixed

Origin commit data
------------------
Branch: ni/coolstream
Commit: 579ca91889
Author: martii <m4rtii@gmx.de>
Date: 2013-11-12 (Tue, 12 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-11-12 16:04:27 +01:00
committed by [CST] Focus
parent ef037124c6
commit 7f0c91d25d
3 changed files with 20 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ class CAudioMetaData
public:
// constructor
CAudioMetaData();
// destructor
~CAudioMetaData();
// copy constructor
CAudioMetaData( const CAudioMetaData& src );
// assignment operator
@@ -85,6 +87,7 @@ public:
std::string genre;
std::string track;
std::string cover;
bool cover_temporary;
bool changed;
};
#endif /* __AUDIO_METADATA__ */