From: Tsuda Kageyu Date: Fri, 26 Jun 2015 05:59:11 +0000 (+0900) Subject: FLAC: Avoid using deprecated functions. X-Git-Tag: v1.10beta~46^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b01461d50ad7fc41f5677862ab4e6bff0eb4f49;p=taglib FLAC: Avoid using deprecated functions. --- diff --git a/taglib/flac/flacproperties.cpp b/taglib/flac/flacproperties.cpp index 486ce2f5..f46eadaf 100644 --- a/taglib/flac/flacproperties.cpp +++ b/taglib/flac/flacproperties.cpp @@ -66,7 +66,7 @@ FLAC::Properties::Properties(File *file, ReadStyle style) : AudioProperties(style), d(new PropertiesPrivate()) { - read(file->streamInfoData(), file->streamLength()); + debug("FLAC::Properties::Properties() - This constructor is no longer used."); } FLAC::Properties::~Properties()