> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Derek Buitenhuis
> Sent: Friday, January 18, 2019 10:42 PM
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] avcodec/libx265: add support for ROI-
> b
On 18/01/2019 15:53, Guo, Yejun wrote:
[...]
> +static av_cold int libx265_encode_set_roi(libx265Context *ctx, const AVFrame
> *frame, x265_picture* pic)
> +{
> +// From x265.h:
> +/* An array of quantizer offsets to be applied to this image during
> encoding.
> +* These are added o
Signed-off-by: Guo, Yejun
---
libavcodec/libx265.c | 74
1 file changed, 74 insertions(+)
diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
index 27c90b3..6b1cc74 100644
--- a/libavcodec/libx265.c
+++ b/libavcodec/libx265.c
@@ -285,6 +2