avcodec/tiff: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-02-18 00:18:02 +01:00
parent e6c7fd4106
commit 092d223b7b

View File

@@ -1061,6 +1061,7 @@ static int init_image(TiffContext *s, AVFrame *frame)
s->avctx->pix_fmt = AV_PIX_FMT_MONOBLACK;
break;
}
av_fallthrough;
case 21:
case 41:
s->avctx->pix_fmt = AV_PIX_FMT_PAL8;