This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 41dbb4412a2b86be696a498ebb92246a39c30536 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:19:27 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/psd: add fall-through annotations --- libavcodec/psd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/psd.c b/libavcodec/psd.c index 426ac40b01..9dc56f8f5e 100644 --- a/libavcodec/psd.c +++ b/libavcodec/psd.c @@ -407,6 +407,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *picture, break; case PSD_DUOTONE: av_log(avctx, AV_LOG_WARNING, "ignoring unknown duotone specification.\n"); + av_fallthrough; case PSD_GRAYSCALE: if (s->layer_count < 0 && s->channel_count >= 2) { if (s->channel_depth == 8) { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
