[Ffmpeg-devel] av_log
Mike Melanson
mike
Tue Mar 14 23:03:21 CET 2006
Marcel Wolf wrote:
> Mike
> What turns the log on? Where do I find it? Or is it always up
av_log(), per my understanding, is just our version of printf(). I
think its default mode in FFmpeg is to just printf() to the console.
However, if a client app wants to re-route it, say, to a graphical
dialog box, it has that option as well.
Short answer: Use av_log as instructed in my last email and you should
get console output. grep for av_log through the .h files to find out how
it is defined.
--
-Mike Melanson
More information about the ffmpeg-devel
mailing list