Re: [FFmpeg-devel] [PATCH] Use av_log() to log messages from the libopenh264 encoder.

2015-09-10 Thread Michael Niedermayer
On Wed, Sep 09, 2015 at 03:32:42PM -0400, Gregory J. Wolfe wrote: > File libopenh264enc.c has been modified so that the encoder uses av_log() > to log messages (error, warning, info, etc.) instead of logging them > directly to stderr. At the time the encoder is created, the current > libav log lev

[FFmpeg-devel] [PATCH] Use av_log() to log messages from the libopenh264 encoder.

2015-09-09 Thread Gregory J. Wolfe
File libopenh264enc.c has been modified so that the encoder uses av_log() to log messages (error, warning, info, etc.) instead of logging them directly to stderr. At the time the encoder is created, the current libav log level is mapped to an equivalent libopenh264 log level. This log level, and