Re: [FFmpeg-devel] [PATCH 1/1] Add vpx range encoder support

2025-03-06 Thread Peter Ross
On Wed, Mar 05, 2025 at 09:59:34PM +0530, MihirGore wrote: > From: MihirGore23 > Hi, comments below. > --- > libavcodec/vpx_rac.h | 75 ++-- > 1 file changed, 59 insertions(+), 16 deletions(-) > > diff --git a/libavcodec/vpx_rac.h b/libavcodec/vpx_rac.

Re: [FFmpeg-devel] [PATCH 1/1] Add vpx range encoder support

2025-03-05 Thread Andreas Rheinhardt
MihirGore: > From: MihirGore23 > > --- > libavcodec/vpx_rac.h | 75 ++-- > 1 file changed, 59 insertions(+), 16 deletions(-) > > diff --git a/libavcodec/vpx_rac.h b/libavcodec/vpx_rac.h > index b158cc0754..f01358f71f 100644 > --- a/libavcodec/vpx_rac.h >

[FFmpeg-devel] [PATCH 1/1] Add vpx range encoder support

2025-03-05 Thread MihirGore
From: MihirGore23 --- libavcodec/vpx_rac.h | 75 ++-- 1 file changed, 59 insertions(+), 16 deletions(-) diff --git a/libavcodec/vpx_rac.h b/libavcodec/vpx_rac.h index b158cc0754..f01358f71f 100644 --- a/libavcodec/vpx_rac.h +++ b/libavcodec/vpx_rac.h @@ -