From 28d0a5091af0102526e4833ff640d8d772ddac8a Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 8 Apr 2026 10:41:28 +0200 Subject: [PATCH] avcodec/snow_dwt: Remove pointless forward declaration Signed-off-by: Andreas Rheinhardt --- libavcodec/snow_dwt.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h index d2ebb79328..a26db62d6d 100644 --- a/libavcodec/snow_dwt.h +++ b/libavcodec/snow_dwt.h @@ -53,8 +53,6 @@ typedef struct slice_buffer_s { IDWTELEM *base_buffer; ///< Buffer that this structure is caching. } slice_buffer; -struct SnowDWTContext; - typedef struct SnowDWTContext { void (*vertical_compose97i)(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5,