]> granicus.if.org Git - taglib/commitdiff
FLAC: Add debug messages to tell some functions are obsolete.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 31 Jul 2015 14:47:22 +0000 (23:47 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 31 Jul 2015 15:49:23 +0000 (00:49 +0900)
taglib/flac/flacfile.cpp

index 66422f208b2bc12a84c870da6e765081a8efa39a..2483caf2689b53ab957ccbbeb8990127496a7bc3 100644 (file)
@@ -292,11 +292,13 @@ void FLAC::File::setID3v2FrameFactory(const ID3v2::FrameFactory *factory)
 
 ByteVector FLAC::File::streamInfoData()
 {
+  debug("FLAC::File::streamInfoData() -- This function is obsolete. Returning an empty ByteVector.");
   return ByteVector();
 }
 
 long FLAC::File::streamLength()
 {
+  debug("FLAC::File::streamLength() -- This function is obsolete. Returning zero.");
   return 0;
 }