This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 28d0a5091af0102526e4833ff640d8d772ddac8a Author: Andreas Rheinhardt <[email protected]> AuthorDate: Wed Apr 8 10:41:28 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Mon Apr 13 12:46:24 2026 +0200 avcodec/snow_dwt: Remove pointless forward declaration Signed-off-by: Andreas Rheinhardt <[email protected]> --- 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, _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
