mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avcodec/snow_dwt: Remove pointless forward declaration
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user