catching taglib debug information

Lukáš Lalinský lalinsky at gmail.com
Tue Jul 13 14:33:54 CEST 2010


On Tue, Jul 13, 2010 at 2:02 PM, Ivar Eskerud Smith
<ivar_eskerud at hotmail.com> wrote:
> Hi, I`m not sure if this is the cirect place to post suport/help questions,
> but:
>
> Does anyone know if there is there a way to catch the debug information
> given by taglib when constructing a fileref (like 'MPEG::Header::parse() --
> Invalid sample rate.') ?

I'm afraid you can't catch it. If you just want to disable it, you
should compile TagLib in release mode (so that the NDEBUG macro is
defined), in which these information is compiled out.

Lukas


More information about the taglib-devel mailing list