Re: [FFmpeg-devel] [PATCH] lavc/vvc: Use av_log2 when destination is integer

2024-01-26 Thread James Almer
On 1/26/2024 1:43 AM, Nuo Mi wrote: LGTM Applied. On Fri, Jan 26, 2024 at 1:05 AM wrote: From: Frank Plowman Signed-off-by: Frank Plowman --- libavcodec/vvc/vvc_ctu.c | 4 ++-- libavcodec/vvc/vvc_ps.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Use av_log2 when destination is integer

2024-01-25 Thread Nuo Mi
LGTM On Fri, Jan 26, 2024 at 1:05 AM wrote: > From: Frank Plowman > > Signed-off-by: Frank Plowman > --- > libavcodec/vvc/vvc_ctu.c | 4 ++-- > libavcodec/vvc/vvc_ps.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/vvc/vvc_ctu.c b/libavcodec/vvc/vvc_ctu