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

2018-10-16 Thread Derek Buitenhuis
On 15/10/2018 06:08, lance.lmw...@gmail.com wrote: > From: Limin Wang > > --- > 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 w

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

2018-10-14 Thread lance . lmwang
From: Limin Wang --- libavcodec/libx265.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c index 27c90b3..3a08767 100644 --- a/libavcodec/libx265.c +++ b/libavcodec/libx265.c @@ -108,6 +108,24 @@ static av_cold int libx265_encode