Re: [FFmpeg-devel] [PATCH v3 2/3] avcodec/vvc/cabac: remove vvc_refill2

2024-08-15 Thread Nuo Mi
On Sun, Aug 11, 2024 at 4:33 AM wrote: > From: Wu Jianhua > > The vvc_refill2 is the same as the refill2 in cabac_functions. > Remove it to reduce duplicated codes. > > Signed-off-by: Wu Jianhua > --- > libavcodec/cabac_functions.h | 2 +- > libavcodec/vvc/cabac.c | 28 +

[FFmpeg-devel] [PATCH v3 2/3] avcodec/vvc/cabac: remove vvc_refill2

2024-08-10 Thread toqsxw
From: Wu Jianhua The vvc_refill2 is the same as the refill2 in cabac_functions. Remove it to reduce duplicated codes. Signed-off-by: Wu Jianhua --- libavcodec/cabac_functions.h | 2 +- libavcodec/vvc/cabac.c | 28 +--- 2 files changed, 2 insertions(+), 28 deletio