[FFmpeg-devel] [PATCH] use av_log_level for x264 log
Loren Merritt
lorenm
Thu Jul 12 16:31:28 CEST 2007
On Thu, 12 Jul 2007, Limin Wang wrote:
> OK, I know what's you talk about now. How about in below way:
Why do you think any code needs to be changed?
Setting X264_LOG_DEBUG does not display debug messages, it just ensures
that x264_log gets called for debug messages. ffmpeg's override of
x264_log then passes those messages on to av_vlog, which checks their
level against av_log_level before displaying them.
--Loren Merritt
More information about the ffmpeg-devel
mailing list