[FFmpeg-devel] [PATCH 3/3] avcodec/takdsp: fix const correctness

Martin Storsjö martin at martin.st
Fri Dec 22 14:17:13 EET 2023


On Fri, 22 Dec 2023, James Almer wrote:

> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/riscv/takdsp_init.c |  4 ++--
> libavcodec/takdsp.c            |  6 +++---
> libavcodec/takdsp.h            |  6 +++---
> libavcodec/x86/takdsp_init.c   | 12 ++++++------
> tests/checkasm/takdsp.c        |  6 +++---
> 5 files changed, 17 insertions(+), 17 deletions(-)

LGTM, thanks! I was considering doing something like this to clarify the 
situation.

// Martin



More information about the ffmpeg-devel mailing list