mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
avcodec/mpegaudio: add fall-through annotations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user