[FFmpeg-devel] [PATCH] libavcodec/libx265.c: support for the x265 loglevel configured with ffmpeg loglevel option

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Oct 16 19:50:05 EEST 2018


On 15/10/2018 06:08, lance.lmwang at gmail.com wrote:
> From: Limin Wang<lance.lmwang at gmail.com>
> 
> ---
>   libavcodec/libx265.c | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)

A few questions:

* Do we do anything similar elsewhere in FFmpeg?
* Does x265 have a log callback we can register? I'd prefer that way, if possible.
* Can you use x265_param_parse() instead of setting the struct memebers directly?
  This is ABI-comptable for any future changes.

- Derek


More information about the ffmpeg-devel mailing list