avcodec/svq1dec: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent 8a4abaaa4d
commit 31ea9122e5
+1
View File
@@ -558,6 +558,7 @@ static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame, int *
break;
case 2:
s->nonref = 1;
av_fallthrough;
case 1:
frame->pict_type = AV_PICTURE_TYPE_P;
break;