mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
avcodec/psd: add fall-through annotations
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user