[FFmpeg-devel] [PATCH] use av_log_level for x264 log
Limin Wang
lance.lmwang
Thu Jul 12 10:43:57 CEST 2007
Hi,
> >> Loren already pointed out that removing the mapping table is not the
> >> correct solution; I just wanted to add that we now have an
> >> AV_LOG_WARNING error level, so the table can be updated accordingly.
> >>
> >
> > Yes, didn't notice that. Please add it.
> >
> >
> done
Thanks, so how about to use av_log_level also so that the log can be runtime
control?
- x4->params.i_log_level = X264_LOG_DEBUG;
+ x4->params.i_log_level = av_log_level;
Thanks,
Limin
More information about the ffmpeg-devel
mailing list