avcodec/mpegaudio: add fall-through annotations

This commit is contained in:
Marvin Scholz
2026-02-18 00:19:56 +01:00
parent abc3b65ccb
commit 417da4d71c

View File

@@ -1489,6 +1489,7 @@ static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples,
break;
case 3:
s->avctx->frame_size = s->lsf ? 576 : 1152;
av_fallthrough;
default:
nb_frames = mp_decode_layer3(s);