Re: [FFmpeg-devel] [PATCH] avcodec/vc2enc: Use LUT to avoid repeated av_log2()

2025-05-26 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Patch attached. > > - Andreas > Will apply this patch tomorrow unless there are objections. - Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit l

[FFmpeg-devel] [PATCH] avcodec/vc2enc: Use LUT to avoid repeated av_log2()

2025-05-24 Thread Andreas Rheinhardt
Patch attached. - Andreas From c437f573c8e703c28697a2cafd707c5bda045004 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 24 May 2025 13:25:21 +0200 Subject: [PATCH] avcodec/vc2enc: Use LUT to avoid repeated av_log2() Signed-off-by: Andreas Rheinhardt --- libavcodec/vc2enc.c | 8 +++