avformat/rmdec: Add av_fallthrough

Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2026-04-28 21:03:04 +02:00
parent 3cf225b5f8
commit 2fd9d69034

View file

@ -215,6 +215,7 @@ static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
break;
case AV_CODEC_ID_COOK:
sti->need_parsing = AVSTREAM_PARSE_HEADERS;
av_fallthrough;
case AV_CODEC_ID_ATRAC3:
case AV_CODEC_ID_SIPR:
if (read_all) {