[FFmpeg-devel] [PATCH V3] avcodec/libx265: add support for ROI-based encoding
Derek Buitenhuis
derek.buitenhuis at gmail.com
Wed Jan 23 15:02:14 EET 2019
On 23/01/2019 16:11, Guo, Yejun wrote:
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
> libavcodec/libx265.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 66 insertions(+)
>
> diff --git a/libavcodec/libx265.c b/libavcodec/libx265.c
> index 27c90b3..9841536 100644
> --- a/libavcodec/libx265.c
> +++ b/libavcodec/libx265.c
> @@ -285,6 +285,65 @@ static av_cold int libx265_encode_init(AVCodecContext *avctx)
> return 0;
> }
OK.
- Derek
More information about the ffmpeg-devel
mailing list