This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 7e032d69635c8f7c8e909aace42f6e0a6445e93d Author: Andreas Rheinhardt <[email protected]> AuthorDate: Mon Mar 23 11:47:32 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sat Mar 28 11:25:38 2026 +0100 avcodec/sbcdec: Remove AVClass* from context This decoder has no private class. Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/sbcdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/sbcdec.c b/libavcodec/sbcdec.c index d999cefd22..e7ddef7699 100644 --- a/libavcodec/sbcdec.c +++ b/libavcodec/sbcdec.c @@ -45,7 +45,6 @@ struct sbc_decoder_state { }; typedef struct SBCDecContext { - AVClass *class; DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame); DECLARE_ALIGNED(SBC_ALIGN, struct sbc_decoder_state, dsp); } SBCDecContext; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
