mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Don't try to read the properties from the bytevector if it's smaller than
the required size; in this case empty. Also some minor nitpicks along the way. CCMAIL:83898-done@bugs.kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@323360 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -44,13 +44,15 @@ namespace TagLib {
|
||||
* Create an instance of FLAC::Properties with the data read from the
|
||||
* ByteVector \a data.
|
||||
*/
|
||||
// BIC: switch to const reference
|
||||
Properties(ByteVector data, long streamLength, ReadStyle style = Average);
|
||||
|
||||
/*!
|
||||
* Create an instance of FLAC::Properties with the data read from the
|
||||
* FLAC::File \a file.
|
||||
*/
|
||||
Properties(File *file, ReadStyle style = Average); // BIC: remove
|
||||
// BIC: remove
|
||||
Properties(File *file, ReadStyle style = Average);
|
||||
|
||||
/*!
|
||||
* Destroys this FLAC::Properties instance.
|
||||
|
Reference in New Issue
Block a user