This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit dc7692b8314cf7f2e4a5c325ce6bc93733815809 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:27:03 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/aac: add fall-through annotations --- libavcodec/aac/aacdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/aac/aacdec.c b/libavcodec/aac/aacdec.c index 1de98684b0..994f78bf40 100644 --- a/libavcodec/aac/aacdec.c +++ b/libavcodec/aac/aacdec.c @@ -1940,6 +1940,7 @@ static int decode_extension_payload(AACDecContext *ac, GetBitContext *gb, int cn switch (type) { // extension type case EXT_SBR_DATA_CRC: crc_flag++; + av_fallthrough; case EXT_SBR_DATA: if (!che) { av_log(ac->avctx, AV_LOG_ERROR, "SBR was found before the first channel element.\n"); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
