This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 121a81d586c023a5c44cc321c9b408b9c240b074 Author: Marvin Scholz <[email protected]> AuthorDate: Tue Feb 17 21:14:14 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avfilter/avf_showcqt: add fall-through annotation --- libavfilter/avf_showcqt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c index 7395b0bfc2..b2483fb4b7 100644 --- a/libavfilter/avf_showcqt.c +++ b/libavfilter/avf_showcqt.c @@ -19,6 +19,7 @@ */ #include "config.h" +#include "libavutil/attributes.h" #include "libavutil/mem.h" #include "libavutil/tx.h" #include "libavutil/channel_layout.h" @@ -1203,6 +1204,7 @@ static void init_colormatrix(ShowCQTContext *s) default: av_log(s->ctx, AV_LOG_WARNING, "unsupported colorspace, setting it to unspecified.\n"); s->csp = AVCOL_SPC_UNSPECIFIED; + av_fallthrough; case AVCOL_SPC_UNSPECIFIED: case AVCOL_SPC_BT470BG: case AVCOL_SPC_SMPTE170M: _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
