avcodec/imx: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent 4fe52a2484
commit 16e944c8e4
+1
View File
@@ -79,6 +79,7 @@ static int imx_decode_frame(AVCodecContext *avctx, AVFrame *rframe,
switch (op) {
case 3:
len = len * 64 + bytestream2_get_byte(&gb);
av_fallthrough;
case 0:
while (len > 0) {
x++;