mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-10 17:14:41 +00:00
avcodec/tiff: add fall-through annotations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user