diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c index bb8120bc1b..3e261c99f5 100644 --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -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;