avcodec/snow_dwt: Remove pointless forward declaration

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-04-08 10:41:28 +02:00
parent 5f373872c0
commit 28d0a5091a

View File

@@ -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,