[FFmpeg-devel] superfluous log messages

Dale Curtis dalecurtis at chromium.org
Fri May 11 20:19:23 CEST 2012


On Fri, May 11, 2012 at 11:16 AM, Don Moir <donmoir at comcast.net> wrote:
>
>
> I have some files where it's called over a thousand times over a minutes
> time and still not a big deal. The default behavior hides this for the most
> part, but it still gets called with redundant messages and reduntant
> processing. Also the default behavior is going nowhere in a GUI app so good
> to be able to at least turn the processing for this off by calling
> av_set_log_callback.


FWIW, you can just call av_log_set_level(AV_LOG_QUIET); to suppress the
messages, which is what we do in Chrome.

- dale


More information about the ffmpeg-devel mailing list