[FFmpeg-devel] [PATCH v1 01/23] avcodec/vvc/cabac: add 9.3.3.5 k-th order Exp - Golomb binarization process
Nuo Mi
nuomi2021 at gmail.com
Sat May 17 08:39:16 EEST 2025
On Wed, May 14, 2025 at 9:46 PM Wu Jianhua <toqsxw at outlook.com> wrote:
> Wu Jianhua:
> > From: Wu Jianhua <toqsxw at outlook.com>
> >
> > Signed-off-by: Wu Jianhua <toqsxw at outlook.com>
> > ---
> > libavcodec/vvc/cabac.c | 21 +++++++++++++++++++++
> > 1 file changed, 21 insertions(+)
> >
> > diff --git a/libavcodec/vvc/cabac.c b/libavcodec/vvc/cabac.c
> > index 5510144893..54055ed736 100644
> > --- a/libavcodec/vvc/cabac.c
> > +++ b/libavcodec/vvc/cabac.c
> > @@ -928,6 +928,27 @@ static int truncated_binary_decode(VVCLocalContext
> *lc, const int c_max)
> > return v;
> > }
>
> The patchset before didn't appear on the patchwork, so resend it for CI
> build.
>
Hi Jianhua,
Patch applied.
Thank you again for your excellent work.
>
> Thanks,
> Jianhua
>
>
>
More information about the ffmpeg-devel
mailing list