<div dir="ltr"><div>Use av_log_set_level( AV_LOG_DEBUG ) when you initialize libs.<br></div>You can set any needed level via av_log_set_level()<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-08-22 16:20 GMT+04:00 Tilak Varisetty <span dir="ltr"><<a href="mailto:vtilakece@gmail.com" target="_blank">vtilakece@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I think the flags AV_LOG_DEBUG, AV_LOG_ERROR are enabled based on the importance level of the logged function av_log(). <div><br></div><div>To log all the info you can use av_log(NULL, AV_LOG_INFO, "Message to be displayed"); </div>

<div><br></div><div>I am not sure if you wanted to know the above information. </div><div><br></div><div>Regards,</div><div>Tilak. </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Aug 22, 2014 at 2:09 PM, Nicolas Derouineau <span dir="ltr"><<a href="mailto:nicolas.derouineau@vitec.com" target="_blank">nicolas.derouineau@vitec.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm currently playing with libavcodec as a static library, and I would like to get the debug message (printed by the following)                <br>
<br>
    av_log(h->avctx, AV_LOG_DEBUG,<br>
                       "NAL_IDR Detected\n");<br>
<br>
Only the message printed with<br>
<br>
    av_log(h->avctx, AV_LOG_ERROR,<br>
                       "NAL_IDR Detected\n");<br>
<br>
are currently displayed. Does anyone know how to activate this ? I see a DEBUGLEVEL option in the configure script, but no further description is given.<br>
<br>
Regards,<br>
<br>
Nicolas<br>
<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Dmitry
</div>